aboutsummaryrefslogtreecommitdiff
path: root/weed/command/mount_std.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@uber.com>2021-04-05 23:29:29 -0700
committerChris Lu <chris.lu@uber.com>2021-04-07 00:54:13 -0700
commitc5b08bac1b5bfed90b824bc089681ae6eca9a053 (patch)
tree7e2ef6b9677c59711301c84c786f4fdde784a1fb /weed/command/mount_std.go
parente1fc78ed46960ed4915b14bba4c927535353e1b7 (diff)
downloadseaweedfs-c5b08bac1b5bfed90b824bc089681ae6eca9a053.tar.xz
seaweedfs-c5b08bac1b5bfed90b824bc089681ae6eca9a053.zip
remove mac specific mount options
Diffstat (limited to 'weed/command/mount_std.go')
-rw-r--r--weed/command/mount_std.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/weed/command/mount_std.go b/weed/command/mount_std.go
index 8e5b7a483..f0c59b331 100644
--- a/weed/command/mount_std.go
+++ b/weed/command/mount_std.go
@@ -149,8 +149,6 @@ func RunMount(option *MountOptions, umask os.FileMode) bool {
fuse.Subtype("seaweedfs"),
// fuse.NoAppleDouble(), // include .DS_Store, otherwise can not delete non-empty folders
fuse.NoAppleXattr(),
- fuse.NoBrowse(),
- fuse.AutoXattr(),
fuse.ExclCreate(),
fuse.DaemonTimeout("3600"),
fuse.AllowSUID(),