close

更新kernel > 3.10

sudo update-pciids && sudo update-usbids

apt-get purge linux-image-* linux-headers-*

apt-get install linux-image-generic-lts-saucy linux-headers-generic-lts-saucy
uname -a

安裝bcache

add-apt-repository ppa:g2p/storage
apt-get update
apt-get install bcache-tools
make-bcache -C /dev/sdd -B /dev/sdb

其中sdd為ssd或傳統硬碟或memory, sdb 為傳統硬碟。

mkfs.ext4 /dev/bcache0

從新開機

看看 /dev/bcache0是否還在

mount /dev/bcache0 /mnt/testssd

開始試用吧

arrow
arrow
    文章標籤
    linux bcache ssd cache
    全站熱搜

    太空梭創業日誌 發表在 痞客邦 留言(0) 人氣()