Hi.

I am trying to setup autofs so it can be served up via NIS on our
servers.

Here are the config files I use:

auto.master:
/.autofs        /etc/auto.net
/nfs/echo       /etc/auto.all   --Dhost=echo
/nfs/gulp       /etc/auto.all   --Dhost=gulp

auto.net:
*       -rw,soft,intr           ../nfs/&

auto.all:
*       -rw,soft,intr           $host:/&


When I start up autofs 'echo' and 'gulp' are created in '/nfs.'  but
should I try going into one of the subdirs in either I get directory not
found.

I have tried replacing the /etc/ with yp: in auto.master and I get the
same results.

Any ideas?

-- Steve

Reply via email to