4

I have a few questions on how software and onboard RAID 5 compare:

  1. Is there any way to add a disk to an existing RAID 5 array using either software or onboard RAID?

  2. All motherboards I'm interested in come with both SATA2 and SATA3 ports. Using either software or onboard RAID, is it possible to combine disks connected to different ports in the same array?

  3. If I have two operating systems installed (on a disk that does not belong to the array), can still use software RAID?

Notes:

  • I have read Onboard RAID vs Software RAID. It doesn't cover any of my questions.

  • I know that hardware RAID is better than both options. Sadly, I can't find a single RAID controller card. I've searched all over the country...

  • I know that RAID is not backup. Protecting my data from a single disk's failure is all I want.

Dennis
  • 50,701

3 Answers3

3
  1. Depends on software/chipset. Better chances in software raid.
  2. Yes, using software raid. Probably not using onboard raid, depends on chipset.
  3. Yes. Just make sure not to touch the partition tables. Better setting up raided operating system last to avoid error-prone partitioning work after creating the raid.

You should be able to buy some RAID controller cards at all computer webshops I guess.

Jens Erat
  • 18,485
  • 14
  • 68
  • 80
2

Is there any way to add a disk to an existing RAID 5 array using either software or onboard RAID?

Depends on the OS version and onboard RAID vendor/version. For example, onboard RAID using Intel Rapid Storage Technology (any recent Intel chipset uses it), you can even convert RAID1 to RAID5 online. You can also add a disk to an existing RAID5 online too.

All motherboards I'm interested in come with both SATA2 and SATA3 ports. Using either software or onboard RAID, is it possible to combine disks connected to different ports in the same array

Most probably not. Usually, one chipset is RAID-based, and the other is not. For example, my motherboard has Intel ICH10 chipset and Marvell chipset. Intel RAID sees only disks connected to the Intel chipset.

Update: According to Intel, on the PCH controller hub (used in Intel P67), RAID5 with 5 or 6 drives is supported. However, be aware that all RAID features can be disabled by the board manufacturer.

If I have two operating systems installed (on a disk that does not belong to the array), can still use software RAID?

Depends on the OS. You cannot use Windows RAID in Linux and vice versa, but if these are two installations of Windows, why not?

haimg
  • 23,153
  • 17
  • 83
  • 117
1
  1. It depends on the particular RAID software or hardware you're using. Most low-end controllers and software solutions do not support this.

  2. With software RAID, you should be able to combine ports regardless of what they're connected to. With onboard RAID, it usually depends on whether all the ports are connected to the same controller. This can vary from motherboard to motherboard.

  3. Yes, assuming the operating system has a driver that supports whatever software RAID method you're using.