source: appendixa/e2fsprogs-desc.xml@ efa9cef

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 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 efa9cef was efa9cef, checked in by Billy O 'Connor <billyoc@…>, 21 years ago

Updated program and library descriptions.

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