From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Hl8c9-0003JI-Ne for mharc-grub-devel@gnu.org; Mon, 07 May 2007 15:11:17 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hl8c7-0003JB-TL for grub-devel@gnu.org; Mon, 07 May 2007 15:11:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hl8c6-0003Iz-2g for grub-devel@gnu.org; Mon, 07 May 2007 15:11:15 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hl8c6-0003Iw-0e for grub-devel@gnu.org; Mon, 07 May 2007 15:11:14 -0400 Received: from [212.85.152.101] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hl8V4-0001rY-DC for grub-devel@gnu.org; Mon, 07 May 2007 15:03:58 -0400 Received: from kotoba.oasis.nexedi.com (kotoba.oasis.nexedi.com [212.85.152.101]) by kotoba.storever.com (Postfix) with ESMTP id 31E503D155F2B; Tue, 8 May 2007 01:04:03 +0200 (CEST) Received: from [??1] (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id F1E053D155F0E; Tue, 8 May 2007 01:04:02 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: grub-devel@gnu.org Date: Mon, 7 May 2007 21:03:48 +0200 User-Agent: KMail/1.9.4 References: <20070106165916.GA7895@lapse.madduck.net> <20070504232907.GA19279@aragorn> In-Reply-To: <20070504232907.GA19279@aragorn> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705072103.49360.okuji@enbug.org> X-Bogosity: No, tests=bogofilter, spamicity=0.000000, version=0.17.2 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) Cc: 381150-forwarded@bugs.debian.org, martin f krafft , Robert Millan Subject: Re: Bug#381150: still not able to handle partitionable arrays 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, 07 May 2007 19:11:16 -0000 On Saturday 05 May 2007 01:29, Robert Millan wrote: > It seems there are problems with accessing software RAID in devices with > pathnames like /dev/md_d0p1 Is there any specification about device names on Linux? I have been seeing Linux adding more and more new inconsistent device names for years, and it seems to be no end in this game. Okuji