Skip to content

Commit 837d0ca

Browse files
committed
tools/usbmount: we've had sync turned off for months
Signed-off-by: deadprogram <ron@hybridgroup.com>
1 parent 25bf1a7 commit 837d0ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/usbmount/usbmount.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ FILESYSTEMS="vfat ext2 ext3 ext4 hfsplus"
3535
#############################################################################
3636
# Mount options: Options passed to the mount command with the -o flag.
3737
# See the warning above regarding removing "sync" from the options.
38-
MOUNTOPTIONS="sync,noexec,nodev,noatime,nodiratime"
38+
MOUNTOPTIONS="noexec,nodev,noatime,nodiratime"
3939

4040
# Filesystem type specific mount options: This variable contains a space
4141
# separated list of strings, each which the form "-fstype=TYPE,OPTIONS".

0 commit comments

Comments
 (0)