mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #527] Do we need to install latest version of fuse? #296
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#296
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 @braincert on GitHub (Jan 31, 2017).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/527
S3FS automatically installs older version of fuse file system. Can we manually install latest version from https://github.com/libfuse/libfuse? Is there any drawbacks doing so?
@ggtakec commented on GitHub (Mar 19, 2017):
@braincert
s3fs requires libfuse as 2.8.4 later, it does not force an old version.
You can use libfuse 2.X.X, but not 3.x.x
if you need to use latest libfuse, you can use it in github(2.x.x).
Regards,