source: appendixa/e2fsprogs-desc.xml@ a639468

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

Arranging e2fs descriptions and adding the names to Appendix B

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

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