mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #279] s3fs on CentOS 6.x - finally OK #144
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#144
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fdutheil on GitHub (Oct 16, 2015).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/279
Hi,
Getting s3fs command to work was pretty straightforward:
Now, the tricky and dirty part: fstab
In short: I tried several syntax in fstab with no luck. The "deprecated" "s3fs#mybucket" with a "fuse" type, or the "actual" (I presume) syntax with "mybucket" and "fuse.s3fs" type where not working either.
Analysing strace gave me some clue:
Now, the dirty part:
ln -s /usr/sbin/mount.fuse /sbin/mount.fusesolves the fstab problem...That's ugly, I know... If you have any suggestion, feel free to share :)
@gaul commented on GitHub (Oct 16, 2015):
I wonder why FUSE 2.8.4 is the minimum required.
147dd86215changed this but I cannot see the requirement from its diff.@mooredan any ideas?
@fdutheil commented on GitHub (Oct 23, 2015):
@andrewgaul : I've been wondering myself and found a solid reason here: issue #42
@juliogonzalez commented on GitHub (Sep 23, 2018):
Just for reference, I updated #42: even if the instability mentioned was not related to 2.8.3, tests are not passing anymore with 2.8.3 for some basic things such as truncating files or removing non empty directories.
@juliogonzalez commented on GitHub (Dec 30, 2018):
@gaul, I just updated the Wiki with all the details, so I think we can close this issue.
@gaul commented on GitHub (Jan 24, 2019):
@fdutheil Could you close this issue?
@fdutheil commented on GitHub (Jan 24, 2019):
Oh yes, and the procedures in the wiki seems much cleaner. Nice.