From 540c04e6cc3210ef1b72f02f696bb4e901a5fb10 Mon Sep 17 00:00:00 2001 From: Takeshi Nakatani Date: Sun, 24 Jan 2016 05:34:28 +0000 Subject: [PATCH] Updated README.md for fstab example. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bbfb658..b8a4790 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,11 @@ 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`: ``` -s3fs#mybucket /path/to/mountpoint fuse _netdev,retries=3,allow_other 0 0 +s3fs#mybucket /path/to/mountpoint fuse _netdev,allow_other 0 0 + +or + +mybucket /path/to/mountpoint fuse.s3fs _netdev,allow_other 0 0 ``` Note: You may also want to create the global credential file first