Skip to content

Commit 6cfbd60

Browse files
committed
Fix exfat mount options #1633
1 parent 320b23d commit 6cfbd60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/api/controllers/settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function PutSetting()
101101
$fsckOrder = "2";
102102
} else {
103103
# exFAT probably
104-
$options = "defaults,noatime,nodiratime,exec,nofail,flush,uid=500,gid=500,nonempty";
104+
$options = "defaults,noatime,nodiratime,exec,nofail";
105105
$fsckOrder = "2";
106106
}
107107
} else {

0 commit comments

Comments
 (0)