#
# /etc/auto.vol: Automounter map for USB stick (and possibly more)
#
# This file is responsible for everything mounted underneath /vol, see the auto.master file.
# So the entry beginning with `flash' specifies the mountpoint `/vol/flash/' (further examples at EOF)
#
# This USB Stick entry is naive but simple
#flash	-fstype=auto,dirsync,user,exec,noatime                     :/dev/sda1
#
# The following line is fine-tuned for vfat; `winnt' ensures that filenames are not lower case
# Replace @UID@ with your user id, @GID@ with your group ID and modify to taste
flash	-fstype=auto,dirsync,user,uid=@UID@,gid=@GID@,umask=000,exec,noatime,shortname=winnt :/dev/sda1


# the following entries are just further examples; on my system they mount under
# /vol/floppy and /vol/cdrom, respectively
# floppy  -fstype=auto,noauto,sync,uid=10195,gid=2022,umask=000,exec :/dev/fd0
# cdrom   -fstype=iso9660,ro,nosuid,nodev                            :/dev/cdrom
