From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1HopWZ-0006L1-RU for mharc-grub-devel@gnu.org; Thu, 17 May 2007 19:36:47 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HopWX-0006Kw-Qw for grub-devel@gnu.org; Thu, 17 May 2007 19:36:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HopWW-0006Kk-7U for grub-devel@gnu.org; Thu, 17 May 2007 19:36:44 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HopWW-0006Kh-26 for grub-devel@gnu.org; Thu, 17 May 2007 19:36:44 -0400 Received: from neonescio.viaisn.org ([82.94.249.43]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HopOM-0006mx-Cn for grub-devel@gnu.org; Thu, 17 May 2007 19:28:18 -0400 Received: from dijkstra.dekkers.cx ([2001:960:7a0:0:213:d4ff:fe9c:2487] ident=Debian-exim) by neonescio.viaisn.org with esmtpsa (TLS-1.0:RSA_AES_256_CBC_SHA1:32 CV=0) (Exim 4.63 #1) id 1HopOK-0001U2-C1; Fri, 18 May 2007 01:28:16 +0200 Received: from localhost ([127.0.0.1] helo=dijkstra.dekkers.cx ident=jeroen) by dijkstra.dekkers.cx with esmtp (Exim 4.63) (envelope-from ) id 1HopOJ-0001G3-Ll; Fri, 18 May 2007 01:28:15 +0200 Date: Fri, 18 May 2007 01:28:15 +0200 Message-ID: <87fy5vuj1s.wl@dekkers.cx> From: Jeroen Dekkers To: The development of GRUB 2 In-Reply-To: <20070504232907.GA19279@aragorn> References: <20070106165916.GA7895@lapse.madduck.net> <20070504232907.GA19279@aragorn> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.7 Emacs/22.0.95 (x86_64-pc-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-detected-kernel: Linux 2.6 (newer, 3) Cc: 381150-forwarded@bugs.debian.org, martin f krafft 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: Thu, 17 May 2007 23:36:46 -0000 At Sat, 5 May 2007 01:29:07 +0200, Robert Millan wrote: > It seems there are problems with accessing software RAID in devices with > pathnames like /dev/md_d0p1 > > On Sat, Jan 06, 2007 at 05:59:16PM +0100, martin f krafft wrote: > > > > grub2 1.95-2 still does not support partitionable arrays: > > > > [...] > > > > debian# grub-probe -v /boot > > grub-probe: info: changing current directory to /dev > > grub-probe: info: changing current directory to i2o > > grub-probe: info: changing current directory to ataraid > > grub-probe: info: changing current directory to shm > > grub-probe: info: changing current directory to network > > grub-probe: info: changing current directory to input > > grub-probe: info: changing current directory to cciss > > grub-probe: info: changing current directory to mapper > > grub-probe: info: changing current directory to ida > > grub-probe: info: changing current directory to rd > > grub-probe: info: changing current directory to pts > > cannot find a GRUB drive for md_d0p1. My latest commit to GRUB2 CVS should fix this. Jeroen Dekkers