* 4HDD Raid5 - 2 Disk fails
@ 2012-10-04 9:33 Dominique
2012-10-04 9:52 ` Mathias Burén
2012-10-04 9:55 ` Adam Goryachev
0 siblings, 2 replies; 5+ messages in thread
From: Dominique @ 2012-10-04 9:33 UTC (permalink / raw)
To: linux-raid mailing list
Hi,
I am writing here out of desperation, and lost hope. I have a NAS with a
4 HDD Raid 5 setup. A week ago, we suffered a power outage that seemed
to have fried 2 of the 4 disks at the same time. I say seemed, since I
have some contradictory information: 3 of the 4 power leds are still
active, the web interface shows only 2 of 4 disks, and cli information
shows that disk sda is partially answering, sbd and sdc are ok, sdd
seems to be totally dead.
Don't ask about the backup.
Is there anything I can do to get sda back to some life to save what can
be saved ?
Thanks for any help.
Dominique
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 4HDD Raid5 - 2 Disk fails
2012-10-04 9:33 4HDD Raid5 - 2 Disk fails Dominique
@ 2012-10-04 9:52 ` Mathias Burén
2012-10-04 9:55 ` Adam Goryachev
1 sibling, 0 replies; 5+ messages in thread
From: Mathias Burén @ 2012-10-04 9:52 UTC (permalink / raw)
To: Dominique; +Cc: linux-raid mailing list
On 4 October 2012 10:33, Dominique <dcouot@hotmail.com> wrote:
> Hi,
>
> I am writing here out of desperation, and lost hope. I have a NAS with a 4
> HDD Raid 5 setup. A week ago, we suffered a power outage that seemed to have
> fried 2 of the 4 disks at the same time. I say seemed, since I have some
> contradictory information: 3 of the 4 power leds are still active, the web
> interface shows only 2 of 4 disks, and cli information shows that disk sda
> is partially answering, sbd and sdc are ok, sdd seems to be totally dead.
>
> Don't ask about the backup.
>
> Is there anything I can do to get sda back to some life to save what can be
> saved ?
>
> Thanks for any help.
>
> Dominique
> --
> To unsubscribe from this list: send the line "unsubscribe linux-raid" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi,
Is this a PC? Can you SSH in and get some information? (dmesg, cat
/proc/mdstat, etc)
Mathias
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 4HDD Raid5 - 2 Disk fails
2012-10-04 9:33 4HDD Raid5 - 2 Disk fails Dominique
2012-10-04 9:52 ` Mathias Burén
@ 2012-10-04 9:55 ` Adam Goryachev
2012-10-04 10:39 ` John Robinson
2012-10-15 10:53 ` Dominique
1 sibling, 2 replies; 5+ messages in thread
From: Adam Goryachev @ 2012-10-04 9:55 UTC (permalink / raw)
To: Dominique; +Cc: linux-raid mailing list
On 04/10/12 19:33, Dominique wrote:
> Hi,
>
> I am writing here out of desperation, and lost hope. I have a NAS with
> a 4 HDD Raid 5 setup. A week ago, we suffered a power outage that
> seemed to have fried 2 of the 4 disks at the same time. I say seemed,
> since I have some contradictory information: 3 of the 4 power leds are
> still active, the web interface shows only 2 of 4 disks, and cli
> information shows that disk sda is partially answering, sbd and sdc
> are ok, sdd seems to be totally dead.
>
> Don't ask about the backup.
>
> Is there anything I can do to get sda back to some life to save what
> can be saved ?
My limited suggestions:
1) Since this is the state of the drive after a power cycle, probably
another power cycle won't be any worse...
Remove the drive, and connect to a standard linux machine, also connect
a brand new identical (size) drive
Use dd_rescue to attempt to copy as much as possible from the dead drive
to the new drive
Add the new drive back to the NAS, and use some CLI magic to re-create
the raid array pretending that it is all clean
Do a backup
You should try the dd_rescue ASAP, this could easily take a few days
depending on the amount of damage, and the size of the drive. If this
fails, then forget about the rest of the steps.... and start looking for
backups, or perhaps attempt a professional data recovery agency (very
expensive).
For how to do the dd_rescue, ask google, there are very good information
on this already, just ensure to use the gnu dd_rescue.
Regards,
Adam
--
Adam Goryachev
Website Managers
www.websitemanagers.com.au
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 4HDD Raid5 - 2 Disk fails
2012-10-04 9:55 ` Adam Goryachev
@ 2012-10-04 10:39 ` John Robinson
2012-10-15 10:53 ` Dominique
1 sibling, 0 replies; 5+ messages in thread
From: John Robinson @ 2012-10-04 10:39 UTC (permalink / raw)
To: Adam Goryachev; +Cc: Dominique, linux-raid mailing list
On 04/10/2012 10:55, Adam Goryachev wrote:
[...]
> For how to do the dd_rescue, ask google, there are very good information
> on this already, just ensure to use the gnu dd_rescue.
Err... I'm fairly sure it's gnu ddrescue you want, not dd_rescue.
Discussion here: http://ubuntu-rescue-remix.org/node/51
Cheers,
John.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 4HDD Raid5 - 2 Disk fails
2012-10-04 9:55 ` Adam Goryachev
2012-10-04 10:39 ` John Robinson
@ 2012-10-15 10:53 ` Dominique
1 sibling, 0 replies; 5+ messages in thread
From: Dominique @ 2012-10-15 10:53 UTC (permalink / raw)
To: Adam Goryachev; +Cc: linux-raid mailing list
Hi,
Thanks everyone for the input. Sorry for the delayed followup. The NAS
is about 1600 km away, so I'll have to wait to get access to it to
extract the discs. In the meantime, I powered it off.
Dominique
On 04/10/2012 11:55, Adam Goryachev wrote:
> On 04/10/12 19:33, Dominique wrote:
>> Hi,
>>
>> I am writing here out of desperation, and lost hope. I have a NAS with
>> a 4 HDD Raid 5 setup. A week ago, we suffered a power outage that
>> seemed to have fried 2 of the 4 disks at the same time. I say seemed,
>> since I have some contradictory information: 3 of the 4 power leds are
>> still active, the web interface shows only 2 of 4 disks, and cli
>> information shows that disk sda is partially answering, sbd and sdc
>> are ok, sdd seems to be totally dead.
>>
>> Don't ask about the backup.
>>
>> Is there anything I can do to get sda back to some life to save what
>> can be saved ?
> My limited suggestions:
> 1) Since this is the state of the drive after a power cycle, probably
> another power cycle won't be any worse...
> Remove the drive, and connect to a standard linux machine, also connect
> a brand new identical (size) drive
> Use dd_rescue to attempt to copy as much as possible from the dead drive
> to the new drive
> Add the new drive back to the NAS, and use some CLI magic to re-create
> the raid array pretending that it is all clean
> Do a backup
>
> You should try the dd_rescue ASAP, this could easily take a few days
> depending on the amount of damage, and the size of the drive. If this
> fails, then forget about the rest of the steps.... and start looking for
> backups, or perhaps attempt a professional data recovery agency (very
> expensive).
>
> For how to do the dd_rescue, ask google, there are very good information
> on this already, just ensure to use the gnu dd_rescue.
>
> Regards,
> Adam
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-10-15 10:53 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-04 9:33 4HDD Raid5 - 2 Disk fails Dominique
2012-10-04 9:52 ` Mathias Burén
2012-10-04 9:55 ` Adam Goryachev
2012-10-04 10:39 ` John Robinson
2012-10-15 10:53 ` Dominique
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).