On 04/13/2018 04:38 PM, Joseph Loo wrote:
Have you tried showmounts -e 192.168.1.x to see if the nfs server is exporting the directories.
Note that showmounts uses the portmapper. It may only work if your system supports the use of NFSv3. If you're using only NFSv4, and don't have the portmapper services running, you cannot use showmounts.
My exports looks like this: /export *(fsid=0,crossmnt,rw,root_squash,sync,no_subtree_check) /export/home0 192.168.21.0/24(rw,root_squash,sync,no_subtree_check) 127.0.0.0/8(rw,root_squash,sync,no_subtree_check) /export/home1 192.168.21.0/24(rw,root_squash,sync,no_subtree_check) 127.0.0.0/8(rw,root_squash,sync,no_subtree_check) I believe you need the first line since nfs version 3
Since version 4. V3 did not require a root export. _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx