On Thu, Jan 05, 2006 at 12:35:12PM +0100, Francois Barre wrote: > By the way, not really a raid-oriented question, but what is the exact > robustness of ext3 resizing ? I mean : what happens if the box crashes > while resizing an ext3 ? Ext3 online resizing is undergoing some changes, so this question will need to be applied to a particular version. In any case, during online expansion, most of the time is spent preparing the new block groups, which the filesystem at that point knows nothing about. Once everything is prepared, telling the filesystem about the new block groups involves a small number of very quick operations. I don't know whether the ordering guarantees 100% safe (although I have great trust in Andreas Dilger :-)), but even if not, the window of vulnerability is very small. And if the box crashes, e2fsck ought to recover easily. Regards, Bill Rugolsky - To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html