source: chapter06/e2fsprogs.xml@ 1b3d6df7

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 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 1b3d6df7 was 1b3d6df7, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Update to man-pages-5.01.
Update to linux-5.1.3.
Update to iproute2-5.1.0.
Update to gettext-0.20.1.
Update to file-5.37.
Update to e2fsprogs-1.45.1.

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

  • Property mode set to 100644
File size: 21.5 KB
RevLine 
[673b0d8]1<?xml version="1.0" encoding="ISO-8859-1"?>
[b06ca36]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[673b0d8]4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
[54e422c1]7
[81fd230]8<sect1 id="ch-system-e2fsprogs" role="wrap">
[54e422c1]9 <?dbhtml filename="e2fsprogs.html"?>
10
[e747759]11 <sect1info condition="script">
12 <productname>e2fsprogs</productname>
13 <productnumber>&e2fsprogs-version;</productnumber>
14 <address>&e2fsprogs-url;</address>
15 </sect1info>
16
[54e422c1]17 <title>E2fsprogs-&e2fsprogs-version;</title>
18
19 <indexterm zone="ch-system-e2fsprogs">
20 <primary sortas="a-E2fsprogs">E2fsprogs</primary>
21 </indexterm>
22
23 <sect2 role="package">
24 <title/>
[673b0d8]25
[54e422c1]26 <para>The E2fsprogs package contains the utilities for handling the
27 <systemitem class="filesystem">ext2</systemitem> file system. It also
[2ca8941]28 supports the <systemitem class="filesystem">ext3</systemitem> and
[55fa5a3]29 <systemitem class="filesystem">ext4</systemitem> journaling
30 file systems.</para>
[6370fa6]31
[54e422c1]32 <segmentedlist>
33 <segtitle>&buildtime;</segtitle>
34 <segtitle>&diskspace;</segtitle>
[5888299]35
[54e422c1]36 <seglistitem>
[e4a5635]37 <seg>&e2fsprogs-ch6-sbu;</seg>
38 <seg>&e2fsprogs-ch6-du;</seg>
[54e422c1]39 </seglistitem>
40 </segmentedlist>
[673b0d8]41
[54e422c1]42 </sect2>
43
44 <sect2 role="installation">
45 <title>Installation of E2fsprogs</title>
[1aff37f]46
[79286f58]47 <para>The E2fsprogs documentation recommends that the package be built in
48 a subdirectory of the source tree: </para>
[8250be1]49
[0445a3d]50<screen><userinput remap="pre">mkdir -v build
[1263de2]51cd build</userinput></screen>
[8250be1]52
[54e422c1]53 <para>Prepare E2fsprogs for compilation:</para>
[73aedd1d]54
[8054162]55<!--<screen><userinput remap="configure">LIBS=-L/tools/lib \
56CFLAGS=-I/tools/include \
[fd824cf]57CFLAGS=-I/tools/include \
58PKG_CONFIG_PATH=/tools/lib/pkgconfig \
[8054162]59../configure - -prefix=/usr \-->
60<screen><userinput remap="configure">../configure --prefix=/usr \
[eec8fcb]61 --bindir=/bin \
[6f16853]62 --with-root-prefix="" \
[2c5ca04]63 --enable-elf-shlibs \
64 --disable-libblkid \
65 --disable-libuuid \
66 --disable-uuidd \
[1b3d6df7]67 --with-crond-dir=no \
[9f5aaf7]68 --disable-fsck</userinput></screen>
[73aedd1d]69
[54e422c1]70 <variablelist>
[053b206]71 <title>The meaning of the environment variable and configure options:</title>
[8054162]72<!--
[54e422c1]73 <varlistentry>
[053b206]74 <term><parameter>PKG_CONFIG_PATH, LIBS, CFLAGS</parameter></term>
[374259a0]75 <listitem>
[053b206]76 <para>These variables enable e2fsprogs to be built using the
77 <xref linkend="ch-tools-util-linux"/> package built earlier.</para>
[374259a0]78 </listitem>
79 </varlistentry>
[8054162]80-->
[374259a0]81 <varlistentry>
[6f16853]82 <term><parameter>--with-root-prefix=""</parameter> and
[eec8fcb]83 <parameter>--bindir=/bin</parameter></term>
[54e422c1]84 <listitem>
85 <para>Certain programs (such as the <command>e2fsck</command>
86 program) are considered essential programs. When, for example,
[6f16853]87 <filename class="directory">/usr</filename> is not mounted, these
[54e422c1]88 programs still need to be available. They belong in directories
89 like <filename class="directory">/lib</filename> and <filename
[6f16853]90 class="directory">/sbin</filename>. If this option is not passed
[54e422c1]91 to E2fsprogs' configure, the programs are installed into the
92 <filename class="directory">/usr</filename> directory.</para>
93 </listitem>
94 </varlistentry>
95
96 <varlistentry>
97 <term><parameter>--enable-elf-shlibs</parameter></term>
98 <listitem>
99 <para>This creates the shared libraries which some programs
100 in this package use.</para>
[68460dd]101 </listitem>
102 </varlistentry>
103
[1b3d6df7]104 <varlistentry>
105 <term><parameter>--with-crond-dir=no</parameter></term>
106 <listitem>
107 <para>This disables the installation of an unneded file.</para>
108 </listitem>
109 </varlistentry>
110
[68460dd]111 <varlistentry>
[1891a2c]112 <term><parameter>--disable-*</parameter></term>
[68460dd]113 <listitem>
114 <para>This prevents E2fsprogs from building and installing the
115 <systemitem class="library">libuuid</systemitem> and
[ec8ebf26]116 <systemitem class="library">libblkid</systemitem> libraries, the
117 <systemitem class="daemon">uuidd</systemitem> daemon, and the
[4f4595c]118 <command>fsck</command> wrapper, as Util-Linux installs more
119 recent versions.</para>
[54e422c1]120 </listitem>
121 </varlistentry>
122
123 </variablelist>
124
125 <para>Compile the package:</para>
[73aedd1d]126
[0445a3d]127<screen><userinput remap="make">make</userinput></screen>
[6c67242]128<!--
[de341d14]129 <para>To set up and run the test suite we need to first link some
130 libraries from /tools/lib to a location where the test programs look.
[4ae2e7a]131 To run the tests, issue:</para>
[6c67242]132-->
133
134 <para>To run the tests, issue:</para>
[0445a3d]135
[6c67242]136<screen><userinput remap="test">make check</userinput></screen>
137<!--ln -sfv /tools/lib/lib{blk,uu}id.so.1 lib -->
138<!--make LD_LIBRARY_PATH=/tools/lib check</userinput></screen>-->
[73aedd1d]139
[0f344dd]140 <para>One of the E2fsprogs tests will attempt to allocate 256 MB of memory.
[6f16853]141 If you do not have significantly more RAM than this, be sure to enable
[0f344dd]142 sufficient swap space for the test. See <xref
143 linkend="space-creatingfilesystem"/> and <xref linkend="space-mounting"/>
[21184ce]144 for details on creating and enabling swap space.</para>
[c226182]145
[79286f58]146 <para>Install the binaries, documentation, and shared libraries:</para>
[73aedd1d]147
[0445a3d]148<screen><userinput remap="install">make install</userinput></screen>
[73aedd1d]149
[813c938]150 <para>Install the static libraries and headers:</para>
[73aedd1d]151
[2c5ca04]152<screen><userinput remap="install">make install-libs</userinput></screen>
[73aedd1d]153
[2ca8941]154 <para>Make the installed static libraries writable so debugging symbols can
[f1994dc]155 be removed later:</para>
[bdd7f27]156
[d35b7f3]157<screen><userinput remap="install">chmod -v u+w /usr/lib/{libcom_err,libe2p,libext2fs,libss}.a</userinput></screen>
[bdd7f27]158
[64941f4]159 <para>This package installs a gzipped
160 <filename class="extension">.info</filename> file but doesn't update the
161 system-wide <filename>dir</filename> file. Unzip this file and then update
162 the system <filename>dir</filename> file using the following
[540dde1]163 commands:</para>
[64941f4]164
165<screen><userinput remap="install">gunzip -v /usr/share/info/libext2fs.info.gz
[9f5aaf7]166install-info --dir-file=/usr/share/info/dir /usr/share/info/libext2fs.info</userinput></screen>
[64941f4]167
168 <para>If desired, create and install some additional documentation by
169 issuing the following commands:</para>
170
[a68cefc]171<screen><userinput remap="install">makeinfo -o doc/com_err.info ../lib/et/com_err.texinfo
[64941f4]172install -v -m644 doc/com_err.info /usr/share/info
[9f5aaf7]173install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info</userinput></screen>
[54e422c1]174 </sect2>
175
176 <sect2 id="contents-e2fsprogs" role="content">
177 <title>Contents of E2fsprogs</title>
178
179 <segmentedlist>
180 <segtitle>Installed programs</segtitle>
181 <segtitle>Installed libraries</segtitle>
[1d6f204]182 <segtitle>Installed directories</segtitle>
[54e422c1]183
184 <seglistitem>
[f6b1d91]185 <seg>badblocks, chattr, compile_et, debugfs, dumpe2fs,e2freefrag,
[78cc3be]186 e2fsck, e2image, e2label, e2mmpstatus, e2scrub, e2scrub_all, e2undo,
187 e4crypt, e4defrag, filefrag, fsck.ext2,
188 fsck.ext3, fsck.ext4, logsave, lsattr, mk_cmds, mke2fs,
189 mkfs.ext2, mkfs.ext3, mkfs.ext4, mklost+found,
[cd82ee5]190 resize2fs, and tune2fs</seg>
[040ecb6]191 <seg>libcom_err.so, libe2p.so, libext2fs.so, and libss.so</seg>
[fe05b08]192 <seg>/usr/include/e2p, /usr/include/et, /usr/include/ext2fs,
[78cc3be]193 /usr/include/ss, /usr/lib/e2fsprogs, /usr/share/et, and
194 /usr/share/ss</seg>
[54e422c1]195 </seglistitem>
196 </segmentedlist>
197
198 <variablelist>
199 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
200 <?dbfo list-presentation="list"?>
201 <?dbhtml list-presentation="table"?>
202
203 <varlistentry id="badblocks">
204 <term><command>badblocks</command></term>
205 <listitem>
206 <para>Searches a device (usually a disk partition) for bad
207 blocks</para>
208 <indexterm zone="ch-system-e2fsprogs badblocks">
209 <primary sortas="b-badblocks">badblocks</primary>
210 </indexterm>
211 </listitem>
212 </varlistentry>
213
214 <varlistentry id="chattr">
215 <term><command>chattr</command></term>
216 <listitem>
217 <para>Changes the attributes of files on an <systemitem
218 class="filesystem">ext2</systemitem> file system; it also
219 changes <systemitem class="filesystem">ext3</systemitem>
220 file systems, the journaling version of <systemitem
221 class="filesystem">ext2</systemitem> file systems</para>
222 <indexterm zone="ch-system-e2fsprogs chattr">
223 <primary sortas="b-chattr">chattr</primary>
224 </indexterm>
225 </listitem>
226 </varlistentry>
227
228 <varlistentry id="compile_et">
229 <term><command>compile_et</command></term>
230 <listitem>
231 <para>An error table compiler; it converts a table of error-code
232 names and messages into a C source file suitable for use with the
233 <filename class="libraryfile">com_err</filename> library</para>
234 <indexterm zone="ch-system-e2fsprogs compile_et">
235 <primary sortas="b-compile_et">compile_et</primary>
236 </indexterm>
237 </listitem>
238 </varlistentry>
239
240 <varlistentry id="debugfs">
241 <term><command>debugfs</command></term>
242 <listitem>
243 <para>A file system debugger; it can be used to examine and change
244 the state of an <systemitem class="filesystem">ext2</systemitem>
245 file system</para>
246 <indexterm zone="ch-system-e2fsprogs debugfs">
247 <primary sortas="b-debugfs">debugfs</primary>
248 </indexterm>
249 </listitem>
250 </varlistentry>
251
252 <varlistentry id="dumpe2fs">
253 <term><command>dumpe2fs</command></term>
254 <listitem>
255 <para>Prints the super block and blocks group information for the
256 file system present on a given device</para>
257 <indexterm zone="ch-system-e2fsprogs dumpe2fs">
258 <primary sortas="b-dumpe2fs">dumpe2fs</primary>
259 </indexterm>
260 </listitem>
261 </varlistentry>
262
[f6b1d91]263 <varlistentry id="e2freefrag">
264 <term><command>e2freefrag</command></term>
265 <listitem>
[afba93b]266 <para>Reports free space fragmentation information</para>
[f6b1d91]267 <indexterm zone="ch-system-e2fsprogs e2freefrag">
268 <primary sortas="b-e2freefrag">e2freefrag</primary>
269 </indexterm>
270 </listitem>
271 </varlistentry>
272
[54e422c1]273 <varlistentry id="e2fsck">
274 <term><command>e2fsck</command></term>
275 <listitem>
276 <para>Is used to check, and optionally repair <systemitem
277 class="filesystem">ext2</systemitem> file systems and <systemitem
278 class="filesystem">ext3</systemitem> file systems</para>
279 <indexterm zone="ch-system-e2fsprogs e2fsck">
280 <primary sortas="b-e2fsck">e2fsck</primary>
281 </indexterm>
282 </listitem>
283 </varlistentry>
284
285 <varlistentry id="e2image">
286 <term><command>e2image</command></term>
287 <listitem>
288 <para>Is used to save critical <systemitem
289 class="filesystem">ext2</systemitem> file system data to a file</para>
290 <indexterm zone="ch-system-e2fsprogs e2image">
291 <primary sortas="b-e2image">e2image</primary>
292 </indexterm>
293 </listitem>
294 </varlistentry>
[90aae6b]295
[54e422c1]296 <varlistentry id="e2label">
297 <term><command>e2label</command></term>
298 <listitem>
299 <para>Displays or changes the file system label on the <systemitem
300 class="filesystem">ext2</systemitem> file system present on a given
301 device</para>
302 <indexterm zone="ch-system-e2fsprogs e2label">
303 <primary sortas="b-e2label">e2label</primary>
304 </indexterm>
305 </listitem>
306 </varlistentry>
307
[78cc3be]308 <varlistentry id="e2mmpstatus">
309 <term><command>e2mmpstatus</command></term>
310 <listitem>
311 <para>Checks MMP status of an ext4 filesystem</para>
312 <indexterm zone="ch-system-e2fsprogs e2mmpstatus">
313 <primary sortas="b-e2mmpstatus">e2mmpstatus</primary>
314 </indexterm>
315 </listitem>
316 </varlistentry>
317
318 <varlistentry id="e2scrub">
319 <term><command>e2scrub</command></term>
320 <listitem>
321 <para>Checks the contents of a mounted ext[234] filesystem</para>
322 <indexterm zone="ch-system-e2fsprogs e2scrub">
323 <primary sortas="b-e2scrub">e2scrub</primary>
324 </indexterm>
325 </listitem>
326 </varlistentry>
327
328 <varlistentry id="e2scrub_all">
329 <term><command>e2scrub_all</command></term>
330 <listitem>
331 <para>Checks all mounted ext[234] filesystems for errors</para>
332 <indexterm zone="ch-system-e2fsprogs e2scrub_all">
333 <primary sortas="b-e2scrub_all">e2scrub_all</primary>
334 </indexterm>
335 </listitem>
336 </varlistentry>
337
[0b9e193]338 <varlistentry id="e2undo">
339 <term><command>e2undo</command></term>
340 <listitem>
[2ca8941]341 <para>Replays the undo log undo_log for an ext2/ext3/ext4 filesystem
[7bb9fda]342 found on a device [This can be used to undo a failed operation by an
343 e2fsprogs program.]</para>
[0b9e193]344 <indexterm zone="ch-system-e2fsprogs e2undo">
345 <primary sortas="b-e2undo">e2undo</primary>
346 </indexterm>
347 </listitem>
348 </varlistentry>
349
[78cc3be]350 <varlistentry id="e4crypt">
351 <term><command>e4crypt</command></term>
352 <listitem>
353 <para>Ext4 filesystem encryption utility</para>
354 <indexterm zone="ch-system-e2fsprogs e4crypt">
355 <primary sortas="b-e4crypt">e4crypt</primary>
356 </indexterm>
357 </listitem>
358 </varlistentry>
359
[f6b1d91]360 <varlistentry id="e4defrag">
361 <term><command>e4defrag</command></term>
362 <listitem>
363 <para>Online defragmenter for ext4 filesystems</para>
364 <indexterm zone="ch-system-e2fsprogs e4defrag">
365 <primary sortas="b-e4defrag">e4defrag</primary>
366 </indexterm>
367 </listitem>
368 </varlistentry>
369
370 <varlistentry id="filefrag">
371 <term><command>filefrag</command></term>
372 <listitem>
373 <para>Reports on how badly fragmented a particular file might be</para>
374 <indexterm zone="ch-system-e2fsprogs filefrag">
375 <primary sortas="b-filefrag">filefrag</primary>
376 </indexterm>
377 </listitem>
378 </varlistentry>
379
[54e422c1]380 <varlistentry id="fsck.ext2">
381 <term><command>fsck.ext2</command></term>
382 <listitem>
383 <para>By default checks <systemitem class="filesystem">ext2</systemitem>
[7bb9fda]384 file systems and is a hard link to <command>e2fsck</command></para>
[54e422c1]385 <indexterm zone="ch-system-e2fsprogs fsck.ext2">
386 <primary sortas="b-fsck.ext2">fsck.ext2</primary>
387 </indexterm>
388 </listitem>
389 </varlistentry>
390
391 <varlistentry id="fsck.ext3">
392 <term><command>fsck.ext3</command></term>
393 <listitem>
394 <para>By default checks <systemitem class="filesystem">ext3</systemitem>
[7bb9fda]395 file systems and is a hard link to <command>e2fsck</command></para>
[54e422c1]396 <indexterm zone="ch-system-e2fsprogs fsck.ext3">
397 <primary sortas="b-fsck.ext3">fsck.ext3</primary>
398 </indexterm>
399 </listitem>
400 </varlistentry>
401
[0b9e193]402 <varlistentry id="fsck.ext4">
403 <term><command>fsck.ext4</command></term>
404 <listitem>
405 <para>By default checks <systemitem class="filesystem">ext4</systemitem>
[7bb9fda]406 file systems and is a hard link to <command>e2fsck</command></para>
[0b9e193]407 <indexterm zone="ch-system-e2fsprogs fsck.ext4">
408 <primary sortas="b-fsck.ext4">fsck.ext4</primary>
409 </indexterm>
410 </listitem>
411 </varlistentry>
412
[54e422c1]413 <varlistentry id="logsave">
414 <term><command>logsave</command></term>
415 <listitem>
416 <para>Saves the output of a command in a log file</para>
417 <indexterm zone="ch-system-e2fsprogs logsave">
418 <primary sortas="b-logsave">logsave</primary>
419 </indexterm>
420 </listitem>
421 </varlistentry>
422
423 <varlistentry id="lsattr">
424 <term><command>lsattr</command></term>
425 <listitem>
426 <para>Lists the attributes of files on a second extended file
427 system</para>
428 <indexterm zone="ch-system-e2fsprogs lsattr">
429 <primary sortas="b-lsattr">lsattr</primary>
430 </indexterm>
431 </listitem>
432 </varlistentry>
433
434 <varlistentry id="mk_cmds">
435 <term><command>mk_cmds</command></term>
436 <listitem>
437 <para>Converts a table of command names and help messages into a C
438 source file suitable for use with the <filename
439 class="libraryfile">libss</filename> subsystem library</para>
440 <indexterm zone="ch-system-e2fsprogs mk_cmds">
441 <primary sortas="b-mk_cmds">mk_cmds</primary>
442 </indexterm>
443 </listitem>
444 </varlistentry>
445
446 <varlistentry id="mke2fs">
447 <term><command>mke2fs</command></term>
448 <listitem>
449 <para>Creates an <systemitem class="filesystem">ext2</systemitem>
450 or <systemitem class="filesystem">ext3</systemitem> file system on
451 the given device</para>
452 <indexterm zone="ch-system-e2fsprogs mke2fs">
453 <primary sortas="b-mke2fs">mke2fs</primary>
454 </indexterm>
455 </listitem>
456 </varlistentry>
457
458 <varlistentry id="mkfs.ext2">
459 <term><command>mkfs.ext2</command></term>
460 <listitem>
461 <para>By default creates <systemitem class="filesystem">ext2</systemitem>
[7bb9fda]462 file systems and is a hard link to <command>mke2fs</command></para>
[54e422c1]463 <indexterm zone="ch-system-e2fsprogs mkfs.ext2">
464 <primary sortas="b-mkfs.ext2">mkfs.ext2</primary>
465 </indexterm>
466 </listitem>
467 </varlistentry>
468
469 <varlistentry id="mkfs.ext3">
470 <term><command>mkfs.ext3</command></term>
471 <listitem>
472 <para>By default creates <systemitem class="filesystem">ext3</systemitem>
[7bb9fda]473 file systems and is a hard link to <command>mke2fs</command></para>
[54e422c1]474 <indexterm zone="ch-system-e2fsprogs mkfs.ext3">
475 <primary sortas="b-mkfs.ext3">mkfs.ext3</primary>
476 </indexterm>
477 </listitem>
478 </varlistentry>
479
[0b9e193]480 <varlistentry id="mkfs.ext4">
481 <term><command>mkfs.ext4</command></term>
482 <listitem>
483 <para>By default creates <systemitem class="filesystem">ext4</systemitem>
[7bb9fda]484 file systems and is a hard link to <command>mke2fs</command></para>
[0b9e193]485 <indexterm zone="ch-system-e2fsprogs mkfs.ext4">
486 <primary sortas="b-mkfs.ext4">mkfs.ext4</primary>
487 </indexterm>
488 </listitem>
489 </varlistentry>
490
[f6b1d91]491 <varlistentry id="mklost-found">
492 <term><command>mklost+found</command></term>
493 <listitem>
494 <para>Used to create a <filename class="directory">lost+found</filename>
495 directory on an <systemitem class="filesystem">ext2</systemitem> file
496 system; it pre-allocates disk blocks to this directory to lighten the
497 task of <command>e2fsck</command></para>
498 <indexterm zone="ch-system-e2fsprogs mklost-found">
499 <primary sortas="b-mklost+found">mklost+found</primary>
500 </indexterm>
501 </listitem>
502 </varlistentry>
503
[54e422c1]504 <varlistentry id="resize2fs">
505 <term><command>resize2fs</command></term>
506 <listitem>
507 <para>Can be used to enlarge or shrink an <systemitem
508 class="filesystem">ext2</systemitem> file system</para>
509 <indexterm zone="ch-system-e2fsprogs resize2fs">
510 <primary sortas="b-resize2fs">resize2fs</primary>
511 </indexterm>
512 </listitem>
513 </varlistentry>
514
515 <varlistentry id="tune2fs">
516 <term><command>tune2fs</command></term>
517 <listitem>
518 <para>Adjusts tunable file system parameters on an <systemitem
519 class="filesystem">ext2</systemitem> file system</para>
520 <indexterm zone="ch-system-e2fsprogs tune2fs">
521 <primary sortas="b-tune2fs">tune2fs</primary>
522 </indexterm>
[daf1314a]523 </listitem>
524 </varlistentry>
525
[54e422c1]526 <varlistentry id="libcom_err">
527 <term><filename class="libraryfile">libcom_err</filename></term>
528 <listitem>
529 <para>The common error display routine</para>
530 <indexterm zone="ch-system-e2fsprogs libcom_err">
531 <primary sortas="c-libcom_err">libcom_err</primary>
532 </indexterm>
533 </listitem>
534 </varlistentry>
535
536 <varlistentry id="libe2p">
537 <term><filename class="libraryfile">libe2p</filename></term>
538 <listitem>
539 <para>Used by <command>dumpe2fs</command>, <command>chattr</command>,
540 and <command>lsattr</command></para>
541 <indexterm zone="ch-system-e2fsprogs libe2p">
542 <primary sortas="c-libe2p">libe2p</primary>
543 </indexterm>
544 </listitem>
545 </varlistentry>
546
547 <varlistentry id="libext2fs">
548 <term><filename class="libraryfile">libext2fs</filename></term>
549 <listitem>
550 <para>Contains routines to enable user-level programs to manipulate an
551 <systemitem class="filesystem">ext2</systemitem> file system</para>
552 <indexterm zone="ch-system-e2fsprogs libext2fs">
553 <primary sortas="c-libext2fs">libext2fs</primary>
554 </indexterm>
555 </listitem>
556 </varlistentry>
[1118b17]557
[54e422c1]558 <varlistentry id="libss">
559 <term><filename class="libraryfile">libss</filename></term>
560 <listitem>
561 <para>Used by <command>debugfs</command></para>
562 <indexterm zone="ch-system-e2fsprogs libss">
563 <primary sortas="c-libss">libss</primary>
564 </indexterm>
565 </listitem>
566 </varlistentry>
567
568 </variablelist>
569
570 </sect2>
[673b0d8]571
572</sect1>
Note: See TracBrowser for help on using the repository browser.