pcachefs icon indicating copy to clipboard operation
pcachefs copied to clipboard

FUSE filesystem that presents a mirror of other filesystems, with transparent caching.

Results 2 pcachefs issues
Sort by recently updated
recently updated
newest added

I'm trying to use pCacheFS with SSHFS, but I'm experiencing a lot of freezing during opening of large files. In SSHFS, the filesystem access works normaly during a large file...

``` pCacheFS is currently a read-only filesystem, but it would become much more useful if it supported writes. The write support will be very simple: any writes are written through...

enhancement