source: appendixa/e2fsprogs-desc.xml@ 9c5989c

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_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 9c5989c was 5888299, checked in by Alex Gronenwoud <alex@…>, 20 years ago

Moving stuff from appendix A to chapter 6.

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

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