weed mount: mac add AutoXattr

This commit is contained in:
Chris Lu 2018-12-29 13:55:38 -08:00
parent d8c7844d2e
commit 170ed53da5

View file

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