Home | History | Annotate | Download | only in tests
      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 	small = {
     21 		blocksize = 1024
     22 		inode_size = 128
     23 		inode_ratio = 4096
     24 	}
     25 	floppy = {
     26 		blocksize = 1024
     27 		inode_size = 128
     28 		inode_ratio = 8192
     29 	}
     30 	news = {
     31 		inode_ratio = 4096
     32 	}
     33 	largefile = {
     34 		inode_ratio = 1048576
     35 		blocksize = 4096
     36 	}
     37 	largefile4 = {
     38 		inode_ratio = 4194304
     39 		blocksize = 4096
     40 	}
     41 	hurd = {
     42 	     blocksize = 4096
     43 	     inode_size = 128
     44 	}
     45