From owner-freebsd-questions@FreeBSD.ORG Fri Jul 11 16:30:28 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 016B837B401 for ; Fri, 11 Jul 2003 16:30:28 -0700 (PDT) Received: from adsl-64-161-78-226.dsl.lsan03.pacbell.net (adsl-64-161-78-226.dsl.lsan03.pacbell.net [64.161.78.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 4E47243F85 for ; Fri, 11 Jul 2003 16:30:27 -0700 (PDT) (envelope-from oremanj@adsl-64-161-78-226.dsl.lsan03.pacbell.net) Received: (qmail 2619 invoked by uid 1001); 11 Jul 2003 23:30:40 -0000 Date: Fri, 11 Jul 2003 16:30:40 -0700 From: Joshua Oreman To: Per olof Ljungmark Message-ID: <20030711233040.GB2549@webserver.get-linux.org> References: <3F0F4604.5050309@intersonic.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F0F4604.5050309@intersonic.se> User-Agent: Mutt/1.4.1i cc: questions@freebsd.org Subject: Re: Advise on data recovery from failed drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 23:30:28 -0000 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"