From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1EQkPi-0004Ql-Bq for mharc-grub-devel@gnu.org; Sat, 15 Oct 2005 07:41:22 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EQkPf-0004Pj-Mj for grub-devel@gnu.org; Sat, 15 Oct 2005 07:41:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EQkPd-0004Ow-WA for grub-devel@gnu.org; Sat, 15 Oct 2005 07:41:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EQkPd-0004Or-3h for grub-devel@gnu.org; Sat, 15 Oct 2005 07:41:17 -0400 Received: from [212.85.152.101] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EQkPd-0003KQ-6W for grub-devel@gnu.org; Sat, 15 Oct 2005 07:41:17 -0400 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id BEA173C006286 for ; Sat, 15 Oct 2005 16:10:33 +0200 (CEST) Received: from 127.0.0.1 ([127.0.0.1] helo=ip6-localhost) by ASSP-nospam ; 15 Oct 05 14:10:33 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sat, 15 Oct 2005 13:41:14 +0200 User-Agent: KMail/1.7.2 References: <874q861b0z.fsf@student.han.nl> <200510151128.47724.okuji@enbug.org> <87fyr3ghkx.fsf@student.han.nl> In-Reply-To: <87fyr3ghkx.fsf@student.han.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510151341.14890.okuji@enbug.org> Subject: Re: XFS support 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: Sat, 15 Oct 2005 11:41:20 -0000 On Saturday 15 October 2005 01:11 pm, Marco Gerards wrote: > "Yoshinori K. Okuji" writes: > > On Thursday 29 September 2005 01:12 am, Yoshinori K. Okuji wrote: > >> Besides ls /dev and the slowness, it seems to be working. I will do more > >> tests on a native environment in this weekend. > > > > I fixed a few bugs, but it is still buggy. > > > > grub> cat /home/yo/hobby/grub2/objs/fs-menu.lst > > error: attempt to seek outside of the file > > > > I will take a look at this problem. > > Was this fixed by your last commit? No. It only fixed directory listing. Okuji