mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-28 04:23:45 +08:00
Create new filesystems with hash trees and on-line resizing as the default.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
parent
9447f38a17
commit
c175ead3aa
@ -1,5 +1,8 @@
|
||||
2006-05-22 Theodore Tso <tytso@mit.edu>
|
||||
|
||||
* mke2fs.conf: Make new filesystems with the following features
|
||||
by default: dir_index and resize_inode.
|
||||
|
||||
* mke2fs.conf.5.in: Fix spelling mistakes (Addresses Debian Bug:
|
||||
#368394)
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
[defaults]
|
||||
base_features = sparse_super,filetype
|
||||
base_features = sparse_super,filetype,resize_inode,dir_index
|
||||
blocksize = 4096
|
||||
inode_ratio = 8192
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user