I have an NFS server with a directory which contains a dozen other local filesystems. I'd like to mount the top-level directory on the server, and have the Linux client automatically mount the right filesystems inside that directory, so that the client sees the same directory structure that exists on the server.

link|improve this question
1  
huh? not quite sure what you mean. could you provide more information, maybe draw a diagram? – sybreon Sep 9 '11 at 0:37
1  
Does it not work to add the top level directory to /etc/exports? – Matt Sep 9 '11 at 1:26
feedback

1 Answer

You may want to look into the nohide NFS export option to recursively mount filesystem hierarchies. This is assuming the NFS exports are from a Linux system (versus a filer or NAS) and that you're interested in mounting its mounts to your client.

Also see: http://www.digspace.org/linux/7-linux-nfs-nohide

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.