1 [defaults] 2 base_features = sparse_super,filetype,resize_inode,dir_index,ext_attr 3 blocksize = 4096 4 inode_size = 256 5 inode_ratio = 16384 6 reserved_ratio = 5.0 7 enable_periodic_fsck = true 8 lazy_itable_init = false 9 no_discard = true 10 default_mntopts = ^acl 11 12 [fs_types] 13 ext3 = { 14 features = has_journal 15 } 16 ext4 = { 17 features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize 18 inode_size = 256 19 } 20 ext4dev = { 21 features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize 22 inode_size = 256 23 options = test_fs=1 24 } 25 small = { 26 blocksize = 1024 27 inode_size = 128 28 inode_ratio = 4096 29 } 30 floppy = { 31 blocksize = 1024 32 inode_size = 128 33 inode_ratio = 8192 34 } 35 news = { 36 inode_ratio = 4096 37 } 38 largefile = { 39 inode_ratio = 1048576 40 blocksize = 4096 41 } 42 largefile4 = { 43 inode_ratio = 4194304 44 blocksize = 4096 45 } 46 hurd = { 47 blocksize = 4096 48 inode_size = 128 49 } 50