From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1QHdi9-00015u-Mi for mharc-grub-devel@gnu.org; Wed, 04 May 2011 11:09:57 -0400 Received: from eggs.gnu.org ([140.186.70.92]:37248) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHdi3-00015A-Ti for grub-devel@gnu.org; Wed, 04 May 2011 11:09:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHdi3-000121-2u for grub-devel@gnu.org; Wed, 04 May 2011 11:09:51 -0400 Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.120]:51820) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHdi3-000100-0S for grub-devel@gnu.org; Wed, 04 May 2011 11:09:51 -0400 Authentication-Results: cdptpa-omtalb.mail.rr.com smtp.user=psusi@cfl.rr.com; auth=pass (PLAIN) X-Authority-Analysis: v=1.1 cv=2pE2Kh9Ye2ywHyyFZnC5ZQ1FvuPrdOtuPO5uN4ysVDU= c=1 sm=0 a=CPlwVjms4CEA:10 a=8nJEP1OIZ-IA:10 a=pg4Dpxby4z7sZisWVyJ9NA==:17 a=S2l2pa79bVzWDQsFWCUA:9 a=wPNLvfGTeEIA:10 a=pg4Dpxby4z7sZisWVyJ9NA==:117 X-Cloudmark-Score: 0 X-Originating-IP: 72.242.190.170 Received: from [72.242.190.170] ([72.242.190.170:49327] helo=[10.1.1.230]) by cdptpa-oedge03.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTPA id F2/30-05159-B3C61CD4; Wed, 04 May 2011 15:09:47 +0000 Message-ID: <4DC16C3B.5000800@cfl.rr.com> Date: Wed, 04 May 2011 11:09:47 -0400 From: Phillip Susi User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: Raid5 regression References: <4DC0124A.7010508@cfl.rr.com> <4DC067F1.4060901@cfl.rr.com> <871v0ebtfn.fsf@frosties.localnet> <4DC1597C.1040507@cfl.rr.com> In-Reply-To: <4DC1597C.1040507@cfl.rr.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 75.180.132.120 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 May 2011 15:09:56 -0000 Something has gone wrong with the disk size detection. Grub thinks the size of the disk is 488396800 sectors instead of the 488397168 that fdisk reports. This shorter size causes the partition to appear to run right up to the end of the disk and thus, the raid superblock is found both at the end of the disk and the end of the partition.