From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1GVk1c-0003ze-A4 for mharc-grub-devel@gnu.org; Fri, 06 Oct 2006 03:21:40 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GVk1a-0003zO-Th for grub-devel@gnu.org; Fri, 06 Oct 2006 03:21:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GVk1Z-0003yx-D4 for grub-devel@gnu.org; Fri, 06 Oct 2006 03:21:38 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GVk1Z-0003yu-9Y for grub-devel@gnu.org; Fri, 06 Oct 2006 03:21:37 -0400 Received: from [193.144.10.29] (helo=relay1.udl.es) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GVk8O-00046I-DC for grub-devel@gnu.org; Fri, 06 Oct 2006 03:28:40 -0400 Received: from jupiter.udl.net (jupiter.udl.net [172.16.2.2]) by relay1.udl.es (8.13.7/8.13.4) with ESMTP id k967LLli017691 for ; Fri, 6 Oct 2006 09:21:27 +0200 Received: from [172.16.103.32] (aules-103-032.udl.net [172.16.103.32]) by jupiter.udl.net (8.11.7p1+Sun/8.11.6) with ESMTP id k967C2a17857 for ; Fri, 6 Oct 2006 09:12:02 +0200 (MET DST) Message-ID: <4526018E.20700@raulete.net> Date: Fri, 06 Oct 2006 09:11:10 +0200 From: adrian15 User-Agent: Thunderbird 1.5.0.5 (X11/20060808) MIME-Version: 1.0 To: grub-devel@gnu.org References: <200610051534.k95FYart014206@dell01.dinaserver.com> In-Reply-To: <200610051534.k95FYart014206@dell01.dinaserver.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.88.4/1999/Thu Oct 5 19:35:38 2006 on relay1.udl.es X-Virus-Status: Clean Subject: Re: grub2 file browser draft 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: Fri, 06 Oct 2006 07:21:39 -0000 > I noticed you mention hda1 here, which is a Linux device name. I have > explained you before it is technically not possible to translate GRUB > device names to Linux device names. I wish it was possible, but > unfortunately it currently isn't because the BIOS is used to access > harddisks. I am sorry, I did not want to start over the discussion. I just wanted to know if given a hard disk device we could iterate over its partitions or at least generate a menu from them. I've seen that you say we cannot iterate over files so I supose that it also means that we cannot iterate over partitions yet. adrian15