Date: Fri, 11 Jul 2003 16:30:40 -0700 From: Joshua Oreman <oremanj@webserver.get-linux.org> To: Per olof Ljungmark <peo@intersonic.se> Cc: questions@freebsd.org Subject: Re: Advise on data recovery from failed drive Message-ID: <20030711233040.GB2549@webserver.get-linux.org> In-Reply-To: <3F0F4604.5050309@intersonic.se> References: <3F0F4604.5050309@intersonic.se>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jul 12, 2003 at 01:19:32AM +0200 or thereabouts, Per olof Ljungmark wrote: > I've had a drive crash where the spindle motor bearings overheated and > got stuck. > Using mild violence I now have the drive spinning again and need to do > some data recovery. > > It has to be something that is able to handle read errors without stopping, > I am thinking dd, any other suggestions? dd if=/dev/FAILED of=/dev/SPARE conv=noerror bs=32k The conv=noerror does it. -- Josh > > Thanks, > Per olof > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030711233040.GB2549>