From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1GZ82b-0003gK-5u for mharc-grub-devel@gnu.org; Sun, 15 Oct 2006 11:36:41 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GZ82Y-0003Zt-Nu for grub-devel@gnu.org; Sun, 15 Oct 2006 11:36:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GZ82T-0003T9-1N for grub-devel@gnu.org; Sun, 15 Oct 2006 11:36:34 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GZ82S-0003Q8-65 for grub-devel@gnu.org; Sun, 15 Oct 2006 11:36:32 -0400 Received: from [64.233.182.187] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GZ8BN-00008u-81 for grub-devel@gnu.org; Sun, 15 Oct 2006 11:45:45 -0400 Received: by nf-out-0910.google.com with SMTP id q29so1547313nfc for ; Sun, 15 Oct 2006 08:36:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:disposition-notification-to:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=R4O4rlwHhPKVhUt3gB7Ent7CaTSKL936HqkTCei14gonwIXosNN+rJ2volHdY3cKLhch9ANfqWZD6iY2764didhp3ozbi7EPMrnCaKN0J3obPfRQC9FTyfM/QIa0pk6GLdTWP8uzoor0OHs64V3C4PrEGmCx25yVkvE4NgsZHtQ= Received: by 10.49.8.1 with SMTP id l1mr10660543nfi; Sun, 15 Oct 2006 08:36:30 -0700 (PDT) Received: from ?192.168.1.10? ( [62.203.196.12]) by mx.google.com with ESMTP id l21sm1085056nfc.2006.10.15.08.36.29; Sun, 15 Oct 2006 08:36:30 -0700 (PDT) Message-ID: <45325591.6030909@gmail.com> Date: Sun, 15 Oct 2006 17:36:49 +0200 From: Vladimir Serbinenko User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050804) X-Accept-Language: en-us, en MIME-Version: 1.0 To: The development of GRUB 2 References: <200610151651.32868.okuji@enbug.org> <20061015153104.GA12994@coresystems.de> In-Reply-To: <20061015153104.GA12994@coresystems.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: GRUB 1.95 is released 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, 15 Oct 2006 15:36:39 -0000 Stefan Reinauer wrote: >* Yoshinori K. Okuji [061015 16:51]: > > >>* Number partitions from 1 instead of 0. For instance, the first >> partition of "hd0" is now "hd0,1" but not "hd0,0". >> >> > >Hm. What's the reason for being inconsistent here? > >If changing the partition naming scheme, I would have thought it'd >become hd1,1. But why is the first disk 0 and the first partition 1? > >Using Linux style names might make sense as well... hda1,... > > > It was already discussed plenty of times and the answer is that with BIOS it's impossible to guess the linux's names, so it would just confuse the users >Regards, >Stefan > > >