From Fedora Project Wiki

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 127: Line 127:
=== Test case 1.A: /home on bcache (no LVM)===
=== Test case 1.A: /home on bcache (no LVM)===


Once your fresh Fedora 20 system is running, we will "move" /home to a bcache device without using LVM.
Once your fresh Fedora 20 system is running, we will "move" /home to a bcache device. To do this it's convenient to have a minimum amount of data on /home. Do the following steps:


Step by step instructions are available on [[QA:Testcase_bcache-tools_home_on_bcache_(no_LVM)|this page]]
* yum install bcache-tools
* If needed "backup" all data in /home to another place on your root filesystem
* comment /home out in your /etc/fstab
* unmount /home (which is on /dev/sda2)
* Make /dev/sda2 a bcache backing device: make-bcache -B /dev/sda2
* Make /dev/sdb1 a bcache caching device: make-bcache -C /dev/sdb1
* Note the set uuid and attach /dev/sdb1 to /dev/sda2: echo <set uuid> > /sys/block/bcache0/bcache/attach
 
Now you have a bcache device: /dev/bcache0
* use "bcache-status -s" to see details about your bcache device.
* create a filesystem: mkfs -t ext4 -L HOME /dev/bcache0
* create a /home entry in your /etc/fstab: LABEL=HOME /home ext4 defaults 1 2
* mount /home: mount -a
* If needed restore the /home backup you made earlier.
 
Now you have a system with /home on bcache.
* reboot your system to see if it boots OK.
* do some other testing if you like. Limit the amount of data on /home or accept that it gets lost in the following steps.


=== Test case 1.B: / on bcache (no LVM) ===
=== Test case 1.B: / on bcache (no LVM) ===
Please note that all contributions to Fedora Project Wiki are considered to be released under the Attribution-Share Alike 4.0 International (see Fedora Project Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please solve the following task below and enter the answer in the box (more info):

Cancel Editing help (opens in new window)