[Mageia-dev] Any progress on the NFS mount problem?

Guillaume Rousse guillomovitch at gmail.com
Thu Sep 20 12:59:39 CEST 2012


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.


More information about the Mageia-dev mailing list