LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   NFS Share Permissions? (https://www.linuxquestions.org/questions/linux-server-73/nfs-share-permissions-759684/)

cryingthug 10-04-2009 05:45 PM

NFS Share Permissions?
 
Why is it that only root can copy files to the NFS share on my Deb server?
How do I correct the permissions? Is it in the fstab file that I make the changes? I don't want to hose my computer again.
Do the server and the client both need to have the same info in the /etc/exports file?
After editing the exports file I tried to run exportfs -a and it did not work. Is this the problem?

irishbitte 10-04-2009 08:12 PM

can you post the /etc/exports file from your NFS server?

cryingthug 09-08-2010 08:28 PM

Solved!
 
This is what I did in /etc/exports:
Code:

/path/to/share    192.168.1.25(rw,root_squash,no_subtree_check)
Then run this:
Code:

# exportfs -a


All times are GMT -5. The time now is 02:40 PM.