Skip to content

Instantly share code, notes, and snippets.

@glebm
Created March 28, 2020 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glebm/2334fd6a79fcb61305dfb89d98939841 to your computer and use it in GitHub Desktop.
Save glebm/2334fd6a79fcb61305dfb89d98939841 to your computer and use it in GitHub Desktop.
--- /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