Tutorials Setup Nfs Server
Step 1 - Download and Install the Required NFS Software
yum -y install nfs-utils nfs-utils-libchkconfig nfs on
service rpcbind start
service nfs start
service nfslock startservice rpcbind startStep 2 - Export Appropriate Shared Directories
vi /etc/exports/foo 10.1.10.100(rw,sync,no_root_squash,no_subtree_check,insecure)Step 3 - Mount the exported directory
Last updated
Was this helpful?
