Closed GoogleCodeExporter closed 9 years ago
Okay, after some testing and research, I was able to find something that worked
to fix the issue with the mount.
I had to run the following command:
chkconfig --level 2345 netfs on
and then change nodev in fstab line to _netdev, as follows:
s3fs#abms-static-dev /opt/ABMS fuse rw,noatime,nosuid,_netdev,allow_other,nonempty,uid=91,gid=48,use_cache=/var/cache/s3fs 0 0
Then, the mount on boot worked successfully every time and the timestamps are
correct now when files are downloaded to the cache.
This worked with the 1.75 and 1.77 version.
Thanks.
Original comment by shardeb...@gmail.com
on 1 Aug 2014 at 7:54
Hi, shardebeck
Thanks & sorry for replying late.
I'm closing this issue, if you have any problem yet, please post new issue on
GitHub(s3fs-fuse).
Regards,
Original comment by ggta...@gmail.com
on 7 Feb 2015 at 2:50
Original issue reported on code.google.com by
shardeb...@gmail.com
on 1 Aug 2014 at 4:49