diff options
Diffstat (limited to 'abs/extra/autofs/auto.misc')
-rw-r--r-- | abs/extra/autofs/auto.misc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/abs/extra/autofs/auto.misc b/abs/extra/autofs/auto.misc new file mode 100644 index 0000000..5691566 --- /dev/null +++ b/abs/extra/autofs/auto.misc @@ -0,0 +1,7 @@ +# 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 + +cdrom -fstype=iso9660,ro,nodev,nosuid :/dev/cdrom +floppy -fstype=auto,async,nodev,nosuid,umask=000 :/dev/fl +usbstick -fstype=auto,async,nodev,nosuid,umask=000 :/dev/sda1 |