Whamcloud - gitweb
46577f5f081535cb949add9e9f069aea3ac36fc3
[tools/e2fsprogs.git] / tests / mke2fs.conf.in
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         }
19         small = {
20                 blocksize = 1024
21                 inode_ratio = 4096
22         }
23         floppy = {
24                 blocksize = 1024
25                 inode_ratio = 8192
26         }
27         news = {
28                 inode_ratio = 4096
29         }
30         largefile = {
31                 inode_ratio = 1048576
32                 blocksize = 4096
33         }
34         largefile4 = {
35                 inode_ratio = 4194304
36                 blocksize = 4096
37         }
38         hurd = {
39              blocksize = 4096
40              inode_size = 128
41              warn_y2038_dates = 0
42         }