mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #1314] fuse: device not found, try 'modprobe fuse' first #703
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#703
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 @prasad-1729 on GitHub (Jun 22, 2020).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1314
Error message
fuse: device not found, try 'modprobe fuse' first
[CRT] set_s3fs_log_level(250): change debug level from [CRT] to [INF]
[INF] set_moutpoint_attribute(4088): PROC(uid=0, gid=0) - MountPoint(uid=1000, gid=1000, mode=40755)
Version of s3fs being used (s3fs --version)
_example: V1.86
s3fs command line used, if applicable
I am running in jenkinsfile(linux containers)
Thank!!!
@lionelyoung commented on GitHub (Jun 22, 2020):
You need to enable privileges
On kubernetes, it'd be something like:
With docker flags, you'd need to get something like:
@prasad-1729 commented on GitHub (Jul 5, 2020):
Thanks @lionelyoung
@jonzerstyle commented on GitHub (Apr 5, 2024):
I had this issue when trying to use curlftpfs on buildroot. It was fixed by enabling CONFIG_FUSE_FS=y in the kernel config.