==> Regarding [autofs] Noob Alert! - automounting /home; Ian Pilcher <[EMAIL 
PROTECTED]> adds:

i.pilcher> Apologies in advance for what seems like a stupid question.  For
i.pilcher> my autofs "project", I am trying to automount /home.

i.pilcher> My auto.master contains:

i.pilcher>     /- /etc/auto.direct

i.pilcher> And auto.direct contains:

i.pilcher>     /home -fstype=nfs4 192.168.3.1:/

Direct mounts on top-level directories are not currently supported.  You're
better off doing something like this:

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

auto.home:
*       -fstype=nfs4 192.168.3.1:/&

This is a direct translation of your maps above.  I'm not certain that this
is really what you want.

-Jeff

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

Reply via email to