From owner-freebsd-stable@FreeBSD.ORG Mon Jun 12 09:16:33 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 716F016A41B for ; Mon, 12 Jun 2006 09:16:33 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from home.quip.cz (grimm.quip.cz [213.220.192.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8589043D46 for ; Mon, 12 Jun 2006 09:16:31 +0000 (GMT) (envelope-from 000.fbsd@quip.cz) Received: from [192.168.1.2] (qwork.quip.test [192.168.1.2]) by home.quip.cz (Postfix) with ESMTP id 35F0578A; Mon, 12 Jun 2006 11:16:29 +0200 (CEST) Message-ID: <448D30EC.1070400@quip.cz> Date: Mon, 12 Jun 2006 11:16:28 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: cs, cz, en, en-us MIME-Version: 1.0 To: greg.lane@internode.on.net References: <20060612055143.GA10925@router.lane.family> In-Reply-To: <20060612055143.GA10925@router.lane.family> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 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 09:16:33 -0000 Greg Lane wrote: [...] > The machine is running 5.5 pre-release. I can pull the disk and put it > in a machine running 6-stable if that will help. I could also install > current on some box or another. Whatever will get the data back!! > > Advice please?!? > > Cheers, > Greg 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. Miroslav Lachman