You've already forked CasaOS
mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-07-15 23:54:17 +02:00
Update file count (#969)
This commit is contained in:
@ -82,6 +82,7 @@ func Mount(mountPoint string, fs string) error {
|
|||||||
"mountPoint": mountPoint,
|
"mountPoint": mountPoint,
|
||||||
"fs": fs,
|
"fs": fs,
|
||||||
"mountOpt": `{"AllowOther": true}`,
|
"mountOpt": `{"AllowOther": true}`,
|
||||||
|
"vfsOpt": `{"CacheMode": 3}`,
|
||||||
}).Post("/mount/mount")
|
}).Post("/mount/mount")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
Reference in New Issue
Block a user