LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Issue with NFS (https://www.linuxquestions.org/questions/linux-networking-3/issue-with-nfs-524603/)

gopinathassrj 02-01-2007 03:38 AM

Issue with NFS
 
Hi LinuxExperts,

In my server, i have 2 share directory in NFS.

#vi /etc/exports

/acs/public *(rw,sync)
/share/pub *(rw,sync)


i want to remove the one share directory from NFS server at the same time it won't affect the network. give some solution for me.

thank u.

tshrinivasan 02-01-2007 03:54 AM

remove one line from /etc/exports and restart nfs server.

The clients can not get the removed share.

1jnike 02-02-2007 11:46 AM

Hi gopinathassrj,

I would just suggest placing a # in front of the line you wish to leave out, than restart the nfs server. By doing this the line just becomes a comment and can be re-used if required later, by removing the #.


Jnike


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