We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25bf1a7 commit 837d0caCopy full SHA for 837d0ca
tools/usbmount/usbmount.conf
@@ -35,7 +35,7 @@ FILESYSTEMS="vfat ext2 ext3 ext4 hfsplus"
35
#############################################################################
36
# Mount options: Options passed to the mount command with the -o flag.
37
# See the warning above regarding removing "sync" from the options.
38
-MOUNTOPTIONS="sync,noexec,nodev,noatime,nodiratime"
+MOUNTOPTIONS="noexec,nodev,noatime,nodiratime"
39
40
# Filesystem type specific mount options: This variable contains a space
41
# separated list of strings, each which the form "-fstype=TYPE,OPTIONS".
0 commit comments