the onboard raid as you put it, is most likly software raid (or fake raid as its sometimes called)
more info,,,,, this is a amd hudson-d3 chipset, with limited raid 0 1 10 in the chipset, so 5 will be done in the windows software driver that comes with the board.
you may also want to read this thread
http://www.linuxquestions.org/questions ... er-906462/you can use mdadm to setup mirrored disks (for example) so that if one fails you will be protected.
This is also software raid, but supported only by the operating systems software.
I hesitate to suggest that you will find it difficalt to implement software raid, but that said I work with several SA's
and the level of understanding of software raid takes some expirience as a system administrator, especialy when things go wrong to understand.
another thing you will need to understand is that you cant boot from raid, so the boot device remains unraided with software raid. This is worked around in some cases by booting from a small partition and then starting the raid software and attaching the mirrored device as the OS starts.
But you need to create an alternative boot device for when the primary disk fails.
you also need to be able to detach and reattach a replacment device.
Raid 5 would usualy be used for a data only device, so you may boot of a mirrored pair and then use raid 5 for your home area.
None of this is a limitation when using true hardware raid.
Therefore instead (because your data is more valuable then the cost of a disk controller) I would suggest you invest in a true hardware raid controller, and a pair of decent disks (what the hell are you going to do with 80 gB disks today

).
Your board is a PCI-E so ...
3ware made some pretty good HW raid controllers, but they like many scsi and sata based raid controller manufacturers have been swallowed up by LSI.
Have a look at there website and then find an online reatiler.
but as an example a PCI-E based PC could be used with a 3ware 9650SE-2LP to mirror two 1 or 2 TB disks together.
the above raid is a true HW raid and costs about £150
replacment of failed disks is far easier for novices.
if you realy want raid 5 the the 3ware 9650SE-4LPML
as you need at least 3 disks for raid 5.
the above is about £270 and has 4 ports.
if you realy want to go the software raid way, there are several already well documented proceedures, and no need for anyone to re-write them on here for example
http://tldp.org/HOWTO/Software-RAID-HOWTO.html.
http://www.dedoimedo.com/computers/linux-raid.htmlhttp://linuxconfig.org/Linux_Software_Raid_1_Setuphttp://www.tuxradar.com/answers/280Another option is to use veritas volume manager, im not sure if it works on mageia, but it does work on redhat enterprise so may work with mageia.
there is a free version
http://www.symantec.com/storage-foundation-basicIf you cant follow that stick with my advise above, re HW raid
regards peter