Other s3fs: no such file or directory error

I'm trying to use s3fs to mount my S3 bucket inside my jail but I'm running into an issue when running the command. The command is as follows:

s3fs BUCKET /mnt

And the error is:

Code:
fuse: failed to open fuse device: No such file or directory

I'm not using sysutils/fusefs-s3fs since it's very outdated. I instead compiled from source, but both the port and the source version show the error. Any ideas?
 
The jail doesn't have access to the FUSE kernel module. Jails have limited access to devices.
 
Back
Top