diff --git a/FUSE-Mount.md b/FUSE-Mount.md index eac4aa6..233f5da 100644 --- a/FUSE-Mount.md +++ b/FUSE-Mount.md @@ -38,6 +38,13 @@ cp weed /sbin/mount.weed 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. To unmount, just shut it down the "weed mount".