Linux Today: Linux News On Internet Time.
Search Linux Today
Linux News Sections:  Developer -  High Performance -  Infrastructure -  IT Management -  Security -  Storage -
Linux Today Navigation
LT Home
Contribute
Contribute
Link to Us
Linux Jobs

Partner Sites
JustLinux.com
Linux Planet
PHPBuilder
Technology Jobs

Top White Papers

More on LinuxToday


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: