source: appendixa/e2fsprogs-desc.xml@ 713cffb

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 713cffb was b08f409, checked in by Gerard Beekmans <gerard@…>, 23 years ago

Initial XML commit

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

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