The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 01-22-2008
docaia docaia is offline
Registered User
 

Join Date: Jan 2008
Posts: 15
I found the answer after some search

I found the answer, I'll post it to benefit all of you, here are the steps
1. Unexport the file system by entering:
exportfs -u /dirname
where dirname is the name of the file system you want to change, in this case /home3.
2. Open the /etc/exports file with your favorite text editor.
3. Make whatever changes you want.
4. Save and close the /etc/exports file.
5. Re-export the file system by entering:
exportfs /dirname
where dirname is the name of the file system you just changed in this case is /home3
Reply With Quote