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 -->
  #5 (permalink)  
Old 04-23-2007
johnf johnf is offline
Registered User
 

Join Date: May 2006
Location: England
Posts: 256
Quote:
Originally Posted by XNOR
"When the automount daemon is initialized on the server, no exported directories are mounted by the clients."

which exported directories were being told about? On server side or client side?
In the Network File System (NFS) there are two types of filesystems:

1) A filesystem mounted local on the NFS server which is exported

and

2) A filesystem remote to the client system which is mounted across a local filesystem. Like this:

SystemA is the host and has filesystem /home/blog which is NFS exported.

SystemB has a local filesystem /home/blog and the remote filesystem /home/blog from SystemA is NFS mounted across it. The result is that only the files on SystemA /home/blog will be seen. Do not mix up the local filesystem /export with the NFS "Exported" filesystems they are two different things.

Hope this helps.
Reply With Quote