Menu:

Many controllers on the market, or coming on the market are sold as "RAID controllers", but this term have become increasingly ambiguous over time.

FAQ questions and answers

  1. Is Intel ICH5/6/7 SATA really hardware RAID?
  2. Is VIA SATA really hardware RAID?
  3. Is Silicon Image (medley) SATA really hardware RAID?
  4. Is Adaptec 1210SA SATA really hardware RAID?
  5. Is Promise TX2 SATA really hardware RAID?
  6. Is Promise TX4 SATA really hardware RAID?
  7. Is Promise SX4 SATA really hardware RAID?
  8. (kernel 2.6) How do I access my RAID array data, which is stored in a vendor-proprietary format?
  9. (kernel 2.4) How do I access my RAID array data, which is stored in a vendor-proprietary format?

1. I have an Intel ICH5/6/7 SATA RAID. Why doesn't Linux support my hardware RAID?

A. It's not hardware RAID. It is software RAID, provided by the BIOS on the card.

2. I have a VIA SATA RAID. Why doesn't Linux support my hardware RAID?

A. It's not hardware RAID. It is software RAID, provided by the BIOS on the card.

3. I have a Silicon Image SATA RAID card. Why doesn't Linux support my hardware RAID?

A. It's not hardware RAID. It is software RAID, provided by the BIOS on the card.

4. I have an Adaptec 1210SA SATA RAID card. Why doesn't Linux support my hardware RAID?

A. It's not hardware RAID. It is software RAID, provided by the BIOS on the card.

5. I have a Promise TX2 SATA RAID card. Why doesn't Linux support my hardware RAID?

A. It's not hardware RAID. It is software RAID, provided by the BIOS on the card.

6. I have a Promise TX4 SATA RAID card. Why doesn't Linux support my hardware RAID?

A. TX4 has "RAID5 accelerator" features, but is not full and true hardware RAID. TX4 can offload RAID5 XOR calculations, but typically the host CPU is much faster. Therefore, Linux does not use the RAID5 features of this card.

7. I have a Promise SX4 SATA RAID card. Why doesn't Linux support my hardware RAID?

A. SX4 has extensive "RAID accelerator" features. While not true hardware RAID, this card has several features which do indeed accelerate RAID support. Unfortunately, Linux does not support the SX4's special RAID accelerator features at this time.

For certain configurations, Promise's Linux driver will perform better than the native Linux SATA driver.

8. Well, OK. I have figured out my card is not hardware RAID. How do I access the data stored by my BIOS software RAID, under a 2.6.x kernel?

A. Device Mapper ("DM") and dmraid. http://people.redhat.com/~heinzm/sw/dmraid/

9.How do I access the data stored by my BIOS software RAID, under a 2.4.x kernel?

A. Use the ataraid subsystem. See the Linux ATA RAID HOWTO for more information on ataraid in 2.4.x.