Since 2.2.90 mount.nfs: access denied

Hello,


I just update m WD ShareSpace in 2.2.9 then 2.2.90.


I use linux debian lenny whit nfs, everything was fine before the update.


and now it no longer works a showmount -e 192.168.0.114 show me :


Export list for 192.168.0.114:
/DataVolume/Public   *
/DataVolume/voodoo   *
/DataVolume/Download *


and when I do :

“mount 192.168.0.114: /DataVolume/download /test/”
or

“mount 192.168.0.114: /nfs/download /test/” 


i have :


mount.nfs: access denied by server while Mounting 192.168.0.114:/nfs/Download

or

mount.nfs: access denied by server while Mounting 192.168.0.114:/DataVolume/Download


please help me I can not work


thanks






Hi,

I have the same problem, with 2.2.9. Anybody have any ideas?

I use OpenSUSE 11.2 and 11.3.

Regards,

Harald

I don’t think this is anything to do with the ShareSpace.

I think it is mount.nfs(8) on the Linux distribution.

Recent mount.nfs(8) have changed to use NFSv4 by default, instead of NFSv3.

This seems to cause problems for some older NFS server implementations.

Try using the nfsvers=3 mount option.

If that works then you can update your nfsmount configuration to automatically use that option for that host.

1 Like