Whamcloud - gitweb
Merge branch 'maint' into next
[tools/e2fsprogs.git] / misc / mke2fs.conf
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
7 [fs_types]
8         ext3 = {
9                 features = has_journal
10         }
11         ext4 = {
12                 features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize
13                 auto_64-bit_support = 1
14                 inode_size = 256
15         }
16         ext4dev = {
17                 features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize
18                 inode_size = 256
19                 options = test_fs=1
20         }
21         small = {
22                 blocksize = 1024
23                 inode_size = 128
24                 inode_ratio = 4096
25         }
26         floppy = {
27                 blocksize = 1024
28                 inode_size = 128
29                 inode_ratio = 8192
30         }
31         news = {
32                 inode_ratio = 4096
33         }
34         largefile = {
35                 inode_ratio = 1048576
36                 blocksize = -1
37         }
38         largefile4 = {
39                 inode_ratio = 4194304
40                 blocksize = -1
41         }
42         hurd = {
43              blocksize = 4096
44              inode_size = 128
45         }