diff --git a/FUSE-Mount.md b/FUSE-Mount.md index 96282c3..af518f5 100644 --- a/FUSE-Mount.md +++ b/FUSE-Mount.md @@ -325,4 +325,13 @@ The issue is with samba.conf. If you see NT_STATUS_ACCESS_DENIED error, try to a directory mask = 0775 force user = root force group = root +``` + +### Multiple Mount on one machine ### + +To reuse the local cache during restart, only one weed mount should run for a local cache. + +To run multiple `weed mount`, you need to set a different local cache directory. E.g., +``` +weed mount -cacheDir=/tmp/cache/mount2 ``` \ No newline at end of file