bcache

From Gentoo Wiki
Jump to:navigation Jump to:search

This article is a stub. Please help out by expanding it - how to get started.

bcache is a Linux kernel block layer cache. It allows one or more fast disk drives such as flash-based solid state drives (SSDs) to act as a cache for one or more slower disk drives.

Installation

Kernel

Activate the following kernel options:

KERNEL Enable block device support in the Kernel (CONFIG_BCACHE)
Device Drivers --->
   Multiple devices driver support (RAID and LVM) --->
      <*>   Block device as cache

Emerge

Install sys-fs/bcache-tools:

root #emerge --ask sys-fs/bcache-tools

See also

External resources