1
votes

NFS server: i added a path in /etc/exports

[local-path] [client-ip] (rw,sync,no_root_squash,no_subtree_check)

run $exportfs -a
Succeeds!

NFS client:
Now run: $mount [server-ip]:[path] [local-path]

Now the mount command just gets stuck there, no error, no cli o/p. How to even get what's the error?

1
Isn't this more a ServerFault.com question?Luke
Did you try to ping to the mount point?Nir.Hayun

1 Answers

0
votes

This problem go sorted out by restarting the computer. I think nfs daemon restart should also work.