I'm trying to mount an NFS share on my TS210 with the latest firmware using OpenSUSE 11.3 and I keep getting access denied errors:
- Code: Select all
mount.nfs: access denied by server while mounting w.x.y.z:/share
I'm trying to set up an automatic mount in /etc/fstab with the line:
- Code: Select all
w.x.y.z:/share /path-to/share nfs defaults 0 0
I have also tried 'nfsvers=3,user,auto' instead of defaults for the options after finding a few posts about it but to no avail. I have given the share 'no limits' access rights and tried several things in the allowed IP address list:
- Code: Select all
a.b.c.d
a.b.c.0/255.255.255.0
*
I can see the share using the showmount command:
- Code: Select all
showmount -e w.x.y.z
Export list for w.x.y.z:
/share
/Qweb
/Qusb
/Qrecordings
/Qmultimedia
/Qdownload
/Public
/Network Recycle Bin 1
I'm guessing its something to do with user authentication but can't seem to figure out what to try next? I know my way around linux a bit but am not really that familiar with NFS configuration.
Cheers!
rupert
News