RAID 1.5 With IDE: Added Value Or Eyewash?

RAID 1.5 From HighPoint: Striping With Parity Data

Writing should not give us any improvement, as data still has to be written onto both drives in order to read in a sripe-mode.

In the worst-case scenario, a hard drive gives up the ghost while the system would still run with the second (imaged) drive. The only disadvantage is that all read data has to be taken from only one drive now.

Basically, this method should be as quick at sequentially reading as RAID 0, while writing should be equally fast than with RAID 1.

TOPICS
Patrick Schmid
Editor-in-Chief (2005-2006)

Patrick Schmid was the editor-in-chief for Tom's Hardware from 2005 to 2006. He wrote numerous articles on a wide range of hardware topics, including storage, CPUs, and system builds.

  • lifeisstudy
    So RAID 1.5 won't work because the heads of the disk still need to move to the next data block to read... If you skip blocks, you still have to move past them.

    What about RAID 1.5 with Solid State disks. You have nothing to move, yet you can double your read speed with mirroring. Sounds perfect for server caches.
    Reply