On Wed, 03 Jul 2013 19:43:55 +0400, Vasiliy Tolstov wrote: > Hello. I'm newbie with bcache and stuck at drive configuration. > Now i have 1 sata 3Tb disk and one 240Gb ssd eMLC disk. I want to > create from 1 sata disk raid1 with missing 1 drive (i want to able to > sync pre failed sata disk with new by remove ssd disk and add sata) > > What steps i need to do? Hello, You could use `blocks to-lvm`[1] to convert your large disk to lvm, and then `blocks to-bcache` to convert the lvm volume to bcache. The lvm conversion will allow you to migrate the data off the prefailed disk later, either by moving it (pvmove) or by converting to raid1 (lvconvert). The blocks README should guide you through converting. Right now it doesn't include instructions on attaching the slow backing device to the SSD cache device, I'll see about adding that, or you can refer to the ATTACHING section of [2]. [1] https://github.com/g2p/blocks [2] http://atlas.evilpiepirate.org/git/linux-bcache.git/tree/Documentation/bcache.txt?h=bcache-dev -- To unsubscribe from this list: send the line "unsubscribe linux-bcache" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html