mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated FUSE Mount (markdown)
parent
61c4c5ce9d
commit
3caebec66f
|
@ -333,5 +333,6 @@ To reuse the local cache during restart, only one weed mount should run for a lo
|
|||
|
||||
To run multiple `weed mount`, you need to set a different local cache directory. E.g.,
|
||||
```
|
||||
weed mount -cacheDir=/tmp/cache/mount2
|
||||
weed mount -cacheDir=/tmp/cache/mount1 -dir=dir1
|
||||
weed mount -cacheDir=/tmp/cache/mount2 -dir=dir2
|
||||
```
|
Loading…
Reference in a new issue