mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2025-01-03 13:07:24 +00:00
Update README.md to better explain mount upon boot
As a novice Linux user, I didn't know I had to add a line into /etc/fstab for automatic mount upon boot. It took me some minutes to research and notice the right process (at first, I even entered s3fs#mybucket into the command line). This change will (hopefully) save time to unseasoned users.
This commit is contained in:
parent
cfdfecb4d1
commit
3aabb5616c
@ -67,7 +67,7 @@ If you encounter any errors, enable debug output:
|
|||||||
s3fs mybucket /path/to/mountpoint -o passwd_file=/path/to/passwd -d -d -f -o f2 -o curldbg
|
s3fs mybucket /path/to/mountpoint -o passwd_file=/path/to/passwd -d -d -f -o f2 -o curldbg
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also automatically mount via 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 allow_other 0 0
|
||||||
|
Loading…
Reference in New Issue
Block a user