Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030265AbWAaCCG (ORCPT ); Mon, 30 Jan 2006 21:02:06 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030263AbWAaCCF (ORCPT ); Mon, 30 Jan 2006 21:02:05 -0500 Received: from cantor.suse.de ([195.135.220.2]:27059 "EHLO mx1.suse.de") by vger.kernel.org with ESMTP id S1030265AbWAaCCE (ORCPT ); Mon, 30 Jan 2006 21:02:04 -0500 From: Neil Brown To: Kyle Moffett Date: Tue, 31 Jan 2006 13:01:57 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17374.50453.727662.493504@cse.unsw.edu.au> Cc: "H. Peter Anvin" , klibc list , Linux Kernel Mailing List , linux-raid@vger.kernel.org Subject: Re: Exporting which partitions to md-configure In-Reply-To: message from Kyle Moffett on Monday January 30 References: <43DEB4B8.5040607@zytor.com> <17374.47368.715991.422607@cse.unsw.edu.au> <859CB9D0-A1D3-4931-9D9F-96153D0F3E1B@mac.com> X-Mailer: VM 7.19 under Emacs 21.4.1 X-face: v[Gw_3E*Gng}4rRrKRYotwlE?.2|**#s9D On Jan 30, 2006, at 20:10, Neil Brown wrote: > > On Monday January 30, hpa@zytor.com wrote: > >> Any feeling how best to do that? My current thinking is to export > >> a "flags" entry in addition to the current ones, presumably based > >> on "struct parsed_partitions->parts[].flags" fs/partitions/ > >> check.h), which seems to be what causes md_autodetect_dev() to be > >> called. > > > > I think I would prefer a 'type' attribute in each partition that > > records the 'type' from the partition table. This might be more > > generally useful than just for md. Then your userspace code would > > have to look for '253' and use just those partitions. > > Well, for an MSDOS partition table, you would look for '253', for a > Mac partition table you could look for something like 'Linux_RAID' or > similar (just arbitrarily define some name beginning with the Linux_ > prefix), etc. This means that the partition table type would need to > be exposed as well (I don't know if it is already). Mac partition tables doesn't currently support autodetect (as far as I can tell). Let's keep it that way. NeilBrown - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/