Jump to content

Parity drive

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Karldw (talk | contribs) at 01:05, 16 November 2010 (Page created). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

A Parity Drive is a hard drive used in a RAID array to provide fault tolerance. For example, RAID 3 uses a parity drive to create a system that is both fault tolerant and fast. [1]

One way to impliment a parity drive in a RAID array is to use the exclusive or, or XOR, function. XOR is a Boolean logic function which means 'one or the other, but not both'. The XOR of all of the data drives in the RAID array is written to the parity drive. If one of the data drives fails, the XOR of the remaining drives is identical to the data of the lost drive. Therefore, the when a drive is lost, recovering the drive is as simple as copying the XOR of the remaining drives to a fresh data drive.

References

  1. ^ Definitions of RAID configurations Retrieved on 2010-11-15