From owner-freebsd-stable@FreeBSD.ORG Mon Jun 12 11:37:30 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83B6C16A418 for ; Mon, 12 Jun 2006 11:37:30 +0000 (UTC) (envelope-from greg.lane@internode.on.net) Received: from ash25e.internode.on.net (ash25e.internode.on.net [203.16.214.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id D557343D45 for ; Mon, 12 Jun 2006 11:37:29 +0000 (GMT) (envelope-from greg.lane@internode.on.net) Received: from router.lane.family (ozlane.net [150.101.115.95]) by ash25e.internode.on.net (8.13.6/8.13.5) with ESMTP id k5CBbQXb044221; Mon, 12 Jun 2006 21:07:27 +0930 (CST) (envelope-from greg.lane@internode.on.net) Received: from router.lane.family (localhost.lane.family [127.0.0.1]) by router.lane.family (8.13.4/8.13.4) with ESMTP id k5CBbPn1028957; Mon, 12 Jun 2006 21:37:25 +1000 (EST) (envelope-from gjl103@router.lane.family) Received: (from gjl103@localhost) by router.lane.family (8.13.4/8.13.4/Submit) id k5CBbPtR028944; Mon, 12 Jun 2006 21:37:25 +1000 (EST) (envelope-from gjl103) Date: Mon, 12 Jun 2006 21:37:25 +1000 From: Greg Lane To: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: <20060612113725.GA10678@router.lane.family> References: <20060612055143.GA10925@router.lane.family> <448D30EC.1070400@quip.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <448D30EC.1070400@quip.cz> User-Agent: Mutt/1.4.2.1i Cc: stable@freebsd.org Subject: Re: kernel panic(?) trying to copy data off failed drive with dd X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: greg.lane@internode.on.net List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 11:37:30 -0000 On Mon, Jun 12, 2006 at 11:16:28AM +0200, Miroslav Lachman <000.fbsd@quip.cz> wrote: > >Advice please?!? > > Maybe you can try /usr/ports/sysutils/cpdup which can skip read errors. > I used cpdup few years ago on HDD with bad sectors with success - lose > only few unreadable files from the middle of disk. I am installing that right now and will give it a try in the morning when I am sitting next to it. I want to keep the machine alive overnight while I copy some other stuff over the network to another machine, since I may take this opportunity (replacing the disk) to upgrade to 6-stable. Thanks, Greg