mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-01-18 06:30:07 +08:00
remove mac specific mount options
This commit is contained in:
parent
e1fc78ed46
commit
c5b08bac1b
@ -149,8 +149,6 @@ func RunMount(option *MountOptions, umask os.FileMode) bool {
|
|||||||
fuse.Subtype("seaweedfs"),
|
fuse.Subtype("seaweedfs"),
|
||||||
// fuse.NoAppleDouble(), // include .DS_Store, otherwise can not delete non-empty folders
|
// fuse.NoAppleDouble(), // include .DS_Store, otherwise can not delete non-empty folders
|
||||||
fuse.NoAppleXattr(),
|
fuse.NoAppleXattr(),
|
||||||
fuse.NoBrowse(),
|
|
||||||
fuse.AutoXattr(),
|
|
||||||
fuse.ExclCreate(),
|
fuse.ExclCreate(),
|
||||||
fuse.DaemonTimeout("3600"),
|
fuse.DaemonTimeout("3600"),
|
||||||
fuse.AllowSUID(),
|
fuse.AllowSUID(),
|
||||||
|
Loading…
Reference in New Issue
Block a user