summaryrefslogtreecommitdiff
path: root/misc/mke2fs.conf
blob: b755c8911b0dd04e82f75ef2d047f33d851fe14d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[defaults]
	base_features = sparse_super,filetype
	blocksize = 4096
	inode_ratio = 8192

[fs_types]
	small = {
		blocksize = 1024
		inode_ratio = 4096
	}
	floppy = {
		blocksize = 1024
	}
	news = {
		inode_ratio = 4096
	}
	largefile = {
		inode_ratio = 1048576
	}
	largefile4 = {
		inode_ratio = 4194304
	}