mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated FUSE Mount (markdown)
parent
6f2009e20a
commit
693b6cdad1
|
@ -326,3 +326,12 @@ The issue is with samba.conf. If you see NT_STATUS_ACCESS_DENIED error, try to a
|
||||||
force user = root
|
force user = root
|
||||||
force group = 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
|
||||||
|
```
|
Loading…
Reference in a new issue