mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-17 17:55:12 +00:00
Added the _netdev option to the fstab example.
Although the network device option (_netdev) may not work everywhere, the option likely does no harm on systems where it's not supported. By adding the option to the example, it will inform users of the necessity for post-network activation and how that might be accomplished.
This commit is contained in:
parent
489f9edec7
commit
0aef0cf765
@ -76,7 +76,7 @@ s3fs mybucket /path/to/mountpoint -o passwd_file=/path/to/passwd -d -d -f -o f2
|
|||||||
You can also mount on boot by entering the following line to `/etc/fstab`:
|
You can also mount on boot by entering the following line to `/etc/fstab`:
|
||||||
|
|
||||||
```
|
```
|
||||||
s3fs#mybucket /path/to/mountpoint fuse allow_other 0 0
|
s3fs#mybucket /path/to/mountpoint fuse _netdev,allow_other 0 0
|
||||||
```
|
```
|
||||||
|
|
||||||
Limitations
|
Limitations
|
||||||
|
Loading…
Reference in New Issue
Block a user