From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1DmpN5-0007qX-Ll for mharc-grub-devel@gnu.org; Mon, 27 Jun 2005 04:53:40 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DmpN0-0007mn-O0 for grub-devel@gnu.org; Mon, 27 Jun 2005 04:53:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DmpMq-0007ef-Kj for grub-devel@gnu.org; Mon, 27 Jun 2005 04:53:25 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DmpAd-00060n-Tm for grub-devel@gnu.org; Mon, 27 Jun 2005 04:40:48 -0400 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DmpDu-0006vr-5n for grub-devel@gnu.org; Mon, 27 Jun 2005 04:44:10 -0400 Received: from vscan-cn.han.nl (venus.han.nl [145.74.65.6]) by mail-cn.han.nl (Postfix) with ESMTP id EA5BC89CF for ; Mon, 27 Jun 2005 10:39:49 +0200 (CEST) Received: from mail-cn.han.nl ([145.74.66.11]) by vscan-cn.han.nl (venus.han.nl [145.74.65.6]) (amavisd-new, port 10024) with ESMTP id 13629-08 for ; Mon, 27 Jun 2005 09:44:05 +0200 (CEST) Received: from mail1.han.nl (mail1.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id D977B8836 for ; Mon, 27 Jun 2005 10:39:47 +0200 (CEST) Received: from localhost.localdomain (mgerards.xs4all.nl [82.92.27.129]) by mail1.han.nl (Postfix) with ESMTP id 7E515C045 for ; Mon, 27 Jun 2005 10:39:47 +0200 (CEST) Mail-Copies-To: metgerards@student.han.nl To: The development of GRUB 2 References: <2d5a560e06481e7a00c3495609cc49c9@penguinppc.org> <1119355494.3293.23.camel@enki.eridu> <874qbrg1bl.fsf@student.han.nl> <92ba99fdb9609a75ebcff6b6ed96d50b@penguinppc.org> From: Marco Gerards Date: Mon, 27 Jun 2005 10:40:13 +0200 In-Reply-To: <92ba99fdb9609a75ebcff6b6ed96d50b@penguinppc.org> (Hollis Blanchard's message of "Thu, 23 Jun 2005 20:46:45 -0500") Message-ID: <87r7eo42he.fsf@student.han.nl> User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new (2.2.0) at vscan-cn.han.nl Subject: Re: Apple partition map bug 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, 27 Jun 2005 08:53:36 -0000 Hollis Blanchard writes: > On Jun 21, 2005, at 10:46 AM, Marco Gerards wrote: >> >> You can always use the raw disk, in which case it will be detected as >> iso9660. So in this case: >> >> foo (cd)/ >> instead of: >> foo (cd,0)/ > > I assume you're implying tab-completion here. I just want a command to > list all partitions on the CD. It seems there is no such command? > Tab-completion feels awkward for this... No, what I mean is that the CDROM can be accessed directly without using partitions. For listing disks and partitions you can use the ls command, IIRC. -- Marco