Add fstab config example

Max Denushev
2024-11-21 20:22:45 +03:00
parent 55838d8ab0
commit bb48898886

@@ -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.