From owner-freebsd-current@FreeBSD.ORG Thu Feb 26 12:15:04 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 A47B516A4CE for ; Thu, 26 Feb 2004 12:15:04 -0800 (PST) Received: from mailtoaster1.pipeline.ch (mailtoaster1.pipeline.ch [62.48.0.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA1B643D2D for ; Thu, 26 Feb 2004 12:15:03 -0800 (PST) (envelope-from andre@freebsd.org) Received: (qmail 32933 invoked from network); 26 Feb 2004 20:15:03 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.47]) (envelope-sender ) by mailtoaster1.pipeline.ch (qmail-ldap-1.03) with SMTP for ; 26 Feb 2004 20:15:03 -0000 Message-ID: <403E53C6.40100@freebsd.org> Date: Thu, 26 Feb 2004 21:15:02 +0100 From: Andre Oppermann User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7a) Gecko/20040219 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Julian Elischer References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD current users Subject: Re: would this be a useful utility? 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: Thu, 26 Feb 2004 20:15:04 -0000 Julian Elischer wrote: > > We have a toolkit that includes such things as: > > showing which cylinder groups a file was allocated into > or > dumping all the blocks a file is on... > > I've often wanted this. I wonder if it is worth importing it > or making it a port? Oh yes. I just got a 1GB compact flash on which appearently one sector is defect. I know the file it is in but can't figure out how to avoid it. -- Andre > They are in C++ (but not written by a C++ expert) > and don't know about UFS2 yet..