1

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.

2
  • 1
    If you read mke2fs man page it says "For more information about the features which can be set, please see the manual page ext4(5)"... Commented May 8, 2017 at 20:37
  • 1
    cat /etc/mke2fs.conf there are the Options your Distrie use for ext3 and ext4 filesystem. Commented May 9, 2017 at 11:48

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.