I'm formatting a disk with following command switches, I can format the disk to ext4.
sudo mke2fs -F -E lazy_itable_init=0,lazy_journal_init=0,discard -t ext4 -b 4096 ...
However, once I added this switch:
-O ^has_journal
It will be formatted to ext2. Could you explain why?