Description | This article describes the steps necessary to configure and troubleshoot NFS (Network File System) from the client side and to mount an NFS directory. The following is the general process for setting up NFS and troubleshooting common issues from the client side. |
Scope | FortiSIEM. |
Solution |
yum install nfs-utils
mnt/nfs_share
Mount the NFS Share. Use the mount command to mount the NFS directory from the server.
mount <server_ip>:/path/to/share /mnt/nfs_share
Replace <server_ip> with the IP address or hostname of the NFS server. Replace /path/to/share with the directory exported by the NFS server.
df -h /mnt/nfs_share mount | grep nfs
Open /etc/fstab with an editor:
vim /etc/fstab <server_ip>:/path/to/share /mnt/nfs_share nfs defaults 0 0
sudo systemctl status nfs-server
Check Firewall Settings. Verify that the necessary ports are open on both the client and server. By default, NFS uses the following ports:
On Linux, check firewall rules with:
sudo firewall-cmd --list-all
It may be necessary to allow NFS-related traffic through the firewall:
sudo firewall-cmd --reload
Testing with showmount.
Use the showmount command to verify what the NFS server is exporting:
showmount -e <server_ip>
|
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2025 Fortinet, Inc. All Rights Reserved.