mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
weed mount: mac add AutoXattr
This commit is contained in:
parent
d8c7844d2e
commit
170ed53da5
|
@ -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…
Reference in a new issue