mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-08 03:14:24 +08:00
Add fstab config example
@@ -50,6 +50,12 @@ 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".
|
||||
|
||||
#### Mount with fstab
|
||||
|
||||
```
|
||||
weed#fuse /mnt fuse _netdev,filer='192.168.0.1:8888',filer.path=/ 0 0
|
||||
```
|
||||
|
||||
#### Mount outside of a SeaweedFS cluster
|
||||
|
||||
In addition to connecting to filer server, `weed mount` also directly connects to volume servers directly for better performance.
|
||||
|
Reference in New Issue
Block a user