source: chapter06/e2fsprogs.xml@ 45992ae

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.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 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 45992ae was 45992ae, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Removed the package name from the dependencies titles.

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

  • Property mode set to 100644
File size: 13.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
6<sect1 id="ch-system-e2fsprogs" role="wrap">
7<title>E2fsprogs-&e2fsprogs-version;</title>
8<?dbhtml filename="e2fsprogs.html"?>
9
10<indexterm zone="ch-system-e2fsprogs"><primary sortas="a-E2fsprogs">E2fsprogs</primary></indexterm>
11
12<sect2 role="package"><title/>
13<para>The E2fsprogs package contains the utilities for handling the
14<systemitem class="filesystem">ext2</systemitem> file system. It also supports
15the <systemitem class="filesystem">ext3</systemitem> journaling file system.</para>
16
17<segmentedlist>
18<segtitle>&buildtime;</segtitle>
19<segtitle>&diskspace;</segtitle>
20<seglistitem><seg>0.6 SBU</seg><seg>4.9 MB</seg></seglistitem>
21</segmentedlist>
22
23<segmentedlist>
24<segtitle>&dependencies;</segtitle>
25<seglistitem><seg>Bash, Binutils, Coreutils,
26Diffutils, Gawk, GCC, Gettext, Glibc, Grep, Make, Sed, and Texinfo</seg></seglistitem>
27</segmentedlist>
28</sect2>
29
30<sect2 role="installation">
31<title>Installation of E2fsprogs</title>
32
33<para>It is recommended that E2fsprogs be built in a subdirectory of the source tree:
34</para>
35
36<screen><userinput>mkdir build
37cd build</userinput></screen>
38
39<para>Prepare E2fsprogs for compilation:</para>
40
41<screen><userinput>../configure --prefix=/usr --with-root-prefix="" \
42 --enable-elf-shlibs --disable-evms</userinput></screen>
43
44<para>The meaning of the configure options:</para>
45
46<variablelist>
47<varlistentry>
48<term><parameter>--with-root-prefix=""</parameter></term>
49<listitem><para>Certain programs (such as the
50<command>e2fsck</command> program) are considered essential programs.
51When, for example, <filename class="directory">/usr</filename> is not
52mounted, these essential programs need to be available. They belong in
53directories like <filename class="directory">/lib</filename> and
54<filename class="directory">/sbin</filename>. If this option is not
55passed to E2fsprogs' configure, the programs are installed into the
56<filename class="directory">/usr</filename> directory, which is not
57where they should be.</para></listitem>
58</varlistentry>
59
60<varlistentry>
61<term><parameter>--enable-elf-shlibs</parameter></term>
62<listitem><para>This creates the shared libraries which some programs
63in this package use.</para></listitem>
64</varlistentry>
65
66<varlistentry>
67<term><parameter>--disable-evms</parameter></term>
68<listitem><para>This disables the building of the Enterprise Volume
69Management System (EVMS) plugin. This plugin is not up-to-date with
70the latest EVMS internal interfaces and EVMS is not installed as part
71of a base LFS system, so the plugin is not required. See the EVMS
72website at <ulink url="http://evms.sourceforge.net/"/> for more
73information regarding EVMS.</para></listitem>
74</varlistentry>
75</variablelist>
76
77<para>Compile the package:</para>
78
79<screen><userinput>make</userinput></screen>
80
81<para>To test the results, issue:
82<userinput>make check</userinput>.</para>
83
84<para>Install most of the package:</para>
85
86<screen><userinput>make install</userinput></screen>
87
88<para>Install the shared libraries:</para>
89
90<screen><userinput>make install-libs</userinput></screen>
91
92</sect2>
93
94
95
96<sect2 id="contents-e2fsprogs" role="content"><title>Contents of E2fsprogs</title>
97
98<segmentedlist>
99<segtitle>Installed programs</segtitle>
100<segtitle>Installed libraries</segtitle>
101<seglistitem><seg>badblocks, blkid, chattr,
102compile_et, debugfs, dumpe2fs, e2fsck, e2image, e2label, findfs, fsck,
103fsck.ext2, fsck.ext3, logsave, lsattr, mk_cmds, mke2fs, mkfs.ext2, mkfs.ext3,
104mklost+found, resize2fs, tune2fs, and uuidgen.</seg>
105<seg>libblkid.[a,so], libcom_err.[a,so], libe2p.[a,so],
106libext2fs.[a,so], libss.[a,so], and libuuid.[a,so]</seg></seglistitem>
107</segmentedlist>
108
109<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
110<?dbfo list-presentation="list"?>
111<?dbhtml list-presentation="table"?>
112
113<varlistentry id="badblocks">
114<term><command>badblocks</command></term>
115<listitem>
116<para>Searches a device (usually a disk partition) for bad blocks</para>
117<indexterm zone="ch-system-e2fsprogs badblocks"><primary sortas="b-badblocks">badblocks</primary></indexterm>
118</listitem>
119</varlistentry>
120
121<varlistentry id="blkid">
122<term><command>blkid</command></term>
123<listitem>
124<para>A command line utility to locate and print block device attributes</para>
125<indexterm zone="ch-system-e2fsprogs blkid"><primary sortas="b-blkid">blkid</primary></indexterm>
126</listitem>
127</varlistentry>
128
129<varlistentry id="chattr">
130<term><command>chattr</command></term>
131<listitem>
132<para>Changes the attributes of files on an <systemitem
133class="filesystem">ext2</systemitem> file system; it also changes <systemitem
134class="filesystem">ext3</systemitem> file systems, the journaling version of
135<systemitem class="filesystem">ext2</systemitem> file systems</para>
136<indexterm zone="ch-system-e2fsprogs chattr"><primary sortas="b-chattr">chattr</primary></indexterm>
137</listitem>
138</varlistentry>
139
140<varlistentry id="compile_et">
141<term><command>compile_et</command></term>
142<listitem>
143<para>An error table compiler; it converts a table of error-code names and
144messages into a C source file suitable for use with the <filename
145class="libraryfile">com_err</filename> library</para>
146<indexterm zone="ch-system-e2fsprogs compile_et"><primary sortas="b-compile_et">compile_et</primary></indexterm>
147</listitem>
148</varlistentry>
149
150<varlistentry id="debugfs">
151<term><command>debugfs</command></term>
152<listitem>
153<para>A file system debugger; it can be used to examine and change the
154state of an <systemitem class="filesystem">ext2</systemitem> file system</para>
155<indexterm zone="ch-system-e2fsprogs debugfs"><primary sortas="b-debugfs">debugfs</primary></indexterm>
156</listitem>
157</varlistentry>
158
159<varlistentry id="dumpe2fs">
160<term><command>dumpe2fs</command></term>
161<listitem>
162<para>Prints the super block and blocks group information for the file
163system present on a given device</para>
164<indexterm zone="ch-system-e2fsprogs dumpe2fs"><primary sortas="b-dumpe2fs">dumpe2fs</primary></indexterm>
165</listitem>
166</varlistentry>
167
168<varlistentry id="e2fsck">
169<term><command>e2fsck</command></term>
170<listitem>
171<para>Is used to check, and optionally repair <systemitem
172class="filesystem">ext2</systemitem> file systems and <systemitem
173class="filesystem">ext3</systemitem> file systems</para>
174<indexterm zone="ch-system-e2fsprogs e2fsck"><primary sortas="b-e2fsck">e2fsck</primary></indexterm>
175</listitem>
176</varlistentry>
177
178<varlistentry id="e2image">
179<term><command>e2image</command></term>
180<listitem>
181<para>Is used to save critical <systemitem class="filesystem">ext2</systemitem>
182file system data to a file</para>
183<indexterm zone="ch-system-e2fsprogs e2image"><primary sortas="b-e2image">e2image</primary></indexterm>
184</listitem>
185</varlistentry>
186
187<varlistentry id="e2label">
188<term><command>e2label</command></term>
189<listitem>
190<para>Displays or changes the file system label on the <systemitem
191class="filesystem">ext2</systemitem> file system present on a given device</para>
192<indexterm zone="ch-system-e2fsprogs e2label"><primary sortas="b-e2label">e2label</primary></indexterm>
193</listitem>
194</varlistentry>
195
196<varlistentry id="findfs">
197<term><command>findfs</command></term>
198<listitem>
199<para>Finds a file system by label or Universally Unique Identifier (UUID)</para>
200<indexterm zone="ch-system-e2fsprogs findfs"><primary sortas="b-findfs">findfs</primary></indexterm>
201</listitem>
202</varlistentry>
203
204<varlistentry id="fsck">
205<term><command>fsck</command></term>
206<listitem>
207<para>Is used to check, and optionally repair, file systems</para>
208<indexterm zone="ch-system-e2fsprogs fsck"><primary sortas="b-fsck">fsck</primary></indexterm>
209</listitem>
210</varlistentry>
211
212<varlistentry id="fsck.ext2">
213<term><command>fsck.ext2</command></term>
214<listitem>
215<para>By default checks <systemitem class="filesystem">ext2</systemitem>
216file systems</para>
217<indexterm zone="ch-system-e2fsprogs fsck.ext2"><primary
218sortas="b-fsck.ext2">fsck.ext2</primary></indexterm>
219</listitem>
220</varlistentry>
221
222<varlistentry id="fsck.ext3">
223<term><command>fsck.ext3</command></term>
224<listitem>
225<para>By default checks <systemitem class="filesystem">ext3</systemitem>
226file systems</para>
227<indexterm zone="ch-system-e2fsprogs fsck.ext3"><primary
228sortas="b-fsck.ext3">fsck.ext3</primary></indexterm>
229</listitem>
230</varlistentry>
231
232<varlistentry id="logsave">
233<term><command>logsave</command></term>
234<listitem>
235<para>Saves the output of a command in a log file</para>
236<indexterm zone="ch-system-e2fsprogs logsave"><primary sortas="b-logsave">logsave</primary></indexterm>
237</listitem>
238</varlistentry>
239
240<varlistentry id="lsattr">
241<term><command>lsattr</command></term>
242<listitem>
243<para>Lists the attributes of files on a second extended file system</para>
244<indexterm zone="ch-system-e2fsprogs lsattr"><primary sortas="b-lsattr">lsattr</primary></indexterm>
245</listitem>
246</varlistentry>
247
248<varlistentry id="mk_cmds">
249<term><command>mk_cmds</command></term>
250<listitem>
251<para>Converts a table of command names and helps messages into a C
252source file suitable for use with the <filename
253class="libraryfile">libss</filename> subsystem library</para>
254<indexterm zone="ch-system-e2fsprogs mk_cmds"><primary sortas="b-mk_cmds">mk_cmds</primary></indexterm>
255</listitem>
256</varlistentry>
257
258<varlistentry id="mke2fs">
259<term><command>mke2fs</command></term>
260<listitem>
261<para>Is used to create a second extended file system on the given
262device</para>
263<indexterm zone="ch-system-e2fsprogs mke2fs"><primary sortas="b-mke2fs">mke2fs</primary></indexterm>
264</listitem>
265</varlistentry>
266
267<varlistentry id="mkfs.ext2">
268<term><command>mkfs.ext2</command></term>
269<listitem>
270<para>By default creates <systemitem class="filesystem">ext2</systemitem>
271file systems</para>
272<indexterm zone="ch-system-e2fsprogs mkfs.ext2"><primary
273sortas="b-mkfs.ext2">mkfs.ext2</primary></indexterm>
274</listitem>
275</varlistentry>
276
277<varlistentry id="mkfs.ext3">
278<term><command>mkfs.ext3</command></term>
279<listitem>
280<para>By default creates <systemitem class="filesystem">ext3</systemitem>
281file systems</para>
282<indexterm zone="ch-system-e2fsprogs mkfs.ext3"><primary
283sortas="b-mkfs.ext3">mkfs.ext3</primary></indexterm>
284</listitem>
285</varlistentry>
286
287<varlistentry id="mklost-found">
288<term><command>mklost+found</command></term>
289<listitem>
290<para>Used to create a <filename class="directory">lost+found</filename>
291directory on an <systemitem class="filesystem">ext2</systemitem> file system;
292it pre-allocates disk blocks to this directory to lighten the task of
293<command>e2fsck</command></para>
294<indexterm zone="ch-system-e2fsprogs mklost-found"><primary sortas="b-mklost+found">mklost+found</primary></indexterm>
295</listitem>
296</varlistentry>
297
298<varlistentry id="resize2fs">
299<term><command>resize2fs</command></term>
300<listitem>
301<para>Can be used to enlarge or shrink an <systemitem
302class="filesystem">ext2</systemitem> file system</para>
303<indexterm zone="ch-system-e2fsprogs resize2fs"><primary sortas="b-resize2fs">resize2fs</primary></indexterm>
304</listitem>
305</varlistentry>
306
307<varlistentry id="tune2fs">
308<term><command>tune2fs</command></term>
309<listitem>
310<para>Adjusts tunable file system parameters on an <systemitem
311class="filesystem">ext2</systemitem> file system</para>
312<indexterm zone="ch-system-e2fsprogs tune2fs"><primary sortas="b-tune2fs">tune2fs</primary></indexterm>
313</listitem>
314</varlistentry>
315
316<varlistentry id="uuidgen">
317<term><command>uuidgen</command></term>
318<listitem>
319<para>Creates new UUIDs. Each new UUID can reasonably be considered unique
320among all UUIDs created, on the local system and on other systems, in the
321past and in the future</para>
322<indexterm zone="ch-system-e2fsprogs uuidgen"><primary sortas="b-uuidgen">uuidgen</primary></indexterm>
323</listitem>
324</varlistentry>
325
326<varlistentry id="libblkid">
327<term><filename class="libraryfile">libblkid</filename></term>
328<listitem>
329<para>Contains routines for device identification and token extraction</para>
330<indexterm zone="ch-system-e2fsprogs libblkid"><primary sortas="c-libblkid">libblkid</primary></indexterm>
331</listitem>
332</varlistentry>
333
334<varlistentry id="libcom_err">
335<term><filename class="libraryfile">libcom_err</filename></term>
336<listitem>
337<para>The common error display routine</para>
338<indexterm zone="ch-system-e2fsprogs libcom_err"><primary sortas="c-libcom_err">libcom_err</primary></indexterm>
339</listitem>
340</varlistentry>
341
342<varlistentry id="libe2p">
343<term><filename class="libraryfile">libe2p</filename></term>
344<listitem>
345<para>Used by <command>dumpe2fs</command>, <command>chattr</command>,
346and <command>lsattr</command></para>
347<indexterm zone="ch-system-e2fsprogs libe2p"><primary sortas="c-libe2p">libe2p</primary></indexterm>
348</listitem>
349</varlistentry>
350
351<varlistentry id="libext2fs">
352<term><filename class="libraryfile">libext2fs</filename></term>
353<listitem>
354<para>Contains routines to enable user-level programs to manipulate an
355<systemitem class="filesystem">ext2</systemitem> file system</para>
356<indexterm zone="ch-system-e2fsprogs libext2fs"><primary sortas="c-libext2fs">libext2fs</primary></indexterm>
357</listitem>
358</varlistentry>
359
360<varlistentry id="libss">
361<term><filename class="libraryfile">libss</filename></term>
362<listitem>
363<para>Used by <command>debugfs</command></para>
364<indexterm zone="ch-system-e2fsprogs libss"><primary sortas="c-libss">libss</primary></indexterm>
365</listitem>
366</varlistentry>
367
368<varlistentry id="libuuid">
369<term><filename class="libraryfile">libuuid</filename></term>
370<listitem>
371<para>Contains routines for generating unique identifiers for objects
372that may be accessible beyond the local system</para>
373<indexterm zone="ch-system-e2fsprogs libuuid"><primary sortas="c-libuuid">libuuid</primary></indexterm>
374</listitem>
375</varlistentry>
376</variablelist>
377
378</sect2>
379
380</sect1>
381
Note: See TracBrowser for help on using the repository browser.