Re: Should I Start Over?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Jun 30, 2004 at 01:42:19PM -0500, Stephen Hargrove wrote:
$ mdadm --examine /dev/hd[dceg]1
mdadm: No super block found on /dev/hdc1 (Expected magic a92b4efc, got
00000000)
mdadm: No super block found on /dev/hdd1 (Expected magic a92b4efc, got
00000000)
mdadm: No super block found on /dev/hde1 (Expected magic a92b4efc, got
00000000)
mdadm: No super block found on /dev/hdg1 (Expected magic a92b4efc, got
00000000)

urgh,
no superblock
you can try to see if you can read your data by recreating the array in
degraded mode, so it does not rebuild.

like:
mdadm --create /dev/md0 --level=5 /dev/hdc1 /dev/hdd1 missing
try substituting the word missing for each of the drives
and see if you can mount the filesystem
if you do find your data use:
mdadm /dev/md0 -a <the device you replaced with missing>
to have it added to the array again

good luck!

L.


-- Luca Berra -- bluca@xxxxxxxxxx Communication Media & Services S.r.l. /"\ \ / ASCII RIBBON CAMPAIGN X AGAINST HTML MAIL / \ - To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux RAID Wiki]     [ATA RAID]     [Linux SCSI Target Infrastructure]     [Linux Block]     [Linux IDE]     [Linux SCSI]     [Linux Hams]     [Device Mapper]     [Device Mapper Cryptographics]     [Kernel]     [Linux Admin]     [Linux Net]     [GFS]     [RPM]     [git]     [Yosemite Forum]


  Powered by Linux