From 0aef0cf7657257627cc136a63846e57d64436e43 Mon Sep 17 00:00:00 2001 From: Nick Stinger Date: Tue, 15 Sep 2015 10:34:15 +0900 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 690806e..98b1a37 100644 --- a/README.md +++ b/README.md @@ -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`: ``` -s3fs#mybucket /path/to/mountpoint fuse allow_other 0 0 +s3fs#mybucket /path/to/mountpoint fuse _netdev,allow_other 0 0 ``` Limitations