How to Install and Configure NFS and NFSv4 on Centos 6+
Here are the process how I install and Configure NFS/NFSv4 Configuring Server-Machine first yum install nfs-utils nfs4-acl-tools portmap xinetd Note: you might have problem installing portmap so downlaod rpm from here Be sure there following rpm packages are installed rpm -qa nfs* rpm -qa portmap* rpm -qa xinetd* ———————————————————————————————————- Service portmap start service xinetd start … Read more