--- usbmount.conf	2005-04-08 00:00:00.000000000 +0200
+++ /etc/usbmount/usbmount.conf	2008-06-27 17:44:32.000000000 +0200
@@ -17,12 +17,12 @@
 # sure all data is written to the medium before you remove it (e.g. run the #
 # "sync" command in a terminal window).  Otherwise, you *WILL* lose data!   #
 #############################################################################
-FILESYSTEMS="ext2 ext3"
+FILESYSTEMS="vfat ext2 ext3"
 
 # Mount options: Options passed to the mount command with the -o flag.
 # WARNING!  Removing "sync" from the options is a very bad idea and
 # might result in severe data loss.
-MOUNTOPTIONS="sync,noexec,nodev,noatime"
+MOUNTOPTIONS="noexec,nodev,noatime"
 
 # Filesystem type specific mount options: This variable contains a space sepa-
 # rated list of strings, each of which has the form "-fstype=TYPE,OPTIONS".
@@ -30,7 +30,7 @@
 # options are appended to those specificed in the MOUNTOPTIONS variable.
 # For example, "-fstype=vfat,gid=floppy,dmask=0007,fmask=0117" would add the
 # options "gid=floppy,dmask=0007,fmask=0117" when a vfat filesystem is mounted.
-FS_MOUNTOPTIONS=""
+FS_MOUNTOPTIONS="gid=floppy,dmask=0007,fmask=0117"
 
 # If set to "yes", more information will be logged via the syslog
 # facility.
