Installing bcache-tools
Bcache is created by running the make-bcache command. You need to install the related tool package bcache-tools.
Procedure
- Download the bcache-tools package.
- 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 yum install libsmartcols-devel -y
- Install the tool package.
make make install
- Create bcache.
make-bcache
The creation is complete, as shown in the following figure.

Parent topic: Smart Write Cache Feature Guide