flashcache_create
write-back block device cache for Linux (user space utilities)
Install
- All systems
-
curl cmd.cat/flashcache_create.sh
- Debian
-
apt-get install flashcache-utils - Ubuntu
-
apt-get install flashcache-utils -
Alpine
-
apk add flashcache-utils - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install flashcache-utils - Raspbian
-
apt-get install flashcache-utils - Docker
-
docker run cmd.cat/flashcache_create flashcache_createpowered by Commando
flashcache-utils
write-back block device cache for Linux (user space utilities)
Flashcache is a write-back block device cache for Linux. Using the Linux device mapper (DM) it provides an overlay mapper, to cache chunks of data on a high speed caching device like a solid-state drive for fast read access. Flashcache supports FIFO and LRU cache sets, is configurable and error resistant. It comes with a DKMS kernel module and a corresponding user land for command and control. This package provides user space utilities, required to control the kernel module.