05-30-04 04:11 PM
Gustavo V?zquez wrote:
> Yes I mean so. I know the algorithms but I would like to know the
> usage of that codes (for example, in wich disks you put the pariy bit,
> the redundancy, etc).
A good place to start is the original Chen & Patterson et al. research
papers from Berkely, two good ones start with are:
http://www.buyya.com/superstorage/chap1.pdf
http://www.csie.fju.edu.tw/~yeh/res...-raid_intro.pdf
As to where the parity information is stored, it's a pretty simple list
RAID-2, IIRC, the Hamming code data is stored on four disks for a set of 10
data disk, five disk for a set of 25, the number goes up with the gumber of
drives in the stripe.
RAID-3 all parity stored on a single disk, i.e. if there are N disks in the
data set, then the parity is stored on the N+1th disk.
RAID-4 same principle as RAID-3
RAID-5 Parity information distributed across all disks in the set, i.e. no
single drive dedicated to parity data.
[ Post a follow-up to this message ]
|