LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Root-NFS: Server returned error -13 while mounting (https://www.linuxquestions.org/questions/linux-software-2/root-nfs-server-returned-error-13-while-mounting-456958/)

Lindahl 06-21-2006 10:49 AM

Root-NFS: Server returned error -13 while mounting
 
Solved. Got another question though, it's mounting as read-only (as root). My /etc/exports file has this entry:

/opt/eldk 192.168.0.0/25(rw,sync,no_root_squash)

How come it's being mounted as read-only when I specify 'rw'?

GatorBlade 06-21-2006 10:56 AM

Quote:

Originally Posted by Lindahl
Do I need to restart the NFS service on the server for the changes to /etc/export to work (I can't test this due to other users)?

you may try
Code:

exportfs -r


All times are GMT -5. The time now is 03:33 PM.