Rate This Document
Findability
Accuracy
Completeness
Readability

Installing bcache-tools

Bcache is created by running the make-bcache command. You need to install the related tool package bcache-tools.

Procedure

  1. Download the bcache-tools package.
  2. Use a transfer tool to upload the downloaded bcache-tools-1.1.tar.gz package to the /home directory.
  3. Decompress the package.
    cd /home/
    tar -zxvf bcache-tools-1.1.tar.gz
    cd /home/bcache-tools-1.1
  4. Install the dependencies.
    yum install libblkid-devel -y
    yum install libsmartcols-devel -y
  5. Install the tool package.
    make
    make install
  6. Create bcache.
    make-bcache

    The creation is complete, as shown in the following figure.