catfs
catfs copied to clipboard
Cache AnyThing filesystem written in Rust
I hope you can help, on an up to date Alma Linux system after # cargo install catfs ``` error: failed to run custom build command for `fuse v0.3.1` Caused...
./catfs /mnt/gsdata /tmp/catfsdata /mnt/data Hangs in foreground, but works (mounted folder exists) Version: downloaded as 0.8.0, reported 0.7.0 (see #12 ) Caching folder from mounted goofys S3 folder. How to...
* `time` library has replaced * `Timespec` is not used after fuse-rs 0.4 * `flags` argument in some function of fuser::Filesystem is `i32` Note that fuser has a problem on...
I am using `goofys` + `catfs` and observing that if I read the first N bytes of a file, it seems to cache only those bytes and not the whole...
I removed these to unblock CI in c940bd82d0181122dfe63c47f46e8e60611c430b.
`phone` is an sshfs. I did a `grep -r foo .` and got: ~~~ $ catfs phone phone.cache phone.cached thread '' panicked at 'index out of bounds: the len is...
From experimenting with the devel version of **catfs** (commit cbd7ab7), I noticed that it uses multi-threading. Looking at `htop`, it appears that `catfs` is using all(?) CPU cores by default....
When using with goofys, can we point catfs to an NFS volume, so that the cache can be shared between multiple users on multiple machines? Are there thread safety issues...
I tried catfs with SeaDrive because it could be a great way to selectively sync part of my drive. Unfortunately it doesn't seem to work. When I click on one...
I've compiled my own `catfs` binary from the latest master branch When mounting with the following: ``` catfs --gid 1001 --uid 1000 /test-source /test-cache /test ``` I get the following...