source: appendixa/e2fsprogs-desc.xml@ 7e602eab

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 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 7e602eab was 978d0bf, checked in by Alex Gronenwoud <alex@…>, 21 years ago

Changing the style of the command descriptions in appendix A.

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

  • Property mode set to 100644
File size: 3.0 KB
Line 
1<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
2
3<sect2><title>Descriptions</title>
4
5<para>(Last checked against version &e2fsprogs-contversion;.)</para>
6
7<sect3><title>Program file descriptions</title>
8
9<para><command>badblocks</command> searches a device (usually a disk
10partition) for bad blocks.</para>
11
12<para><command>chattr</command> changes the attributes of files on a
13second extended (ext2) filesystem.</para>
14
15<para><command>compile_et</command> is an error table compiler. It
16converts a table of error-code names and messages into a C source file
17suitable for use with the com_err library.</para>
18
19<para><command>debugfs</command> is a filesystem debugger. It can be
20used to examine and change the state of an ext2 filesystem.</para>
21
22<para><command>dumpe2fs</command> prints the super block and blocks group
23information for the filesystem present on a given device.</para>
24
25<para><command>e2fsck</command> is used to check, and optionally repair,
26second extended (ext2) filesystems, and also ext3 filesystems.</para>
27
28<para><command>e2image</command> is used to save critical ext2 filesystem
29data to a file.</para>
30
31<para><command>e2label</command> will display or change the filesystem
32label on the ext2 filesystem present on a given device.</para>
33
34<para><command>fsck</command> is used to check, and optionally repair,
35filesystems. By default it checks the filesystems listed in
36<filename>/etc/fstab</filename></para>
37
38<para><command>lsattr</command> lists the attributes of files on a second
39extended filesystem.</para>
40
41<para><command>mk_cmds</command> converts a table of command names
42and help messages into a C source file suitable for use with the
43<filename>libss</filename> subsystem library.</para>
44
45<para><command>mke2fs</command> is used to create a second extended
46filesystem on the given device.</para>
47
48<para><command>mklost+found</command> is used to create a
49<filename>lost+found</filename> directory on a second extended filesystem.
50It pre-allocates disk blocks to this directory to lighten the task of e2fsck.</para>
51
52<para><command>resize2fs</command> can be used to enlarge or shrink an
53ext2 filesystem.</para>
54
55<para><command>tune2fs</command> is used adjust tunable filesystem
56parameters on a second extended filesystem.</para>
57
58<para><command>uuidgen</command> creates new universally unique
59identifiers (UUID). Each new UUID can reasonably be considered unique
60among all UUIDs created, on the local system and on other systems, in the
61past and in the future.</para>
62
63</sect3>
64
65<sect3><title>Library file descriptions</title>
66
67<para><command>libcom_err</command> is the common error display routine.</para>
68
69<para><command>libe2p</command> is used by dumpe2fs, chattr, and lsattr.</para>
70
71<para><command>libext2fs</command> contains routines to enable user-level
72programs to manipulate an ext2 filesystem.</para>
73
74<para><command>libss</command> is used by debugfs.</para>
75
76<para><command>libuuid</command> contains routines for generating unique
77identifiers for objects that may be accessible beyond the local system.</para>
78
79</sect3>
80
81</sect2>
82
Note: See TracBrowser for help on using the repository browser.