source: appendixa/e2fsprogs-desc.xml@ a063e756

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 12.2 12.2-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 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/loongarch-12.2 xry111/mips64el xry111/multilib xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since a063e756 was 795360f, checked in by Timothy Bauscher <timothy@…>, 22 years ago

Libtool, Bin86, Vim, Linux, Bison, Less, Man-pages: Updated pacakge contents. Bzip2, File, E2fsprogs: Added 'last checked against' for uniformity.

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

  • Property mode set to 100644
File size: 4.0 KB
Line 
1<sect2><title>Contents of E2fsprogs</title>
2
3<para>Last checked against version &e2fsprogs-contversion;.</para>
4
5<sect3><title>Program Files</title>
6
7<para>badblocks, chattr, compile_et, debugfs, dumpe2fs, e2fsck,
8e2image, e2label, fsck, fsck.ext2, fsck.ext3, lsattr, mk_cmds, mke2fs,
9mkfs.ext2, mklost+found, resize2fs, tune2fs and uuidgen</para></sect3>
10
11<sect3><title>Descriptions</title>
12
13<sect4><title>badblocks</title>
14<para>badblocks is used to search for bad blocks on a device (usually a disk
15partition).</para></sect4>
16
17<sect4><title>chattr</title>
18<para>chattr changes the file attributes on a Linux second extended file
19system.</para></sect4>
20
21<sect4><title>compile_et</title>
22<para>compile_et is used to convert a table listing error-code names
23and associated messages into a C source file suitable for use with the
24com_err library.</para></sect4>
25
26<sect4><title>debugfs</title>
27<para>The debugfs program is a file system debugger. It can be used to examine
28and change the state of an ext2 file system.</para></sect4>
29
30<sect4><title>dumpe2fs</title>
31<para>dumpe2fs prints the super block and blocks group information for the
32filesystem present on a specified device.</para></sect4>
33
34<sect4><title>e2fsck and fsck.ext2</title>
35<para>e2fsck is used to check and optionally repair Linux second
36extended filesystems. fsck.ext2 does the same as e2fsck.</para></sect4>
37
38<sect4><title>e2image</title>
39<para>e2image is used to save critical ext2 filesystem data to
40a file.</para></sect4>
41
42<sect4><title>e2label</title>
43<para>e2label will display or change the filesystem label on the ext2
44filesystem located on the specified device.</para></sect4>
45
46<sect4><title>fsck</title>
47<para>fsck is used to check and optionally repair a Linux
48file system.</para></sect4>
49
50<sect4><title>fsck.ext3</title>
51<para>fsck.ext3 is used to check and optionally repair a Linux ext3
52filesystems.</para></sect4>
53
54<sect4><title>lsattr</title>
55<para>lsattr lists the file attributes on a second extended
56file system.</para></sect4>
57
58<sect4><title>mk_cmds</title>
59<para>The mk_cmds utility takes a command table file as input and produces
60a C source file as output which is intended to be used with the subsystem
61library, libss.</para></sect4>
62
63<sect4><title>mke2fs and mkfs.ext2</title>
64<para>mke2fs is used to create a Linux second extended file system on a device
65(usually a disk partition). mkfs.ext2 does the same as mke2fs.</para></sect4>
66
67<sect4><title>mklost+found</title>
68<para>mklost+found is used to create a lost+found directory in the current
69working directory on a Linux second extended file system. mklost+found
70pre-allocates disk blocks to the directory to make it
71usable by e2fsck.</para></sect4>
72
73<sect4><title>resize2fs</title>
74<para>resize2fs is used to resize ext2 file systems.</para></sect4>
75
76<sect4><title>tune2fs</title>
77<para>tune2fs adjusts tunable filesystem parameters on a Linux second extended
78filesystem.</para></sect4>
79
80<sect4><title>uuidgen</title>
81<para>The uuidgen program creates a new universally unique identifier (UUID)
82using the libuuid library. The new UUID can reasonably be considered unique
83among all UUIDs created on the local system, and among UUIDs created on other
84systems in the past and in the future.</para></sect4>
85
86</sect3>
87
88<sect3><title>Library Files</title>
89
90<para>libcom_err.[a,so], libe2p.[a,so], libext2fs.[a,so], libss.[a,so],
91libuuid.[a,so]</para></sect3>
92
93<sect3><title>Descriptions</title>
94
95<sect4><title>libcom_err</title>
96<para>The common error display routine.</para></sect4>
97
98<sect4><title>libe2p</title>
99<para>libe2p is used by dumpe2fs, chattr, and lsattr.</para></sect4>
100
101<sect4><title>libext2fs</title>
102<para>The ext2fs library is designed to allow user-level programs to
103manipulate an ext2 filesystem.</para></sect4>
104
105<sect4><title>libss</title>
106<para>libss is used by debugfs.</para></sect4>
107
108<sect4><title>libuuid</title>
109<para>The libuuid library is used to generate unique identifiers for
110objects that may be accessible beyond the local system.</para></sect4>
111
112</sect3>
113
114</sect2>
115
Note: See TracBrowser for help on using the repository browser.