Short descriptions
badblocks searches a device (usually a disk
partition) for bad blocks.
blkid is a command line utility to locate and
print block device attributes.
chattr changes the attributes of files on a
second extended (ext2) file system.
compile_et is an error table compiler. It
converts a table of error-code names and messages into a C source file
suitable for use with the com_err library.
debugfs is a file system debugger. It can be
used to examine and change the state of an ext2 file system.
dumpe2fs prints the super block and blocks group
information for the file system present on a given device.
e2fsck is used to check, and optionally repair,
second extended (ext2) file systems, and also ext3 file systems.
e2image is used to save critical ext2 file system
data to a file.
e2label will display or change the file system
label on the ext2 file system present on a given device.
findfs finds a file system by label or UUID.
fsck is used to check, and optionally repair,
file systems. By default it checks the file systems listed in
/etc/fstab
logsave saves the output of a command in a logfile.
lsattr lists the attributes of files on a second
extended file system.
mk_cmds converts a table of command names
and help messages into a C source file suitable for use with the
libss subsystem library.
mke2fs is used to create a second extended
file system on the given device.
mklost+found is used to create a
lost+found directory on a second extended file system.
It pre-allocates disk blocks to this directory to lighten the task of e2fsck.
resize2fs can be used to enlarge or shrink an
ext2 file system.
tune2fs is used adjust tunable file system
parameters on a second extended file system.
uuidgen creates new universally unique
identifiers (UUID). Each new UUID can reasonably be considered unique
among all UUIDs created, on the local system and on other systems, in the
past and in the future.
libblkid contains routines for device
identification and token extraction.
libcom_err is the common error display routine.
libe2p is used by dumpe2fs, chattr, and lsattr.
libext2fs contains routines to enable user-level
programs to manipulate an ext2 file system.
libss is used by debugfs.
libuuid contains routines for generating unique
identifiers for objects that may be accessible beyond the local system.