From owner-freebsd-current@FreeBSD.ORG Mon Nov 1 19:51:32 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA82316A4CE for ; Mon, 1 Nov 2004 19:51:32 +0000 (GMT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id B569043D5A for ; Mon, 1 Nov 2004 19:51:32 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id iA1JpV0m010433; Mon, 1 Nov 2004 11:51:31 -0800 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id iA1JpVbg010432; Mon, 1 Nov 2004 11:51:31 -0800 Date: Mon, 1 Nov 2004 11:51:31 -0800 From: Brooks Davis To: David Gilbert Message-ID: <20041101195131.GC7517@odin.ac.hmc.edu> References: <41868F44.8070108@dclg.ca> <20041101194733.GB7517@odin.ac.hmc.edu> <41869370.4060806@dclg.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41869370.4060806@dclg.ca> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu cc: freebsd-current@freebsd.org Subject: Re: fsck --run-with-scissors X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 19:51:33 -0000 On Mon, Nov 01, 2004 at 02:50:08PM -0500, David Gilbert wrote: > Brooks Davis wrote: > > >On Mon, Nov 01, 2004 at 02:32:20PM -0500, David Gilbert wrote: > > > > > >>Are there any equivalents to --run-with-scissors? > >> > >> > > > >If you've got somewhere else you could put a copy of the disk, PHK > >committed a program called recoverdisk to current recently. It's in > >tools/tools/recoverdisk and you have to build it by hand, but it will > >copy a disk except for the bits that are too corrupt to read. > > > > > I've got a 5.3 fresh cvsup and I don't see a 'recoverdisk' cd /usr/src/tools/tools/recoverdisk make -- Brooks