|
Project Information
|
pCacheFS provides a simple caching layer for other filesystems, which can make slow, remote filesystems seem very fast to access. The cache does not disappear when you start/stop pCacheFS or reboot - it is persistent. It is designed for caching large amounts of data on remote filesystems that don't change very much, such as movie/music libraries. Key features
Currently pCacheFS mounts are read-only - writes are not supported. See Example or the blog article for usage examples. DependenciespCacheFS requires FUSE and the FUSE Python bindings to be installed on your system. Ubuntu users should be able to use this command to install: $ sudo apt-get install fuse python-fuse |