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