Home | History | Annotate | Download | only in misc
      1 [defaults]
      2 	base_features = sparse_super,filetype,resize_inode,dir_index,ext_attr
      3 	default_mntopts = acl,user_xattr
      4 	enable_periodic_fsck = 0
      5 	blocksize = 4096
      6 	inode_size = 128
      7 	inode_ratio = 16384
      8 
      9 [fs_types]
     10 	ext3 = {
     11 		features = has_journal
     12 	}
     13 	ext4 = {
     14 		features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize
     15 		auto_64-bit_support = 1
     16 		inode_size = 256
     17 	}
     18 	small = {
     19 		inode_ratio = 4096
     20 	}
     21 	floppy = {
     22 		inode_ratio = 8192
     23 	}
     24 	big = {
     25 		inode_ratio = 32768
     26 	}
     27 	huge = {
     28 		inode_ratio = 65536
     29 	}
     30 	news = {
     31 		inode_ratio = 4096
     32 	}
     33 	largefile = {
     34 		inode_ratio = 1048576
     35 	}
     36 	largefile4 = {
     37 		inode_ratio = 4194304
     38 	}
     39 	hurd = {
     40 	     blocksize = 4096
     41 	     inode_size = 128
     42 	}
     43