[QUOTE=glenn69]
I’m back, and I will take you up on your offer for further assistance. I am completely confused about this whole Linux / SATA / RAID issue. I want to use debian sarge linux. I currently have the mobo that you suggested (MSI KT6V ) and I have 2 IDE drives. Well upon reading the mobo manual, I discovered that RAID is only supported by SATA. Now, how do I know if linux will support the SATA? I would like to figure this out before I exchange my IDE drives for the SATA. Also, is RAID a BIOS issue or do I have to make sure my OS supports it too?
I hope I am not crossing the lines of the purpose of this forum, it’s just that I have gotten good advice up to this point and my question is hardware related.
Thanks again.
[/QUOTE]
Linux will definitely support your SATA controller no problem. With a 2.6 or newer kernel, you don’t even need the floppy. Either you can make a software RAID using Linux’s RAID tools, which supports RAID 1-5, or you can trade in your IDE drives for SATA ones, and use your VIA southbridge as a RAID 1 controller.
If you go with the software RAID, you do have more flexibility, and can set the OS to report to you if there’s a problem with your RAID. However, as B already pointed out, there’s a performance hit to your CPU since there’s no hardware RAID controller. I’d also like to point out though that since Linux’s RAID functionality is so good, the performance hit is literally undetectable on a modern system. The only real downside is that if you’ve never set up a RAID before in Linux, you’re going to be reading some walkthroughs… :eek: Really though, it’s not that hard, so this is still a viable option.
Alternately, should you trade in your PATA drives for SATA ones, you can simply setup a hardware RAID in the southbridge’s BIOS. The plus side is that there’s zero hit to your CPU, and it’ll be a more straight-forward setup. The down side is that you’ll have no flexibility to grow and add more harddrives, or convert to a RAID 5 in the future, since it’s a hardware limitation. Also, you’ll receive no reports of problems with the RAID until a drive physically dies, since the OS will only see one logical drive, not two. :swt:
If it was me in your Doc Martins, I’d trade the IDE drives out for SATA ones either way, since SATA is much better for RAID than PATA in many respects. Then, I’d set up a RAID-1 in hardware using the VIA southbridge, then Install/setup Linux. After a while, if your needs (and your budget) have grown to the point where you need more space and performance, you could always add a Promise FastTrack SATA controller (about $60), and another 3+ harddrives. Then you could set up the new drives in a RAID-5, move your data over from the RAID-1 and still have your existing OS running from the hardware RAID! Best of both worlds. And as you expand, you can always add more drives to a Linux RAID, it’s really easy.
All the best,
-AT