DIY Approaches to RAID 10 Recovery
If the controller has failed
 
You can try to connect the disks to the identical controller. If you have a Linux-based software RAID 10 array in a NAS device, try using Linux as described on the manual NAS recovery page.
How to get RAID 0 from the member disks of RAID 10
 
A typical RAID10 array consists of two identical disk sets (due to mirroring) of RAID0 arrays. Therefore you should have one full set of disks belonging to RAID 0 before you start the recovery. To get such a set you need to exclude one disk from each pair.
- The resultant set must contain exactly N/2 disks. If there are less      than N/2 disks in the set, the array is unrecoverable.- If the controller has failed but disks are OK, you can use any one      disk from each pair in the set.- If one of the disks in the pair is mechanically damaged then you      should exclude this failed disk.
Once you got the full set of disks, all you need is to recover RAID 0 using disks from this set.
| 
Disk Management | 
R-Studio | 
WinHex | 
ZAR | 
| 
Disk 0 | 
\\.\PhysicalDrive0 | 
HD0: | 
Disk 0 - [Model Name] | 
| 
Disk 1 | 
\\.\PhysicalDrive1 | 
HD1: | 
Disk 1 - [Model Name] | 
| 
Disk 2 | 
\\.\PhysicalDrive2 | 
HD2: | 
Disk 2 - [Model Name] | 
To get the actual port number, see the detailed information on the device in the Disk Management (right click on the disk - select Properties).
For SATA disks you need to know a number of physical port on the motherboard (see Location Channel) and then compare with a port number printed on the motherboard (typically, all the ports are labeled).
In the photo above, two SATA port labels, Port 0 and Port 5 are clearly visible; also, one can make out parts of labels for ports 1 and 4. The cable is plugged into port 3.
As a last resort there is always the option of connecting the disks one by one.
Once you connect the disks to a computer separately and have got the disks set as for RAID 0, you should set about the RAID recovery. Read more on how to recover RAID 0.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Post a Comment