1.

How To Mount The Nfs Shared File System In Client?

Answer»

To MOUNT NFS SHARE on the CLIENT USE below command :

# mount -t nfs IP_of_NFS_Server:/NFS_Share_Name /mount_point

E.g. 
# mount -t nfs nfs.linuxtechi.com:/nfs_data /mnt/data

To Mount NFS share on the Client use below command :

# mount -t nfs IP_of_NFS_Server:/NFS_Share_Name /mount_point

E.g. 
# mount -t nfs nfs.linuxtechi.com:/nfs_data /mnt/data



Discussion

No Comment Found