Operating System - Linux
1753837 Members
9323 Online
108806 Solutions
New Discussion

Re: modifying /etc/export

 
Waqar Razi
Regular Advisor

modifying /etc/export

We have certain file systems that have been exported to different linux servers. We want to add some more entries in /etc/exports. Do we need to stop NFS services for that or just add entries and do exportfs -a.

Can some one please provide me steps for that?
1 REPLY 1
Michal Kapalka (mikap)
Honored Contributor

Re: modifying /etc/export

hi,

you dont need to stop the NFS server,

just add and them use exportfs -a

mikap