Whamcloud - gitweb
libblkid: Fix bug which could cuase bid_type to be corrupted
[tools/e2fsprogs.git] / misc / mke2fs.conf
1 [defaults]
2         base_features = sparse_super,filetype,resize_inode,dir_index
3         blocksize = 4096
4         inode_ratio = 8192
5
6 [fs_types]
7         small = {
8                 blocksize = 1024
9                 inode_ratio = 4096
10         }
11         floppy = {
12                 blocksize = 1024
13         }
14         news = {
15                 inode_ratio = 4096
16         }
17         largefile = {
18                 inode_ratio = 1048576
19         }
20         largefile4 = {
21                 inode_ratio = 4194304
22         }