catfs icon indicating copy to clipboard operation
catfs copied to clipboard

Cache AnyThing filesystem written in Rust

Results 34 catfs issues
Sort by recently updated
recently updated
newest added

Now that #45 has merged, CI should include it. Note that this may be difficult since Homebrew is removing support for FUSE.

Consider this scenario: ``` Mar 13 20:51:26 priyasi systemd[1]: Unnecessary job for /dev/fuse was removed. Mar 13 20:51:26 priyasi systemd[1]: Unmounting /home/rrs/.cache/catfs/chutzpah... Mar 13 20:51:26 priyasi catfs[4583]: "/home/rrs/.cache/catfs/chutzpah" unmounted Mar...

I have a brand-new, read-only catfs filesystem. I am using it to accelerate a python script that reads many small files from NFS. After the script reads 1,000-20,000 files, the...

I am currently designing a file system agnostic automated tiered storage solution in rust, which I plan to release under the same MIT/Apache2 dual licence rustlang uses. I could safe...

Seems racy. [Travis logs](https://travis-ci.org/github/kahing/catfs/jobs/663490834?utm_medium=notification&utm_source=github_status): ``` ---- prefetch_canceled stdout ---- 1392thread 'prefetch_canceled' panicked at 'assertion failed: `(left == right)` 1393 left: `"f"`, 1394 right: `"file1\n"`', tests/integration_tests.rs:516:13 1395stack backtrace: 1396 0: backtrace::backtrace::libunwind::trace...

catfs was actually one of the very first ones I tried! I am running ubuntu 18.04.1 and here is how I installed catfs: ``` sudo apt-get install cargo git libfuse-dev...

the "simple" implementation would be logging all the dirty files and copy back in the background, while making sure they are never evicted. Ideally provide ways to let the user...

wget https://github.com/kahing/catfs/releases/download/v0.8.0/catfs chmod a+x ./catfs ./catfs -h > catfs 0.7.0 > Cache Anything FileSystem > ... ls -la catfs > -rwxrwxr-x 1 ubuntu ubuntu 6453456 Jan 9 06:49 catfs Seems...