source: appendixa/e2fsprogs-desc.xml@ 024e4dd

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 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 024e4dd was 2c094d6, checked in by Timothy Bauscher <timothy@…>, 22 years ago

Applied Bill Maltby's grammar patch. Changed $LFS to LFS where appropriate. Internal XML cleanup: removed double spacing where appropriate.

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

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