diff --git a/pkg/utils/httper/drive.go b/pkg/utils/httper/drive.go index 80817bc..9466912 100644 --- a/pkg/utils/httper/drive.go +++ b/pkg/utils/httper/drive.go @@ -82,6 +82,7 @@ func Mount(mountPoint string, fs string) error { "mountPoint": mountPoint, "fs": fs, "mountOpt": `{"AllowOther": true}`, + "vfsOpt": `{"CacheMode": 3}`, }).Post("/mount/mount") if err != nil { return err