Browse Source

weed mount: mac add AutoXattr

pull/815/head
Chris Lu 6 years ago
parent
commit
170ed53da5
  1. 1
      weed/command/mount_std.go

1
weed/command/mount_std.go

@ -59,6 +59,7 @@ func runMount(cmd *Command, args []string) bool {
fuse.NoAppleDouble(), fuse.NoAppleDouble(),
fuse.NoAppleXattr(), fuse.NoAppleXattr(),
fuse.NoBrowse(), fuse.NoBrowse(),
fuse.AutoXattr(),
fuse.ExclCreate(), fuse.ExclCreate(),
fuse.DaemonTimeout("3600"), fuse.DaemonTimeout("3600"),
fuse.AllowOther(), fuse.AllowOther(),

Loading…
Cancel
Save