Do I have to chmod 777 my NFS folder when I share?

Posted by luckytaxi on Server Fault See other posts from Server Fault or by luckytaxi
Published on 2010-04-12T14:26:21Z Indexed on 2010/04/12 14:33 UTC
Read the original article Hit count: 253

Filed under:
|

Under Redhat, if I export a folder as an NFS mount, does the folder have to have RW for users/groups/others? Right now /storage/software is -rwxr-xr-x root/root

i.e. /etc/exportfs

/storage/software *(rw,sync)

On my client, I can mount but I can't write. I'm using a regular user and NOT root. I think "no_root_squash" fixes it but I really don't want that. Then again, nor do I want to have to chmod 777 the folder on the server.

© Server Fault or respective owner

Related posts about redhat

Related posts about nfs