From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1DkK2j-0007Xy-9P for mharc-grub-devel@gnu.org; Mon, 20 Jun 2005 07:02:17 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DkK2b-0007Tz-F3 for grub-devel@gnu.org; Mon, 20 Jun 2005 07:02:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DkK2X-0007Rh-KM for grub-devel@gnu.org; Mon, 20 Jun 2005 07:02:07 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DkK2V-0007L2-S1 for grub-devel@gnu.org; Mon, 20 Jun 2005 07:02:04 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DkJxO-0000X2-RK for grub-devel@gnu.org; Mon, 20 Jun 2005 06:56:47 -0400 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 3CBC0FA194B3 for ; Mon, 20 Jun 2005 12:54:03 +0200 (CEST) Received: from 127.0.0.1 ([127.0.0.1] helo=ip6-localhost) by ASSP-nospam ; 20 Jun 05 10:54:02 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Mon, 20 Jun 2005 12:54:00 +0200 User-Agent: KMail/1.7.2 References: <87vf4dl4kc.fsf@student.han.nl> In-Reply-To: <87vf4dl4kc.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: <200506201254.00142.okuji@enbug.org> Subject: Re: XFS 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: Mon, 20 Jun 2005 11:02:15 -0000 On Friday 17 June 2005 11:23, Marco Gerards wrote: > After not hacking for a long time, I am finally back to hacking. Very nice! > At the moment I am working on XFS support for GRUB 2. If someone > knows about some good XFS documentation that can not be found on the > XFS website, please tell me. This is an introductory article on XFS: http://www-106.ibm.com/developerworks/linux/library/l-fs9.html But I guess only the SGI's web site and the source code meet your purpose. The XFS implementation in GRUB Legacy are also worth seeing, but this depends on i386. If you finish XFS support, it would be extremely valuable for me, because I use XFS in my laptop, so it is the "last mile" of using GRUB 2 in my real life. I am glad to help testing your code. Okuji