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 (Incl. GRUB2 Configuration) (Ub

Jul 13, 2010, 18:38 (0 Talkback[s])
(Other stories by Falko Timme)

[ Thanks to Falko Timme for this link. ]

"1 Preliminary Note

"In this tutorial I'm using an Ubuntu 10.04 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, ext4;
* /dev/sda2: swap;
* /dev/sda3: / partition, ext4

In the end I want to have the following situation:
* /dev/md0 (made up of /dev/sda1 and /dev/sdb1): /boot partition, ext4;
* /dev/md1 (made up of /dev/sda2 and /dev/sdb2): swap;
* /dev/md2 (made up of /dev/sda3 and /dev/sdb3): / partition, ext4"

Complete Story

Related Stories: