From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FaEpx-0001GF-66 for mharc-grub-devel@gnu.org; Sun, 30 Apr 2006 12:31:57 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FaEpv-0001Ex-ME for grub-devel@gnu.org; Sun, 30 Apr 2006 12:31:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FaEpt-0001EA-Cq for grub-devel@gnu.org; Sun, 30 Apr 2006 12:31:54 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FaEpt-0001E6-7i for grub-devel@gnu.org; Sun, 30 Apr 2006 12:31:53 -0400 Received: from [212.85.152.101] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FaEtV-0004jD-Pi for grub-devel@gnu.org; Sun, 30 Apr 2006 12:35:38 -0400 Received: from kotoba.oasis.nexedi.com (kotoba.oasis.nexedi.com [212.85.152.101]) by kotoba.storever.com (Postfix) with ESMTP id C32643C8C719B for ; Sun, 30 Apr 2006 19:53:00 +0200 (CEST) Received: from [??1] (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 4D8743C8C719A for ; Sun, 30 Apr 2006 19:53:00 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sun, 30 Apr 2006 18:31:50 +0200 User-Agent: KMail/1.8.2 References: <200604301518.29064.okuji@enbug.org> <87slnvgj2p.fsf@xs4all.nl> In-Reply-To: <87slnvgj2p.fsf@xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604301831.51545.okuji@enbug.org> X-Bogosity: No, tests=bogofilter, spamicity=0.476784, version=0.17.2 Subject: Re: blklist.c X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2006 16:31:55 -0000 On Sunday 30 April 2006 17:49, Marco Gerards wrote: > "Yoshinori K. Okuji" writes: > > Here is a simple utility to display a block list based on the knowledge > > of Linux's but not of GRUB's. I wrote this to aid the debugging of a > > filesystem. The output format is similar to GRUB's block list, but not > > completely identical (because GRUB always treats sectors instead of > > filesystem blocks). If you think this is useful, I can put this code into > > GRUB. > > Perhaps we can turn it into a test program for automated testing? I'd appreciate if you can do it. It would be significantly useful to have regression tests, in particular for filesystems. Okuji