diff --git a/usbmount/usbmount.conf b/usbmount/usbmount.conf index 97f7ccc2..5146186e 100644 --- a/usbmount/usbmount.conf +++ b/usbmount/usbmount.conf @@ -35,7 +35,7 @@ FILESYSTEMS="vfat ext2 ext3 ext4 hfsplus" ############################################################################# # Mount options: Options passed to the mount command with the -o flag. # See the warning above regarding removing "sync" from the options. -MOUNTOPTIONS="sync,noexec,nodev,noatime,nodiratime" +MOUNTOPTIONS="noexec,nodev,noatime,nodiratime" # Filesystem type specific mount options: This variable contains a space # separated list of strings, each which the form "-fstype=TYPE,OPTIONS".