mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #968] fuse failed to exec fusermount: No such file or directory #540
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#540
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 @xyzdcgan on GitHub (Mar 6, 2019).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/968
s3fs mount s3 bucket on ec2 instance.
Using 3.0 s3fs
while running
s3fs -o use_cache=/tmp/cache mybucket /s3mnt
getting error
fuse: failed to exec fusermount: No such file or directory
also tried
s3fs mybucket ${HOME}/s3image -o passwd_file=${HOME}/.passwd-s3fs
but getting same error also tried to debug and getting this
s3fs.cpp:set_mountpoint_attribute(4329): PROC(uid=1000, gid=1000) - MountPoint(uid=1000, gid=1000, mode=40775)
Used this to mount s3 in ec2 and all steps worked only not able not mount
https://www.interserver.net/tips/kb/mount-s3-bucket-centos-ubuntu-using-s3fs/
@gaul commented on GitHub (Apr 9, 2019):
Do you have the FUSE utilities installed?
@gaul commented on GitHub (Jul 11, 2019):
Please reopen if the suggested workaround does not address your symptoms.