On Tue, May 27, 2008 at 5:57 PM, David VomLehn <dvomlehn@xxxxxxxxx> wrote: > Since I'm at least partially to blame for creation of this mailing list (I > asked Andrew Morton for one at the CELF Conference), I thought I might as > well stir things up by throwing a few features out there that I think would > improve the Linux kernel for use in the embedded world: > [...] > > On-line Disk Partitioning > ------------------------- > Server and desktop systems partition their disks at installation time, but > some applications require that partitioning be done after we are already > using a root filesystem on disk. We only have one disk and the driver > specifically prevents changing the partitioning while a disk partition is in > use. Note that we don't want to change the root partition, just other > partitions. This drives the need for some sort of on-line partitioning that > allows changing partitions that aren't in use. Interestingly enough, I remember when this sort of thing used to just simply work as-is. Meaning that if you weren't shuffling partitions that were actively in use, then all was well. I've no idea when it became "broken", but there have been times when I've wanted to do just this sort of thing, and it hasn't been specific to an embedded target. It sounds like a reasonable thing to have on the radar. Paul. -- To unsubscribe from this list: send the line "unsubscribe linux-embedded" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html