Cassandra Pugh <cp...@pppl.gov> writes:

> I am trying to set this up as an automount.
>
> Currently I am trying to set mounts for each area, but I have a lot to
> mount.
>
> When I run showmount -e nfs_server I do see all of the shared directories.

I ran into this same problem some mnths ago... I can't remember where
my research came up with this, but I learned that even with version 4,
linux will not mount nestedly (if thats a word).  I resorted to a for
loop to mount my shares...  But I sounds like my case is simpler than
yours.

I have top level /projects/

Then a subdir for each host on the lan, under that.  Even some subdir
for specific projects in a given host... so the deepest nest would be
3 layers.

I just added the `for loop' to linux boot time startups through
`local' (it comes last on bootup. (On gentoo linux)

I suspect there may be all sorts of ugly things that COULD happen with
this setup, but none of them has as yet over several mnths (knock on wood).

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to