How To Set Up Software RAID1 On A Running System (Debian Lenny)
Aug 31, 2009, 12:32 (0 Talkback[s])
(Other stories by Falko Timme)
[ Thanks to Falko
Timme for this link. ]
"1 Preliminary Note
"In this tutorial I'm using a Debian Lenny system with two hard
drives, /dev/sda and /dev/sdb which are identical in size. /dev/sdb
is currently unused, and /dev/sda has the following partitions:
* /dev/sda1: /boot partition, ext3;
* /dev/sda2: swap;
* /dev/sda3: / partition, ext3
"In the end I want to have the following situation:
* /dev/md0 (made up of /dev/sda1 and /dev/sdb1):
/boot partition, ext3;
* /dev/md1 (made up of /dev/sda2 and /dev/sdb2): swap;
* /dev/md2 (made up of /dev/sda3 and /dev/sdb3):
/ partition, ext3
Complete Story
Related Stories:
- Enterprise Technologies Will Change the Consumer PC Market(Aug 30, 2009)
- The trouble with discard(Aug 28, 2009)
- Linux Software RAID - A Belt and a Pair of Suspenders(Aug 20, 2009)
- Buttering Up Linux File Systems(Aug 06, 2009)
- SSDs, pNFS Will Test RAID Controller Design(Jul 25, 2009)
- Which I/O controller is the fairest of them all?(Jun 08, 2009)
- Kernel Log: What's coming in 2.6.30 - Storage: RAID improvements, optimised CFQ Scheduler(May 17, 2009)
- How To Resize RAID Partitions (Shrink & Grow) (Software RAID)(Dec 13, 2008)
- Set Up A Fully Encrypted Raid1 LVM System(Dec 11, 2008)