mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2025-01-12 19:43:44 +08:00
Document the resize_inode filesystem option in mke2fs man page
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
parent
a612f3432e
commit
59571a51d7
@ -375,6 +375,18 @@ option).
|
||||
@JDEV@must be created with the same
|
||||
@JDEV@block size as the filesystems that will be using it.
|
||||
.TP
|
||||
.B resize_inode
|
||||
Reserve space so the block group descriptor table may grow in the future.
|
||||
Useful for online resizing using
|
||||
.BR resize2fs .
|
||||
By default
|
||||
.B mke2fs
|
||||
will attempt to reserve enough space so that the
|
||||
filesystem may grow to 1024 times its initial size. This can be changed
|
||||
using
|
||||
.B resize
|
||||
extended option.
|
||||
.TP
|
||||
.B sparse_super
|
||||
Create a filesystem with fewer superblock backup copies
|
||||
(saves space on large filesystems).
|
||||
|
Loading…
Reference in New Issue
Block a user