PDA

View Full Version : fedora, dmraid, and raid5 on an nforce570


buntz
2007-12-26, 12:53 PM CST
Hello,

I've been looking all day but still can find a definitive answer to my question. I want to build a 1.5 TB NAS with four drives in RAID 5 on a nforce 570 chipset with NVRaid running the latest Fedora distro. I plan on putting the OS on a drive not in the RAID array. I've read that I need dmraid to support my fake NVRaid. I've also read that dmraid only supports RAID 0 and 1.

So my question is can I use dmraid with NVRaid to group four disks in a RAID 5 array and use it only for data and not booting?

bradchaus
2007-12-26, 05:21 PM CST
use linux software raid ...

buntz
2007-12-26, 05:25 PM CST
Yeah?

so mdadm is the way to go then i guess...

bradchaus
2007-12-26, 05:38 PM CST
Well, you can use raid 5, its fast, its reliable, and its not proprietary. All the linux tools work perfectly. Hardware raid is almost a thing of the past, the raid controllers arent as fast as your own CPU.

buntz
2007-12-26, 06:05 PM CST
Thats a good point. Hardware controllers have been around forever. In the day and age of multiple 3 GHz cores, I guess they are kind of outdated. Cool man, thanks for the info.