Top "Fuse" questions

Fuse stands for Filesystem in Userspace.

(bash) How to find the max supported file-size of a filesystem?

(bash) For a particular directory, I need to discover the maximum file size supported by that filesystem. The filesystem in …

linux bash filesystems fuse fat32
Can't expose a fuse based volume to a Docker container

I'm trying to provide my docker container a volume of encrypted file system for internal use. The idea is that …

linux docker fuse
fuse: Setting offsets for the filler function in readdir

I am implementing a virtual filesystem using the fuse, and need some understanding regarding the offset parameter in readdir. Earlier …

linux filesystems fuse
Amazon S3 with s3fs and fuse. script to unmount and mount

Redhat with Fuse 2.4.8 S3FS version 1.59 In addition to: Amazon S3 with s3fs and fuse, transport endpoint is not …

bash amazon-web-services amazon-s3 fuse s3fs
use gcsfuse to mount google cloud storage buckets in a docker container

I am trying to mount a google cloud bucket from within a docker container and get the following error: [root@…

docker fuse gcsfuse
S3FS - Recursive CHOWN/CHMOD takes a LONG time

Any recursive chown or chmod command on an s3fs mount takes a long time when you have a few …

amazon-s3 fuse s3fs
Why does FUSE readdir returns Input/output error?

I am seeing a strange issue while implementing the readdir() functionality in fuse. Basically when I do ls on any …

filesystems fuse