make-bcache
bcache userspace tools
Install
- All systems
-
curl cmd.cat/make-bcache.sh
- Debian
-
apt-get install bcache-tools
- Ubuntu
-
apt-get install bcache-tools
- Alpine
-
apk add bcache-tools
- Kali Linux
-
apt-get install bcache-tools
- Fedora
-
dnf install bcache-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install bcache-tools
- Raspbian
-
apt-get install bcache-tools
- Dockerfile
- dockerfile.run/make-bcache
- Docker
-
docker run cmd.cat/make-bcache make-bcache
powered by Commando
bcache-tools
bcache userspace tools
Bcache allows the use of SSDs to cache other block devices. Documentation for the run-time interface is included in the kernel tree; in Documentation/bcache.txt. This package includes udev rules, initramfs support, and the utilities to create a new bcache as well as inspect existing bcache partitions.