Le 20/09/2012 11:54, Anne Wilson a écrit :
and -v option to mount.nfs on client side to get more verbose error
reporting.
How do I do that? mount.nfs is an executable, not a shell script, so
I can't add it there. Attempting to add it in the mount command says
it is an invalid option.
This is probably an issue with arguments order in command line parsing.
Try either of those command (they are strictly equivalent):
mount -v -t nfs 192.168.0.40:/Data1 /mnt/borg2_Data1
mount.nfs -v 192.168.0.40:/Data1 /mnt/borg2_Data1
If that doesn't work, check their man page for exact syntax.
Also, you can check available NFS version on your servers:
rpcinfo -s 192.168.0.40
rpcinfo -s 192.168.0.200
--
BOFH excuse #136:
Daemons loose in system.