Hi, Diego Thanks for your efforts. About migrating from ext3 to ext4, you suggested the following: tune2fs -O extents,uninit_bg,flex_bg,dir_index /dev/yourfilesystem Tuning on flex_bg isn't supported yet. tune2fs doesn't really do the magic you want. It just sets the incompatible feature bit in super block and nothing else. An e2fsck after that won't modify the ondisk format either. e2fsck doesn't check log_groups_per_flex right now(might be a bug if superblock corrupts?). So even if you turn on flex_bg, fs doesn't benefit from flex_bg feature. On Tue, Dec 23, 2008 at 6:58 AM, Diego Calleja <diegocg@xxxxxxxxx> wrote: > Due to the astounding lack of good end-user documentation about Ext4, I've > taken the freedom of writing an article about it for the kernelnewbies > 2.6.28 changelog: http://kernelnewbies.org/Ext4 > > If you find any error or you have some suggestion, just tell me and I'll > fix it. > -- > 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 > -- Cheers, Bergwolf ................ Margaret Mead - "Always remember that you are absolutely unique. Just like everyone else." -- 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