From owner-freebsd-current@FreeBSD.ORG Wed Nov 3 13:22:34 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 162FB16A4CE for ; Wed, 3 Nov 2004 13:22:34 +0000 (GMT) Received: from ox.eicat.ca (ox.eicat.ca [66.96.30.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id E32A143D45 for ; Wed, 3 Nov 2004 13:22:33 +0000 (GMT) (envelope-from dgilbert@dclg.ca) Received: from [66.96.20.59] (H59.C20.B96.tor.eicat.ca [66.96.20.59]) by ox.eicat.ca (Postfix) with ESMTP id 7E8CAC9C3 for ; Wed, 3 Nov 2004 08:22:31 -0500 (EST) Message-ID: <4188DB96.8040608@dclg.ca> Date: Wed, 03 Nov 2004 08:22:30 -0500 From: David Gilbert User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.1) Gecko/20040707 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <12706.1099468499@critter.freebsd.dk> In-Reply-To: <12706.1099468499@critter.freebsd.dk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: More running-with-scissors and fsck. 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: Wed, 03 Nov 2004 13:22:34 -0000 Poul-Henning Kamp wrote: >In message <41887A33.2060608@dclg.ca>, David Gilbert writes: > > >>Well... the recoverdisk is a cool tool. I can see it coming in handy >>many times. While there isn't much documentation, I've tended to use it >>by creating a vnode md disk of exactly the right size to recover the >>partition in question. >> >> > >You could just have used a regular file for it and connected it to a >md later on. > > It won't create the file by itself. I created the md disk because I didn't take the time to read the code, I suppose. It would make people "feel" better if it created the target file when it didn't exist. Dave.