# shell fragment to set options for mounting particular devices

# format: UUID LABEL fsTYPE OPTIONS
# * is checked for UUID LABEL and fsTYPE
# OPTIONS set to "-" means "don't mount"
# OPTIONS set to "+" means "use pmount and owner detection magic"

# the first match wins!

# one of my unlabelled usb sticks
1234-4712 * vfat uid=az,umask=000,rw

# general sticks: guess
* * vfat +
* * ext2 + 
* * ext3 + 

# the implicit default: don't mount anything
# * * * -