E2fsprogs
Encyclopedia : E : E2 : E2F : E2fsprogs
- The correct title of this } is }}}. The initial letter is capitalized due to [Naming conventions #Lower case first lettertechnical restrictions].
e2fsprogs (sometimes called the e2fs programs) is a set of utilities for maintaining the ext2 and ext3 file systems. Since those file systems are often the default for Linux distributions, it is commonly considered to be essential software.
Included with e2fsprogs are:
- e2fsck, a fsck program that checks for and corrects inconsistencies
- mke2fs, used for creating ext2 and ext3 file systems
- tune2fs, used to modify file system parameters
- dumpe2fs, which can be used to take Berkeley dump compatible file system backups
- debugfs, used to manually view or modify internal structures of the file system
Despite what its name might suggest, the e2fsprogs work not only with ext2, but also with ext3, which is based on ext2. Although ext3's journaling capability can reduce the need to use e2fsck, it is sometimes still necessary.
As the userspace companion for the ext2 and ext3 drivers in the Linux kernel, the e2fsprogs are most commonly used with the Linux operating system. However, they have been ported to other systems, such as FreeBSD and Darwin.
History
The e2fsprogs were developed and maintained by Theodore Ts'o. The latest version, 1.38, was released on June 30, 2005.External links
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
