fuser icon indicating copy to clipboard operation
fuser copied to clipboard

Filesystem in Userspace (FUSE) for Rust

Results 29 fuser issues
Sort by recently updated
recently updated
newest added

Hi everyone! Thank you again for that nice crate! I've been using it [to implement a fuse driver for pcloud](https://github.com/jdrouet/pcloud/tree/main/fuse) but I'm having some issue to make it work with...

Both readdir and readdirplus should have an offset and size. The size is present used to initialize the reply buffers, but it's not exposed to the implementation, meaning there's no...

I'm looking at libfuse but couldn't find equivalent to auto_cache and kernel_cache, is this supported by fuser?

I'm sometimes experiencing panics like this when calling `BackgroundSession::join`: ``` called `Result::unwrap()` on an `Err` value: Os { code: 103, kind: ConnectionAborted, message: "Software caused connection abort" } ``` It...

* `osxfuse` has removed as it has been succeeded by `macfuse` * CI runs for all MacOS versions * `load_macfuse` is not used as is not required now * Add...

`mount` command stucks in an infinity loop after fuser mounted some directory. I asked PR #210 to check this bug.

~~My macOS CI spontaneously failed on its cronjob run. (More bad news after the forced downgrade to 10.15!)~~ **Edit:** this turned out to be a spurious failure. Even so, there...

It would be nice to have an easier to use `Filesystem` API that also uses Rust's `async` feature

Hi, first of all, thanks for forking and keeping this alive! I just switched my project gdrivefs-rust to this library instead of the original one since this looks a lot...