On Mon, Sep 02, 2002 at 10:01:46AM -0700, Linus Torvalds wrote: > For example, the higher levels want to do a partition table re-read > if the media really has changed. My original setup made a kernel that does not know anything about partition tables. User space would tell the kernel about partitions on some block device. Roughly speaking the impact is that there is a partx invocation before a mount. Now it seems Al is doing all the work, so I can just sit back and watch. But I hope he makes precisely this: a kernel that does not do any partition reading of its own. Andries [Yes, it is fundamentally wrong when the kernel starts guessing. Guessing filesystem type is bad. Also guessing partition table type is bad. Moreover, the kernel probing may lead to device problems and even to kernel crashes, as I last observed two days ago. Only the user knows what she wants to do with this disk. Format? Remove OnTrack Disk Manager? There are all kinds of situations where partition table re-read is directly harmful.] - 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