On Tuesday August 25, pavel@xxxxxx wrote: > > You can object any way you want, but running ext3 on flash or MD RAID5 > is stupid: > > * ext2 would be faster > > * ext2 would provide better protection against powerfail. > > "ext3 works on flash and MD RAID5, as long as you do not have > powerfail" seems to be the accurate statement, and if you don't need > to protect against powerfails, you can just use ext2. > Pavel You are over generalising. MD/RAID5 is only less than perfect if it is degraded. If all devices are present before the power failure and after the power failure, then there is no risk. RAID5 only promises to protect against a single failure. Power loss plus device loss equals multiple failure. And then there is the comment Ted made about probabilities. While you can get data corruption if a RAID5 comes back degraded after a power fail, I believe it is a lot less likely than the metadata being inconsistent on an ext2 after a power fail. So ext3 is still a good choice (especially if you put your journal on a separate device). While I think it is, in principle, worth documenting this sort of thing, there are an awful lot of fine details and distinctions that would need to be considered. NeilBrown -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html