From mboxrd@z Thu Jan 1 00:00:00 1970 From: "John Stoffel" Subject: Re: I will pay money for the correct RAID recovery instructions Date: Fri, 17 Oct 2014 10:05:40 -0400 Message-ID: <21569.8756.823611.71332@quad.stoffel.home> References: <20141016202202.GA22898@cthulhu.home.robinhill.me.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-raid-owner@vger.kernel.org To: Ian Young Cc: linux-raid List-Id: linux-raid.ids Ian, It would also help if you posted the details of your setup using: cat /proc/partitions cat /proc/mdstat mdadm -D /dev/md# - for each of the devices above. mdadm -E /dev/sd<#> - for each disk or partition in the array from above. But the suggestions to ddrescue the going bad drive onto a new disk is a good one. On my debian system, I would do the following: sudo apt-get install gddrescue ddrescue /dev/sde /dev/sdf /var/tmp/ddrecue-sde.log and see how that goes. Good luck, John