source: chapter06/e2fsprogs.xml@ e09cba4

6.0
Last change on this file since e09cba4 was e09cba4, checked in by Gerard Beekmans <gerard@…>, 20 years ago

Typo fix

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

  • Property mode set to 100644
File size: 13.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/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>E2fsprogs installation depends on</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 placed in 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
112<varlistentry id="badblocks">
113<term><command>badblocks</command></term>
114<listitem>
115<para>searches a device (usually a disk partition) for bad blocks.</para>
116<indexterm zone="ch-system-e2fsprogs badblocks"><primary sortas="b-badblocks">badblocks</primary></indexterm>
117</listitem>
118</varlistentry>
119
120<varlistentry id="blkid">
121<term><command>blkid</command></term>
122<listitem>
123<para>a command line utility to locate and print block device attributes.</para>
124<indexterm zone="ch-system-e2fsprogs blkid"><primary sortas="b-blkid">blkid</primary></indexterm>
125</listitem>
126</varlistentry>
127
128<varlistentry id="chattr">
129<term><command>chattr</command></term>
130<listitem>
131<para>changes the attributes of files on an <systemitem
132class="filesystem">ext2</systemitem> file system. It also changes <systemitem
133class="filesystem">ext3</systemitem> file systems, the journaling version of
134<systemitem class="filesystem">ext2</systemitem> file systems.</para>
135<indexterm zone="ch-system-e2fsprogs chattr"><primary sortas="b-chattr">chattr</primary></indexterm>
136</listitem>
137</varlistentry>
138
139<varlistentry id="compile_et">
140<term><command>compile_et</command></term>
141<listitem>
142<para>an error table compiler. It converts a table of error-code names and
143messages into a C source file suitable for use with the <filename
144class="libraryfile">com_err</filename> library.</para>
145<indexterm zone="ch-system-e2fsprogs compile_et"><primary sortas="b-compile_et">compile_et</primary></indexterm>
146</listitem>
147</varlistentry>
148
149<varlistentry id="debugfs">
150<term><command>debugfs</command></term>
151<listitem>
152<para>a file system debugger. It can be used to examine and change the
153state of an <systemitem class="filesystem">ext2</systemitem> file system.</para>
154<indexterm zone="ch-system-e2fsprogs debugfs"><primary sortas="b-debugfs">debugfs</primary></indexterm>
155</listitem>
156</varlistentry>
157
158<varlistentry id="dumpe2fs">
159<term><command>dumpe2fs</command></term>
160<listitem>
161<para>prints the super block and blocks group information for the file
162system present on a given device.</para>
163<indexterm zone="ch-system-e2fsprogs dumpe2fs"><primary sortas="b-dumpe2fs">dumpe2fs</primary></indexterm>
164<beginpage/></listitem>
165</varlistentry>
166
167<varlistentry id="e2fsck">
168<term><command>e2fsck</command></term>
169<listitem>
170<para>is used to check, and optionally repair <systemitem
171class="filesystem">ext2</systemitem> file systems and <systemitem
172class="filesystem">ext3</systemitem> file systems.</para>
173<indexterm zone="ch-system-e2fsprogs e2fsck"><primary sortas="b-e2fsck">e2fsck</primary></indexterm>
174</listitem>
175</varlistentry>
176
177<varlistentry id="e2image">
178<term><command>e2image</command></term>
179<listitem>
180<para>is used to save critical <systemitem class="filesystem">ext2</systemitem>
181file system data to a file.</para>
182<indexterm zone="ch-system-e2fsprogs e2image"><primary sortas="b-e2image">e2image</primary></indexterm>
183</listitem>
184</varlistentry>
185
186<varlistentry id="e2label">
187<term><command>e2label</command></term>
188<listitem>
189<para>displays or changes the file system label on the <systemitem
190class="filesystem">ext2</systemitem> file system present on a given device.</para>
191<indexterm zone="ch-system-e2fsprogs e2label"><primary sortas="b-e2label">e2label</primary></indexterm>
192</listitem>
193</varlistentry>
194
195<varlistentry id="findfs">
196<term><command>findfs</command></term>
197<listitem>
198<para>finds a file system by label or Universally Unique Identifier (UUID).</para>
199<indexterm zone="ch-system-e2fsprogs findfs"><primary sortas="b-findfs">findfs</primary></indexterm>
200</listitem>
201</varlistentry>
202
203<varlistentry id="fsck">
204<term><command>fsck</command></term>
205<listitem>
206<para>is used to check, and optionally repair, file systems. By default, it checks
207the file systems listed in <filename>/etc/fstab</filename></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<beginpage/></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.