Installing the Bcache-tools
Bcache is created by running the make-bcache command. You need to install the related tool package bcache-tools.
https://git.kernel.org/pub/scm/linux/kernel/git/colyli/bcache-tools.git/tag/?h=bcache-tools-1.1
Version: v1.1
Procedure
- Use a transfer tool to upload the downloaded bcache-tools-1.1.tar.gz package to the /home directory.
- Decompress the package.
cd /home/ tar -zxvf bcache-tools-1.1.tar.gz cd /home/bcache-tools-1.1
- Install the dependencies.
yum install libblkid-devel -y
- Perform the installation.
make make install
- Run the make-bcache command.
Parent topic: Usage Guide