If you don't want to actually boot off the thing (which adds a bit, though not much, complications), I think you are very close. I don't know what you'd do with the append option for the kernel, but I do without.
1) On the BIOS level, did you actually create a RAID set? That's what you need to do first (this will wipe all info from both your disks). This is where you set RAID levels, spare disks, etc. Since you said "I want to run RAID-1", it sounds like you haven't done that yet.
2) cat /proc/devices
... is there some ataraid mentioned?
3) then do fdisk /dev/ataraid/d0 (your actual name may vary, especially if you made more than one RAID set). This partitions like any other harddisk, e.g /dev/hda partitions into /dev/hda1, hda2, ... and /dev/ataraid/d0 partitions into /dev/ataraid/d0p1 etc.
4) format the partition(s) you created, mount, and you are done.
Hope it helps, else ask more.
mlp
|