Displaying 1 result from an estimated 1 matches for "raidsys".
Did you mean:
radisys
2011 Jan 24
1
adding raid1 to running system
...ghtly different. I am using two partitions, / and /home.
I have setup swap as a file, /home/swapfile.
My hard drives are 500Gig sda and sdb.
In modifying the instructions for initializing sdb I have:
used /dev/md0 for / (sdb1)
used /dev/md1 for /home (sdb2)
In section 3.6
The line:
mount /dev/RaidSys/Root /mnt/root.new
was changed to
mount /dev/md0 /mnt/root.new
Everything seems to go well until I get to section 4.4.1/4.4.2 Install grub.
The commands for installing grub show success but when I edit the
/mnt/root.new/boot/grub/menu.lst
the contents still point to hd0 not hd1.
In section 4.4.4...