Monday, October 17, 2016

Hang when mounting nfs share

You have already configured the share in NFS server but when you mount it on the nfs client, the command just hang. To resolve use -o nolock
# mount -t nfs -o nolock 192.168.1.1:/home /home

No comments:

Post a Comment