On Wed, Jan 28, 2004 at 08:01:01PM -0500, Tom Vier wrote: > On Tue, Jan 27, 2004 at 10:32:13AM +0100, Sven Luther wrote: > > Seems ok for me. Also, i guess that there are other partition types, > > like the amiga partitition table the pegasos boxes mostly use, which has > > a 32bit identifier for partition types. I guess it is the task of the > > RAID code to have some per partition type checking for this RAID autodetect > > magic. > > it's done in fs/partitions/. it could be made anything, as long as it's put > in the raid docs so people know. Ok, thanks. On amiga filesystem, partitition types are in 32bit ints, but can also be represented as 4 chars, so maybe `RAID` would be a good type for that ? I will try patching the kernel, and adding support in libparted for recognizing such partitions, and try it out. Does it make sense to do Software Raid on two partititons of the same disk, just for testing purpose ? > here's a patch of mine for alpha, to give you an idea. Ok, thanks. Friendly, Sven Luther - To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html