On Wed, Nov 27, 2013 at 01:25:20PM -0500, Phillip Susi wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 11/27/2013 9:58 AM, Karel Zak wrote: > > After 20 years it's feature ;-) as I'm almost sure that we cannot > > fix it and disable all partition where is no the ID. > > While that's cute and all, I think we both know it isn't really true ;) :-) > > And Linux kernel have never cared about partition type (this is > > not specific to MBR, the same behaviour we have for Sun, SGI, MAC, > > BSD, ..), only PT where we care is GPT (zero GUID is ignored). > > True, the type does not matter... so long as it is !0. Windows will > consider such an entry unused and happily allow you to create a new > partition using that space, so we certainly don't want to allow people > to make such a partition in fdisk, and the kernel really should ignore > it too. To do otherwise will lead people to lose data when Windows > thinks the entry is unused. windows bug? :-) Seriously, maybe it's fine to ignore the partition with the zero type by kernel, but I don't think it's good way for fdisk-like applications. IMHO it's better to force users to delete the partition than rely on the flag. See this thread, user lost data because somehow set the type to zero and fdisk reused the space. From my point of view all partitions with non-zero size should be visible by fdisk (or parted) independently on flags or types. I'll probably add a warning to fdisk to inform users about the zero type problem. Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html