LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   nfs shares and permissions (https://www.linuxquestions.org/questions/linux-software-2/nfs-shares-and-permissions-546703/)

windsurfer 04-17-2007 04:21 AM

nfs shares and permissions
 
Hi

I have been trying to set up a nfs share between 2 ubuntu machines. I can set up the share easily however I can not write to the share and keep getting permission denied errors eg "touch: cannot touch file Read-only file system"
my /etc/exports on my server machine is as follows:

/media/music_safe 192.168.1.0/255.255.255.0 (rw,sync)

I have created a directory on my client machine and made it rwx all, I have also made the directory on my server machine rwx all. What have I done wrong?

Adrian

windsurfer 04-17-2007 05:33 AM

Hi

Fixed it, the answer was to use the no_root_squash option!


All times are GMT -5. The time now is 06:47 AM.