- RAID Data Recovery
- RAID-0 (Striping)
- RAID-1 (Mirror)
- RAID-5
- RAID-0+1
- RAID-1+0
- Other single-level RAID types
- Other multi-level RAID types
RAID 0 Reconstruction
Single level RAID 0 is a RAID configuration without redundancy. If any drive in a RAID 0 array fails, the whole array fails and the system will not be able to read or write files. Data from individual disks can be recovered but it is useless unless it can be reconstructed properly. Since every RAID 0 implementation has unique configuration parameters, RAID 0 reconstruction is a very difficult task. At Gillware, we have technicians that specialize in RAID 0 reconstructions and a wide variety of tools to accomplish to task. We also have the ability to develop custom programs to reconstruct RAID 0 arrays of odd configurations.
Raid 0 reconstruction prices depend on the stripe width of the array (number of drives being striped) and the total capacity of the array. Please call our toll free number
877 624 7206 for a quote.
Raid 0 arrays are built for performance. Instead of reading/writing 1 file to 1 disk, RAID 0 arrays read/write 1 file to multiple disks in parallel. The process of breaking up a file into pieces and writing it to multiple disks is called striping. The following is a simple example illustrating how RAID 0 works.
Say we have a text file that consists of four characters "ABCD" and a RAID 0 array of two disks (stripe width of two) with a stripe/block size of four bits (equal to one half of a character).
Here's a data representation of our text file:
Text in file
| Text in file | A | B | C | D | ||||
| ASCII code | 4 | 1 | 4 | 2 | 4 | 3 | 4 | 4 |
| Raw binary data | 0 1 0 0 | 0 0 0 1 | 0 1 0 0 | 0 0 1 0 | 0 1 0 0 | 0 0 1 1 | 0 1 0 0 | 0 1 0 0 |
| DISK 1 | DISK 2 | |
|
0 1 0 0 |
0 0 0 1 |
A |
|
0 1 0 0 |
0 0 1 0 |
B |
|
0 1 0 0 |
0 0 1 1 |
C |
|
0 1 0 0 |
0 1 0 0 |
D |
| DISK 1 | DISK 2 | ||
|
0 1 0 0 0 1 0 0 |
D |
0 0 0 1 0 0 1 0 |
"DC2" |
|
0 1 0 0 0 1 0 0 |
D |
0 0 1 1 0 1 0 0 |
4 |
|
0 1 0 0 |
A |
|
0 0 0 1 |
|
|
0 1 0 0 |
B |
|
0 0 1 0 |
|
|
0 1 0 0 |
C |
|
0 0 1 1 |
|
|
0 1 0 0 |
D |
|
0 1 0 0 |








