Created
March 28, 2020 16:17
-
-
Save glebm/2334fd6a79fcb61305dfb89d98939841 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- /etc/mke2fs.conf 2019-09-30 18:57:59.000000000 +0100 | |
+++ mke2fs.conf 2020-03-28 16:12:38.972403738 +0000 | |
@@ -1,5 +1,5 @@ | |
[defaults] | |
- base_features = sparse_super,large_file,filetype,resize_inode,dir_index,ext_attr | |
+ base_features = sparse_super,large_file,filetype,resize_inode,dir_index | |
default_mntopts = acl,user_xattr | |
enable_periodic_fsck = 0 | |
blocksize = 4096 | |
@@ -11,7 +11,7 @@ | |
features = has_journal | |
} | |
ext4 = { | |
- features = has_journal,extent,huge_file,flex_bg,metadata_csum,64bit,dir_nlink,extra_isize | |
+ features = has_journal,extent | |
inode_size = 256 | |
} | |
small = { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment