source: appendixa/e2fsprogs-desc.xml@ a4a7eff

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 v3_0 v3_1 v3_2 v3_3 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 a4a7eff was b822811, checked in by Mark Hymers <markh@…>, 23 years ago

XML changes

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

  • Property mode set to 100644
File size: 2.3 KB
Line 
1<sect2>
2<title>Contents</title>
3
4<para>The e2fsprogs package contains the chattr, lsattr, uuidgen, badblocks,
5debugfs, dumpe2fs, e2fsck, e2label, fsck, fsck.ext2, mke2fs, mkfs.ext2,
6mklost+found and tune2fs programs.</para>
7
8</sect2>
9
10<sect2><title>Description</title>
11
12<sect3><title>chattr</title>
13
14<para>chattr changes the file attributes on a Linux second extended file
15system. </para>
16
17</sect3>
18
19<sect3><title>lsattr</title>
20
21<para>lsattr lists the file attributes on a second extended file system.</para>
22
23</sect3>
24
25<sect3><title>uuidgen</title>
26
27<para>The uuidgen program creates a new universally unique identifier (UUID)
28using the libuuid library. The new UUID can reasonably be considered unique
29among all UUIDs created on the local system, and among UUIDs created on other
30systems in the past and in the future.</para>
31
32</sect3>
33
34<sect3><title>badblocks</title>
35
36<para>badblocks is used to search for bad blocks on a device (usually a disk
37partition).</para>
38
39</sect3>
40
41<sect3><title>debugfs</title>
42
43<para>The debugfs program is a file system debugger. It can be used to examine
44and change the state of an ext2 file system.</para>
45
46</sect3>
47
48<sect3><title>dumpe2fs</title>
49
50<para>dumpe2fs prints the super block and blocks group information for the
51filesystem present on a specified device.</para>
52
53</sect3>
54
55<sect3><title>e2fsck and fsck.ext2</title>
56
57<para>e2fsck is used to check a Linux second extended file system. fsck.ext2
58does the same as e2fsck.</para>
59
60</sect3>
61
62<sect3><title>e2label</title>
63
64<para>e2label will display or change the filesystem label on the ext2
65filesystem located on the specified device.</para>
66
67</sect3>
68
69<sect3><title>fsck</title>
70
71<para>fsck is used to check and optionally repair a Linux file system.</para>
72
73</sect3>
74
75<sect3><title>mke2fs and mkfs.ext2</title>
76
77<para>mke2fs is used to create a Linux second extended file system on a device
78(usually a disk partition). mkfs.ext2 does the same as mke2fs.</para>
79
80</sect3>
81
82<sect3><title>mklost+found</title>
83
84<para>mklost+found is used to create a lost+found directory in the current
85working directory on a Linux second extended file system. mklost+found
86pre-allocates disk blocks to the directory to make it usable by e2fsck.</para>
87
88</sect3>
89
90<sect3><title>tune2fs</title>
91
92<para>tune2fs adjusts tunable filesystem parameters on a Linux second extended
93filesystem.</para>
94
95</sect3>
96
97</sect2>
98
Note: See TracBrowser for help on using the repository browser.