elektronaut
26-03-2006, 17:58
Hi,
I was successfully using nfs for a while and now I can't mount anymore, I always get a "no permission" error. I got no clue what's happening. The system log says:
Mar 26 17:29:20 syslog: refused mount request from 192.168.1.2 for /tmp/harddisk (/): no export entry
I followed the troubleshooting section in the nfs howto (http://nfs.sourceforge.net/nfs-howto/troubleshooting.html#SYMPTOM3):
$ less /etc/exports
# automagically generated from web settings
/tmp/harddisk 192.168.1.2(rw,no_root_squash)
$ less /proc/fs/nfs/exports
# Version 1.1
# Path Client(Flags) # IPs
/tmp/harddisk 192.168.1.2(rw,no_root_squash,sync,wdelay) # 192.168.1.2
$ less /var/lib/nfs/xtab
/tmp/harddisk 192.168.1.2(rw,sync,wdelay,hide,nocrossmnt,secure, no_root_squash,no_all_squash,subtree_check,secure_ locks,mapping=identity,anonuid=-2,anongid=-2)
Everything looks o.k., and I can certainly also ping from server to client. The 'who' command doesn't exist on the Asus, so I couldn't check on that. But I got no entry except for the Asus in /etc/hosts. I'm really puzzled because it used to work before.
For completeness here's my fstab entry:
TheSource:/tmp/harddisk /mnt/TheSource nfs rw,user,noauto,rsize=32768,wsize=32768,hard,intr 0 0
Neither
mount TheSource:/tmp/harddisk
nor
mount -tnfs -orw,hard,intr,rsize=32768,wsize=32768 TheSource:/tmp/harddisk /mnt/TheSource
work anymore.
Anybody got an idea what's happening?
(Firmware version: 1.9.2.7-6c-pre5)
I was successfully using nfs for a while and now I can't mount anymore, I always get a "no permission" error. I got no clue what's happening. The system log says:
Mar 26 17:29:20 syslog: refused mount request from 192.168.1.2 for /tmp/harddisk (/): no export entry
I followed the troubleshooting section in the nfs howto (http://nfs.sourceforge.net/nfs-howto/troubleshooting.html#SYMPTOM3):
$ less /etc/exports
# automagically generated from web settings
/tmp/harddisk 192.168.1.2(rw,no_root_squash)
$ less /proc/fs/nfs/exports
# Version 1.1
# Path Client(Flags) # IPs
/tmp/harddisk 192.168.1.2(rw,no_root_squash,sync,wdelay) # 192.168.1.2
$ less /var/lib/nfs/xtab
/tmp/harddisk 192.168.1.2(rw,sync,wdelay,hide,nocrossmnt,secure, no_root_squash,no_all_squash,subtree_check,secure_ locks,mapping=identity,anonuid=-2,anongid=-2)
Everything looks o.k., and I can certainly also ping from server to client. The 'who' command doesn't exist on the Asus, so I couldn't check on that. But I got no entry except for the Asus in /etc/hosts. I'm really puzzled because it used to work before.
For completeness here's my fstab entry:
TheSource:/tmp/harddisk /mnt/TheSource nfs rw,user,noauto,rsize=32768,wsize=32768,hard,intr 0 0
Neither
mount TheSource:/tmp/harddisk
nor
mount -tnfs -orw,hard,intr,rsize=32768,wsize=32768 TheSource:/tmp/harddisk /mnt/TheSource
work anymore.
Anybody got an idea what's happening?
(Firmware version: 1.9.2.7-6c-pre5)