mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-06-13 23:36:45 +03:00
Updated FUSE Mount (markdown)
@@ -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".
|
||||
|
||||
|
||||
Reference in New Issue
Block a user