LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   NFS problem (https://www.linuxquestions.org/questions/linux-software-2/nfs-problem-553770/)

SlacUser 05-14-2007 10:41 AM

NFS problem
 
I created a NFS to share some files in my network, but I have a problem, I don't have permission to write from my client.

This is what I put in my exports file
Code:

/mnt/Datos 10.40.10.43(rw)
Supposedly, with that I'm giving all permissions to that client, but when I tried to make a file or modify anyone, the system prompt a "permission denied" error.

Hosts.deny and hosts.allow are just fine, I think.
So, Where is the problem??

kummiliim 05-14-2007 11:22 AM

My guess is that the premissions of the shared folder itself are what's the problem. I think I've had something like this. Try making the shared folder rw with chmod.

SlacUser 05-14-2007 11:56 AM

Thanks!
 
That was the problem, I thought I've already change the permissions. Thanks for you help =)


All times are GMT -5. The time now is 08:35 PM.