kahing / catfs

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

Replace fuse-rs to fuser #68

Open dev-jwel opened 2 years ago

dev-jwel commented 2 years ago

Note that fuser has a problem on the MacOS. https://github.com/cberner/fuser/issues/211

gaul commented 2 years ago

Is it correct to say that this PR breaks macOS support?

dev-jwel commented 2 years ago

For now. It can be resolved after fuser fixed the issue. This issue is should be resolved at fuser repository.

gaul commented 2 years ago

Then we must wait for the fix.

dev-jwel commented 2 years ago

I don't think so. rust-rs has an issue too and this repository is outdated. This replacement may prevent other unknown other issues of outdated repository.