Updated FUSE Mount (markdown)

Daniel Fonseca de Lira 2021-05-31 09:24:58 -03:00
parent e96871b32a
commit 6cda2255d3

@ -38,6 +38,13 @@ cp weed /sbin/mount.weed
mount -t weed fuse /mnt -o "filer=localhost:8888,filer.path=/" mount -t weed fuse /mnt -o "filer=localhost:8888,filer.path=/"
``` ```
To mount with multiple filers enclose filer parameter with quotes and separate servers with comma:
```bash
cp weed /sbin/mount.weed
mount -t weed fuse /mnt -o "filer='192.168.0.1:8888,192.168.0.2:8888',filer.path=/"
```
Now you can operate the SeaweedFS files, browsing or modifying directories and files, in local file system. Now you can operate the SeaweedFS files, browsing or modifying directories and files, in local file system.
To unmount, just shut it down the "weed mount". To unmount, just shut it down the "weed mount".