Requires Free Membership to View
When you register for SearchStorage.com, you’ll also receive targeted emails from my team of award-winning editorial writers. Our goal is to keep you informed on the hottest topics, the latest news and the biggest challenges you face as a storage professional today.
Rich Castagna, Editorial DirectorThe RAID algorithm doesn't allow for such a possibility. Each of the disks in your RAID is formatted into a fixed number of blocks of equal size. The data is then striped across these blocks, with the final block being used for a checksum. This means that any collection N-1 blocks can be used to reproduce all of the original data.
The system doesn't care what this data is -- user data or file system meta data. Any collection of N-1 blocks can be used to derive all the information. If the block onto which the data was written is still live, the data is simply read from there. If the disk that holds the block you need is down, then that block is calculated using the parity bits.
In a 32-drive array, each stripe would have 31 data blocks and 1 checksum block. The secret of success is that each drive uniquely holds one and only one block.
This was first published in March 2003