Autofs
Posted: 17. May 2011, 21:09
I'm trying to set up a simple automount for usb sticks and cd/dvd's on a box that has little more than a core installation.
I've added the following to /etc/auto.master
and this to /etc/auto.usb (as per the instructions at http://www.autofs.org).
Although the /misc and /usb directories are created when I start the autofs service, nothing is mounted when connected to the system.
Can anyone point me in the right direction?
Thanks.
I've added the following to /etc/auto.master
Code: Select all
/usb /etc/auto.usb
Code: Select all
* -fstype=auto,sync :/dev/sd&
Can anyone point me in the right direction?
Thanks.