As many of you know, ext3/ext4 have filesystem features that provide their special functionalities.
Some of these features can be retrieved using dumpe2fs, for example, this output:
Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize
So my question is, where in the system or which command can I use to get the full listing of filesystem features to apply when using mke2fs?
If anyone happens to know a useful website/link I'd appreciate it too.
mke2fsman page it says "For more information about the features which can be set, please see the manual pageext4(5)"...cat /etc/mke2fs.confthere are the Options your Distrie use for ext3 and ext4 filesystem.