Mount NFS- One server to other server

Posted byShailesh Posted onApril 18, 2017 Comments0

Mount NFS- One server to other server
#Vi /etc/export # then put the folder path and accessing server IP and permissions x.x.x.x(rw)
#exportfs -r # refresh export
#mount -t nfs x.x.x.x:/Share// /Share/ # on server x.x.x.x

Category

Leave a Reply to Anonymous Cancel reply