Software Raid

| | Comments (0)
Add to delicious Digg This Add to My Yahoo! Add to Google Add to StumbleUpon

I created identical partition tables on my two SATA disks or rather I made the/dev/sdb identical to /dev/sda because my current root file system resides in /dev/sda2 and /boot/ is on /dev/sda1

/dev/sda1 == 200MB /boot/
/deb/sda2 == 2GB /
/deb/sda2

/dev/sdb1
/deb/sdb2
/deb/sdb3


I then ran the following command.

mdadm --create --verbose /dev/md0 --level=1 --raid-devices=2 /dev/sda3 dev/sdb3

To make sure everything is running properly:

cat /proc/mdstat
Personalities : [linear] [raid0] [raid1] [raid5] [multipath] 
md0 : active raid1 sdb3[1] sda3[0] 
      196996992 blocks [2/2] [UU]
      [==>..................]  resync = 10.3% (20347136/196996992) finish=46.4min speed=63318K/sec
unused devices: 

The next step is that when the resync is finished is to use lvm and set myself up some areas to work in.

Leave a comment

About this Entry

This page contains a single entry by Harry published on August 21, 2005 8:39 PM.

isd200_get_inquiry_data was the previous entry in this blog.

Moving from Lilo to Grub is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

Powered by Movable Type 4.01