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

Re: Cannot write to a NFS share.



Dne, 05. 10. 2009 12:18:16 je Tremolo 3molo napisal(a):
> 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..
> 
> 

IIRC nfs gives you write access to your home dir only. To override 
this, you must add the option
no_root_squash
to your /home/backup line in /etc/exports

Cheerz!
-- 
Certifiable Loonix User 481801


Reply to: