goofys icon indicating copy to clipboard operation
goofys copied to clipboard

nofail option not supported

Open Gabisonfire opened this issue 4 years ago • 2 comments

I'm mounting a bucket using fstab, I was not able to make the nofail option work otherwise it mounts perfectly. I've tried:

goofys#bucket /mnt/bucket fuse _netdev,allow_other,nofail,--endpoint=https://s3.wasabisys.com,--file-mode=0666,--dir-mode=0777 0 0

goofys#bucket /mnt/bucket fuse _netdev,allow_other,-o=nofail,--endpoint=https://s3.wasabisys.com,--file-mode=0666,--dir-mode=0777 0 0

All of them fails with

Apr 09 22:50:13 /usr/sbin/goofys[26277]: main.FATAL Mounting file system: Mount: mount: invalid argument Apr 09 22:52:57 /usr/sbin/goofys[27430]: s3.ERROR Unable to access 'bucket': unsupported protocol scheme ""

Is that possible/needed? I'd like to make sure my machine will boot even if the endpoint is down, or the credentials are accidentaly deleted etc.

Thanks!

Gabisonfire avatar Apr 25 '20 01:04 Gabisonfire

hi, this is very important "nofail" should work, i just came across this issue today !!

geminigeek avatar Sep 22 '22 15:09 geminigeek

hi, this is very important "nofail" should work, i just came across this issue today !!

just realized fuse do not have "nofail" option AFASIK

geminigeek avatar Sep 22 '22 16:09 geminigeek