2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Contents</title>
|
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>The e2fsprogs package contains the chattr, lsattr, uuidgen, badblocks,
|
2001-01-24 00:31:17 +00:00
|
|
|
debugfs, dumpe2fs, e2fsck, e2label, fsck, fsck.ext2, mke2fs, mkfs.ext2,
|
2001-07-22 20:45:10 +01:00
|
|
|
mklost+found and tune2fs programs.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
|
|
|
|
<sect3><title>chattr</title>
|
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>chattr changes the file attributes on a Linux second extended file
|
|
|
|
system. </para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title>lsattr</title>
|
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>lsattr lists the file attributes on a second extended file system.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title>uuidgen</title>
|
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>The uuidgen program creates a new universally unique identifier (UUID)
|
2001-01-24 00:31:17 +00:00
|
|
|
using the libuuid library. The new UUID can reasonably be considered unique
|
|
|
|
among all UUIDs created on the local system, and among UUIDs created on other
|
2001-07-22 20:45:10 +01:00
|
|
|
systems in the past and in the future.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title>badblocks</title>
|
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>badblocks is used to search for bad blocks on a device (usually a disk
|
|
|
|
partition).</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title>debugfs</title>
|
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>The debugfs program is a file system debugger. It can be used to examine
|
|
|
|
and change the state of an ext2 file system.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title>dumpe2fs</title>
|
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>dumpe2fs prints the super block and blocks group information for the
|
|
|
|
filesystem present on a specified device.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title>e2fsck and fsck.ext2</title>
|
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>e2fsck is used to check a Linux second extended file system. fsck.ext2
|
|
|
|
does the same as e2fsck.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title>e2label</title>
|
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>e2label will display or change the filesystem label on the ext2
|
|
|
|
filesystem located on the specified device.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title>fsck</title>
|
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>fsck is used to check and optionally repair a Linux file system.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title>mke2fs and mkfs.ext2</title>
|
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>mke2fs is used to create a Linux second extended file system on a device
|
|
|
|
(usually a disk partition). mkfs.ext2 does the same as mke2fs.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title>mklost+found</title>
|
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>mklost+found is used to create a lost+found directory in the current
|
2001-01-24 00:31:17 +00:00
|
|
|
working directory on a Linux second extended file system. mklost+found
|
2001-07-22 20:45:10 +01:00
|
|
|
pre-allocates disk blocks to the directory to make it usable by e2fsck.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title>tune2fs</title>
|
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>tune2fs adjusts tunable filesystem parameters on a Linux second extended
|
|
|
|
filesystem.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|