From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw01.freescale.net (az33egw01.freescale.net [192.88.158.102]) by ozlabs.org (Postfix) with ESMTP id D22FADDEE3 for ; Mon, 26 Feb 2007 11:18:37 +1100 (EST) Message-ID: <45E22753.2020809@freescale.com> Date: Sun, 25 Feb 2007 18:18:27 -0600 From: Timur Tabi MIME-Version: 1.0 To: "Morrison, Tom" Subject: Re: Update on: MPC85xx git/MPC8548cds - PCI/PCIE problemS with Marvel SATA driver... References: <8B9F6546-0D85-4AD0-A196-25F0F9C1A5A0@freescale.com> <1172305505.1902.27.camel@localhost.localdomain> In-Reply-To: <1172305505.1902.27.camel@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Benjamin Herrenschmidt wrote: > The above looks like it's working and you don't have a proper partition > table on the disk or you haven't compiled in support for the right type > of partition map (this is different from the filesystem type).... > > Make sure you enable MS-DOS partition type support in addition to file > system type. Yeah, I made the same mistake once too. The trick is not to confuse a file system with a partition type. They're completely separate options. You can select any combination of file systems and partition types, even combinations that can never exist in the real world. So if you turn on MS-DOS file system support, you also need to turn on MS-DOS partition support.