Error mount NFS -- nfs4_get_rootfh

Geoffrey Leach geoff at hughes.net
Thu Jan 5 21:37:43 UTC 2012


Further news.  This time good.

T3RM1NVT0R at www.linuxquestions.org suggested this change in /etc/
exports on mtranch (server).

/nfs4exports 192.168.0.0/24
(ro,sync,insecure,root_squash,no_subtree_check,fsid=0)
/nfs4exports/home 192.168.0.0/24
(rw,nohide,sync,insecure,root_squash,no_subtree_check)

to

/nfs4exports 192.168.10.0/24
(ro,sync,insecure,root_squash,no_subtree_check,fsid=0)
/nfs4exports/home 192.168.10.0/24
(rw,nohide,sync,insecure,root_squash,no_subtree_check)

Changing the third element of the IP address from '0' to '10' which is 
how the IP address of mtranch is known to the rest of the world. The 
change appears (fingers crossed) to have resolved the problem with 
mounting.


More information about the users mailing list