source: appendixa/e2fsprogs-desc.xml@ 53ad30a

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.0 6.1 6.1.1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk v3_1 v3_2 v3_3 v4_0 v4_1 v5_0 v5_1 v5_1_1 xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 53ad30a was 53ad30a, checked in by Mark Hymers <markh@…>, 23 years ago

[Bug 190] Put descs in alphabetical order

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1249 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 2.3 KB
Line 
1<sect2>
2<title>Contents</title>
3
4<para>The e2fsprogs package contains the badblocks, chattr, debugfs,
5dumpe2fs, e2fsck, e2label, fsck, fsck.ext2, lsattr, mke2fs,
6mkfs.ext2, mklost+found, tune2fs and uuidgen programs.</para>
7
8</sect2>
9
10<sect2><title>Description</title>
11
12<sect3><title>badblocks</title>
13<para>badblocks is used to search for bad blocks on a device (usually a disk
14partition).</para></sect3>
15
16<sect3><title>chattr</title>
17<para>chattr changes the file attributes on a Linux second extended file
18system. </para></sect3>
19
20<sect3><title>debugfs</title>
21<para>The debugfs program is a file system debugger. It can be used to examine
22and change the state of an ext2 file system.</para></sect3>
23
24<sect3><title>dumpe2fs</title>
25<para>dumpe2fs prints the super block and blocks group information for the
26filesystem present on a specified device.</para></sect3>
27
28<sect3><title>e2fsck and fsck.ext2</title>
29<para>e2fsck is used to check a Linux second extended file system. fsck.ext2
30does the same as e2fsck.</para></sect3>
31
32<sect3><title>e2label</title>
33<para>e2label will display or change the filesystem label on the ext2
34filesystem located on the specified device.</para></sect3>
35
36<sect3><title>fsck</title>
37<para>fsck is used to check and optionally repair a Linux
38file system.</para></sect3>
39
40<sect3><title>lsattr</title>
41<para>lsattr lists the file attributes on a second extended
42file system.</para></sect3>
43
44<sect3><title>mke2fs and mkfs.ext2</title>
45<para>mke2fs is used to create a Linux second extended file system on a device
46(usually a disk partition). mkfs.ext2 does the same as mke2fs.</para></sect3>
47
48<sect3><title>mklost+found</title>
49<para>mklost+found is used to create a lost+found directory in the current
50working directory on a Linux second extended file system. mklost+found
51pre-allocates disk blocks to the directory to make it
52usable by e2fsck.</para></sect3>
53
54<sect3><title>tune2fs</title>
55<para>tune2fs adjusts tunable filesystem parameters on a Linux second extended
56filesystem.</para></sect3>
57
58<sect3><title>uuidgen</title>
59<para>The uuidgen program creates a new universally unique identifier (UUID)
60using the libuuid library. The new UUID can reasonably be considered unique
61among all UUIDs created on the local system, and among UUIDs created on other
62systems in the past and in the future.</para></sect3>
63
64</sect2>
65
Note: See TracBrowser for help on using the repository browser.