From c5b08bac1b5bfed90b824bc089681ae6eca9a053 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 5 Apr 2021 23:29:29 -0700 Subject: [PATCH] remove mac specific mount options --- weed/command/mount_std.go | 2 -- 1 file changed, 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(),