Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
e2fsprogs: Utilities for managing the second extended (ext2) filesystem.
- Summary
- The e2fsprogs package contains a number of utilities for creating,
checking, modifying, and correcting any inconsistencies in second
extended (ext2) filesystems. E2fsprogs contains e2fsck (used to
repair filesystem inconsistencies after an unclean shutdown), mke2fs
(used to initialize a partition to contain an empty ext2 filesystem),
debugfs (used to examine the internal structure of a filesystem, to
manually repair a corrupted filesystem, or to create test cases for
e2fsck), tune2fs (used to modify filesystem parameters), and most of
the other core ext2fs filesystem utilities.
You should install the e2fsprogs package if you need to manage the
performance of an ext2 filesystem.
Changelog
- * Wed Dec 22 18:00:00 2004 Stephen C. Tweedie <sct{%}redhat{*}com> 1.35-11.6.EL4
- Disable offline resize for now: resize2fs is incompatible with
online resize, and can result in corrupt filesystems.
- * Thu Dec 9 18:00:00 2004 Stephen C. Tweedie <sct{%}redhat{*}com> 1.35-11.4.EL4
- More byte-order fixes for mke2fs and ext2online
- Disable fallback to old-style resize if new kernel resize code is not
available
- * Mon Nov 15 18:00:00 2004 Stephen C. Tweedie <sct{%}redhat{*}com> 1.35-11.3
- Fix mke2fs's creation of the resize inode on bigendian hosts