[GH-ISSUE #968] fuse failed to exec fusermount: No such file or directory #540

Closed
opened 2026-03-04 01:46:29 +03:00 by kerem · 2 comments
Owner

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/

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/
kerem closed this issue 2026-03-04 01:46:29 +03:00
Author
Owner

@gaul commented on GitHub (Apr 9, 2019):

Do you have the FUSE utilities installed?

<!-- gh-comment-id:481179309 --> @gaul commented on GitHub (Apr 9, 2019): Do you have the FUSE utilities installed?
Author
Owner

@gaul commented on GitHub (Jul 11, 2019):

Please reopen if the suggested workaround does not address your symptoms.

<!-- gh-comment-id:510290580 --> @gaul commented on GitHub (Jul 11, 2019): Please reopen if the suggested workaround does not address your symptoms.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#540
No description provided.