blob: e7714bd1de119934d838130f85710e78390d134c (
plain)
1
2
3
4
5
6
7
8
9
|
# 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/hda1
removable -fstype=ext2 :/dev/hdd
cd -fstype=iso9660,ro :/dev/hdc
floppy -fstype=auto :/dev/fd0
|