|
@ -74,6 +74,7 @@ func runMount(cmd *Command, args []string) bool { |
|
|
fuse.MaxReadahead(1024 * 128), |
|
|
fuse.MaxReadahead(1024 * 128), |
|
|
fuse.AsyncRead(), |
|
|
fuse.AsyncRead(), |
|
|
fuse.WritebackCache(), |
|
|
fuse.WritebackCache(), |
|
|
|
|
|
fuse.AllowNonEmptyMount(), |
|
|
} |
|
|
} |
|
|
if *mountOptions.allowOthers { |
|
|
if *mountOptions.allowOthers { |
|
|
options = append(options, fuse.AllowOther()) |
|
|
options = append(options, fuse.AllowOther()) |
|
|