Hi! I can't get automount to work. Has anyone had any success with it? I have the autofs module compiled for my kernel and loaded (2.2.18), and the autofs mounter is running, and scripts for it area appended.
THX in advance! Bostjan -- Boštjan Müller [NEONATUS], [EMAIL PROTECTED], http://neonatus.net/~neonatus For my PGP key finger: [EMAIL PROTECTED], RSA id: 0x90178DBD, ICQ #:7506644 Celular: +386(0)41243189, Powered by Debian GNU/LiNUX , Student of VFUL Loose bits sink chips.
# $Id: auto.master,v 1.2 1997/10/06 21:52:03 hpa Exp $ # Sample auto.master file # Format of this file: # mountpoint map options # For details of the format look at autofs(8). /var/autofs/misc /etc/auto.misc /floppy /etc/auto.floppy --timeout 10 /cd-rw /etc/auto.cd-rw --timeout 10
# $Id: auto.misc,v 1.2 1997/10/06 21:52:04 hpa Exp $ # This is an automounter map and it has the following format # key [ -mount-options-separated-by-comma ] location # Details may be found in the autofs(5) manpage #kernel -ro ftp.kernel.org:/pub/linux #boot -fstype=ext2 :/dev/hda5 #removable -fstype=ext2,sync,nodev,nosuid :/dev/hdd #cd -fstype=iso9660,ro,nodev,nosuid :/dev/scd1 #floppy -fstype=auto,sync,nodev,nosuid :/dev/fd0
floppy -fstype=auto,umask=000 :/dev/fd0
# $Id: auto.misc,v 1.2 1997/10/06 21:52:04 hpa Exp $ # This is an automounter map and it has the following format # key [ -mount-options-separated-by-comma ] location # Details may be found in the autofs(5) manpage cd -fstype=iso9660,ro,nodev,nosuid :/dev/scd1