UNIX and LinuxAutofs Quick Startelflord@panix.com |
Useful information mostly written by me, the conspicuous exception being the bash manpage ...
Intro to Unix/etc/auto.master
and /etc/auto.mnt
Examples shown below:
# Format of this file: # mountpoint map options # For details of the format look at autofs(8). #/misc /etc/auto.misc --timeout 60 /mnt /etc/auto.mnt --timeout 5 # 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
# nosuid means suid bits on mounted media will not be set. cdrom -fstype=iso9660,user,nosuid :/dev/cdrom floppy -fstype=ext2,defaults,user,nosuid,sync :/dev/fd0 zip -fstype=ext2,defaults,user,nosuid :/dev/sda4