[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Cannot write to a NFS share.



Hi,

I can't seem to write to the NFS server. I am being root on the client, and the share is mounted with "rw".
Anyone spot the problem?

NFS server: Debian Lenny, nfs-kernel-server 1:1.1.2-6lenny1
NFS client: Debian etch, nfs-common 1.0.10-6+etch.1

NFS Server:
/etc/exports: /home/backup 10.47.17.9(rw,sync,no_subtree_check)
No entries in hosts.allow or hosts.deny.

NFS client:
10.47.17.7:/home/backup/ on /dumps type nfs (rw,rsize=8192,wsize=8192,timeo=14,intr,addr=10.47.17.7)
client:~# touch /dumps/test
touch: cannot touch `/dumps/test': Permission denied
client:~# cat /dumps/somefile
catting works

No errors in daemon.log..

Reply to: