Hi Peter...
Make sure your kernel supports autofs
a. cat /proc/filesystems - see if autofs is listed
b. if autofs is NOT listed:
- recompile your kernel w/ autofs support --OR--
-or- insmod autofs.o
c. make sure you have autofs and the config files installed...
- ls -l /usr/lib/autofs the autofs libraries
- /etc/auto.{misc,master} or equivalents
- make sure your autofs mount directory exists ( /amount1 in your case ?? )
- you already have the automount binary somewhere
have fun
alvin
http://www.linux-consulting.com/Amd_AutoFS/autofs-HOWTO.html
> I finally got automount to compile, and when I run automount I get the
> following error:
>
> Feb 17 13:32:10 lyn108 automount[13174]: starting automounter version
> 3.1.3, path = /amount1, maptype = file, mapname =
> /root/build/autofs-3.1.3/daemon/mapfile
> Feb 17 13:32:11 lyn108 automount[13174]: >> mount: fs type autofs not
> supported by kernel
> Feb 17 13:32:11 lyn108 automount[13174]: /amount1: mount failed!
>
> Is there something missing in my kernel, or is there something I can
> change in configuration files?
> -peter
> --
> _____ Peter Loveman | ADC Telecommunications
> |/// | [EMAIL PROTECTED] | Transport Systems Group
> | ADC| (972)680-4852 | 2240 Campbell Creek Blvd
> |_____| (972)680-7672 fax | Richardson, TX 75082
>