I have autofs installed, and it should be set up to auto mount a usb drive. However, when I plug in a usb drive, it doesn't seem to do anything.
in /etc/auto.master, the only line I have that isn't commented out is:
/var/autofs/removable /etc/auto.removable --timeout=1
in /etc/auto.removable I have:
sda1 -fstype=auto,rw,umask=000 :/dev/sda1
Regardless of whether a usb drive is plugged in or not, /var/autofs/removable exists, but is empty.
sudo mount /dev/sda1 /mnt/sda1 successfully mounts the drive, and I can view the contents.
Why isn't autofs mounting the drive?