kahing / catfs

Cache AnyThing filesystem written in Rust
Apache License 2.0
842 stars 54 forks source link

Ignoring unknown FUSE operation 39 #55

Closed tnachen closed 3 years ago

tnachen commented 3 years ago

Tried running catfs with gooyfs and is seeing this error message repeatedly. Seems like this is under a feature flag for fuse crate and no longer being updated.

gaul commented 3 years ago

References zargony/fuse-rs#142.

tnachen commented 3 years ago

Thanks for the reference, looks like it's a fuse issue. catfs should be updated to use fuser instead.