raespi <[email protected]> wrote:

> It works ... My question is, why can't I use the "/" directory as a key
> name?? And how could I configure the two files so I can mount everything
> in "/home" ??

Because with normal indirect mounts / would be overmounted with an
autofs filesystem.
The alternative is using direct mounts (assuming autofs5) by using
/- for the mount point in the master map and give the full path of
the mount point as key in the map, something like this should work:

auto.master:
/-      /etc/auto.home

auto.home:
/home   x.x.x.x:/home

Matthias

_______________________________________________
autofs mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/autofs

Reply via email to