mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated FUSE Mount (markdown)
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".
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue