Updated FUSE Mount (markdown)

Chris Lu 2021-01-25 09:11:30 -08:00
parent 02976e710e
commit 877553895d

@ -326,13 +326,3 @@ The issue is with samba.conf. If you see NT_STATUS_ACCESS_DENIED error, try to a
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/mount1 -dir=dir1
weed mount -cacheDir=/tmp/cache/mount2 -dir=dir2
```