[GH-ISSUE #457] FreeBSD: failed to open fuse device: No such file or directory #249

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

Originally created by @landaire on GitHub (Aug 3, 2016).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/457

Followed all of the instructions, the FUSE kernel module is loaded:

# kldstat
Id Refs Address            Size     Name
 1    9 0xffffffff80200000 17bc6a8  kernel
 2    1 0xffffffff819bd000 1a2b8    fuse.ko
 3    1 0xffffffff81c11000 32d6a    pf.ko
 4    1 0xffffffff81c44000 6469     nullfs.ko
 5    1 0xffffffff81c4b000 56c6     fdescfs.ko

Trying to mount my s3 bucket and:

# s3fs MYBUCKET /usr/home/ftp/s3/ -o /etc/passwd-s3fs
fuse: failed to open fuse device: No such file or directory

Any ideas? I can successfully access the bucket with Transmit using these credentials.

edit: I just noticed that the latest version available in pkg is 1.78, which is very old. I'll see if I can build from source.

Originally created by @landaire on GitHub (Aug 3, 2016). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/457 Followed all of the instructions, the FUSE kernel module is loaded: ``` # kldstat Id Refs Address Size Name 1 9 0xffffffff80200000 17bc6a8 kernel 2 1 0xffffffff819bd000 1a2b8 fuse.ko 3 1 0xffffffff81c11000 32d6a pf.ko 4 1 0xffffffff81c44000 6469 nullfs.ko 5 1 0xffffffff81c4b000 56c6 fdescfs.ko ``` Trying to mount my s3 bucket and: ``` # s3fs MYBUCKET /usr/home/ftp/s3/ -o /etc/passwd-s3fs fuse: failed to open fuse device: No such file or directory ``` Any ideas? I can successfully access the bucket with Transmit using these credentials. **edit**: I just noticed that the latest version available in `pkg` is 1.78, which is very old. I'll see if I can build from source.
kerem closed this issue 2026-03-04 01:43:40 +03:00
Author
Owner

@jhgorse commented on GitHub (Apr 2, 2017):

Did you ever resolve this?

<!-- gh-comment-id:290960947 --> @jhgorse commented on GitHub (Apr 2, 2017): Did you ever resolve this?
Author
Owner

@ggtakec commented on GitHub (Mar 30, 2019):

We kept this issue open for a long time.
Is this problem continuing?
We launch new version 1.86, which fixed some problem(bugs).
Please use the latest version.
I will close this, but if the problem persists, please reopen or post a new issue.

<!-- gh-comment-id:478218958 --> @ggtakec commented on GitHub (Mar 30, 2019): We kept this issue open for a long time. Is this problem continuing? We launch new version 1.86, which fixed some problem(bugs). Please use the latest version. I will close this, but if the problem persists, please reopen or post a new issue.
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#249
No description provided.