[parisc-linux] L2000 stable with SMP and RAID
James Braid
james.braid@peace.com
Wed, 10 Jul 2002 07:41:10 +1200
> For my part I would like to test RAID-1 on my B180 (2 of 9Gb).
> Could you let me know more on the RAID configuration you implemented?
> Do you have a special slice (partition) for your F0 (parisc
> bootloader)
> and may be also for /boot?
My RAID config is just a 2-disk RAID-0 array for testing at the moment.
Heres the raidtab (probably not a lot of use to you though):
----
raiddev /dev/md0
raid-level 0
nr-raid-disks 2
chunk-size 4
device /dev/sdb1
raid-disk 0
device /dev/sdc1
raid-disk 1
----
Theres a RAID-1 root howto for Debian which I have used in the past
here: http://www.james.rcpt.to/programs/debian/raid1/
Cheers, James