| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 | <sect2><title> </title><para> </para></sect2><sect2><title>Descriptions</title><para>(Last checked against version &e2fsprogs-contversion;.)</para><sect3><title>Program file descriptions</title><para><command>badblocks</command> searches a device (usually a diskpartition) for bad blocks.</para><para><command>chattr</command> changes the attributes of files on asecond extended (ext2) filesystem.</para><para><command>compile_et</command> is an error table compiler. Itconverts a table of error-code names and messages into a C source filesuitable for use with the com_err library.</para><para><command>debugfs</command> is a filesystem debugger. It can beused to examine and change the state of an ext2 filesystem.</para><para><command>dumpe2fs</command> prints the super block and blocks groupinformation for the filesystem present on a given device.</para><para><command>e2fsck</command> is used to check, and optionally repair,second extended (ext2) filesystems, and also ext3 filesystems.</para><para><command>e2image</command> is used to save critical ext2 filesystemdata to a file.</para><para><command>e2label</command> will display or change the filesystemlabel on the ext2 filesystem present on a given device.</para><para><command>fsck</command> is used to check, and optionally repair,filesystems. By default it checks the filesystems listed in<filename>/etc/fstab</filename></para><para><command>lsattr</command> lists the attributes of files on a secondextended filesystem.</para><para><command>mk_cmds</command> converts a table of command namesand help messages into a C source file suitable for use with the<filename>libss</filename> subsystem library.</para><para><command>mke2fs</command> is used to create a second extendedfilesystem on the given device.</para><para><command>mklost+found</command> is used to create a<filename>lost+found</filename> directory on a second extended filesystem.It pre-allocates disk blocks to this directory to lighten the task of e2fsck.</para><para><command>resize2fs</command> can be used to enlarge or shrink anext2 filesystem.</para><para><command>tune2fs</command> is used adjust tunable filesystemparameters on a second extended filesystem.</para><para><command>uuidgen</command> creates new universally uniqueidentifiers (UUID). Each new UUID can reasonably be considered uniqueamong all UUIDs created, on the local system and on other systems, in thepast and in the future.</para></sect3><sect3><title>Library file descriptions</title><para><command>libcom_err</command> is the common error display routine.</para><para><command>libe2p</command> is used by dumpe2fs, chattr, and lsattr.</para><para><command>libext2fs</command> contains routines to enable user-levelprograms to manipulate an ext2 filesystem.</para><para><command>libss</command> is used by debugfs.</para><para><command>libuuid</command> contains routines for generating uniqueidentifiers for objects that may be accessible beyond the local system.</para></sect3></sect2>
 |