0
I have a two disk RAID0 software raid (not hardware raid) that is reported to have failed during boot and my OS won't start.
Using a Live CD, I get the following output :
sudo mdadm -E /dev/sdc1 /dev/sdd1
/dev/sdc1:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : 3710713d:fb301031:84b61247:d1d53e0f
Name : HP-xw9300:0
Creation Time : Sun Sep 1 15:22:26 2013
Raid Level : -unknown-
Raid Devices : 0
Avail Dev Size : 1465145328 (698.64 GiB 750.15 GB)
Data Offset : 16 sectors
Super Offset : 8 sectors
State : active
Device UUID : ad427cd2:9f885f57:7f41015f:90f8f6af
Update Time : Sun Jun 8 12:35:11 2014
Checksum : a37407ff - correct
Events : 1
Device Role : spare
Array State : ('A' == active, '.' == missing)
/dev/sdd1:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : 3710713d:fb301031:84b61247:d1d53e0f
Name : HP-xw9300:0
Creation Time : Sun Sep 1 15:22:26 2013
Raid Level : -unknown-
Raid Devices : 0
Avail Dev Size : 976771056 (465.76 GiB 500.11 GB)
Data Offset : 16 sectors
Super Offset : 8 sectors
State : active
Device UUID : 2ea0199d:cb08d9e7:0830448a:a1e1e348
Update Time : Sun Jun 8 13:06:19 2014
Checksum : 8883c492 - correct
Events : 1
Device Role : spare
Array State : ('A' == active, '.' == missing)
GParted lists both disks, detects the flags as 'Raid' and lists the data usage.
Can anyone please help me re-assemble just so that I can copy some of the data off that I have not backed up recently?
Thanks
The thing is, though, that so much is identified about the RAID by both mdadm and gparted. It almost seems like it should be accessible but just needs a little shove. Maybe a config file has got screwed somewhere and one little value that it needs is unavailable. I know there are advanced RAID recovery techniques but in this case it looks like it is nearly accessible - just not quite. – Gizmo_the_Great – 2014-06-08T15:27:46.797
Every RAID format except for RAID0 has redundancy. That means there is information to recover even after one disk dies. If the information gets RAID-0 striped (and no RAID-0 appended) then it is over. The only remaining options are backups or very expensive HDD recovery. – Hennes – 2014-06-08T17:48:50.347