On Thu, Mar 18, 2010 at 09:21:04PM -0400, Mike Frysinger wrote: > On Thursday 18 March 2010 11:24:13 Phillip Susi wrote: > > It seems that while it has been several years since this was first > > proposed and partx was developed to work with udev to handle partition > > detection in user space, this has still not been done. Why is this? > > Has there been resistance to this or has there just been a lack of > > motivation? Are there any good technical reasons why this has not yet > > been adopted? > > could you clarify what you mean by "migrating partition code out of the > kernel" ? the kernel can never shed its partition parsing logic ... Why? You can parse partition table in userspace (initramfs) and use BLKPG_ADD_PARTITION ioctl to inform kernel about the disk layout or you can use device-mapper to create new devices. IMHO we don't use this concept, because the current way (parse all in kernel) works usually fine. (If I good remember partitioned DM devices are already managed from userspace and PT is not parsed in kernel.) Karel -- Karel Zak <kzak@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html