From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ookhoi Subject: Re: recovery of crashed reiserfs disk? Date: Sat, 18 Jan 2003 10:01:57 +0100 Message-ID: <20030118100157.C5575@humilis> References: <20030117221535.GA945@Kadath> <20030118080941.B5575@humilis> <20030118115142.B21932@namesys.com> Reply-To: ookhoi@humilis.net Mime-Version: 1.0 Return-path: list-help: list-unsubscribe: list-post: Errors-To: flx@namesys.com Content-Disposition: inline In-Reply-To: <20030118115142.B21932@namesys.com> List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Oleg Drokin Cc: Ookhoi , Francois-Rene Rideau , reiserfs-list@namesys.com Hi Oleg, Oleg Drokin wrote (ao): > On Sat, Jan 18, 2003 at 08:09:41AM +0100, Ookhoi wrote: > > Dunno if you got an answer already. My mail is a bit slow atm. > > I think you can copy your data to the 120GB disk, reiserfsck it, and > > mount it. > > You can dd /dev/hdc4 with > > dd if=/dev/hdc4 of=/largedir/largefile conv=noerror > > where /largedir is a directory on another disk. > > This is only partly true. > We found that only conv=noerror produces HDD images with > bad sectors siply skipped. This is not acceptable. > You need to use dd_rescue tool that is developed at SuSE I think. > > > If that doesn't work, you could try ddrescue: > > http://www.garloff.de/kurt/linux/ddrescue/ > > In fact don't even try plain dd ;) Thank you for the correction. Can you please consider to add these tips to the faq?