Ignore:
Timestamp:
10/06/2004 10:58:24 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
c059c37
Parents:
f67ec77a
Message:

Last edit round.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/e2fsprogs.xml

    rf67ec77a r2256873  
    5353directories like <filename class="directory">/lib</filename> and
    5454<filename class="directory">/sbin</filename>. If this option is not
    55 passed to E2fsprogs' configure, the programs are placed in the
     55passed to E2fsprogs' configure, the programs are installed into the
    5656<filename class="directory">/usr</filename> directory, which is not
    5757where they should be.</para></listitem>
     
    107107</segmentedlist>
    108108
    109 <variablelist><bridgehead renderas="sect3">Short descriptions</bridgehead>
     109<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
    110110<?dbfo list-presentation="list"?>
    111111
     
    113113<term><command>badblocks</command></term>
    114114<listitem>
    115 <para>searches a device (usually a disk partition) for bad blocks.</para>
     115<para>Searches a device (usually a disk partition) for bad blocks</para>
    116116<indexterm zone="ch-system-e2fsprogs badblocks"><primary sortas="b-badblocks">badblocks</primary></indexterm>
    117117</listitem>
     
    121121<term><command>blkid</command></term>
    122122<listitem>
    123 <para>a command line utility to locate and print block device attributes.</para>
     123<para>A command line utility to locate and print block device attributes</para>
    124124<indexterm zone="ch-system-e2fsprogs blkid"><primary sortas="b-blkid">blkid</primary></indexterm>
    125125</listitem>
     
    129129<term><command>chattr</command></term>
    130130<listitem>
    131 <para>changes the attributes of files on an <systemitem
    132 class="filesystem">ext2</systemitem> file system. It also changes <systemitem
     131<para>Changes the attributes of files on an <systemitem
     132class="filesystem">ext2</systemitem> file system; it also changes <systemitem
    133133class="filesystem">ext3</systemitem> file systems, the journaling version of
    134 <systemitem class="filesystem">ext2</systemitem> file systems.</para>
     134<systemitem class="filesystem">ext2</systemitem> file systems</para>
    135135<indexterm zone="ch-system-e2fsprogs chattr"><primary sortas="b-chattr">chattr</primary></indexterm>
    136136</listitem>
     
    140140<term><command>compile_et</command></term>
    141141<listitem>
    142 <para>an error table compiler. It converts a table of error-code names and
     142<para>An error table compiler; it converts a table of error-code names and
    143143messages into a C source file suitable for use with the <filename
    144 class="libraryfile">com_err</filename> library.</para>
     144class="libraryfile">com_err</filename> library</para>
    145145<indexterm zone="ch-system-e2fsprogs compile_et"><primary sortas="b-compile_et">compile_et</primary></indexterm>
    146146</listitem>
     
    150150<term><command>debugfs</command></term>
    151151<listitem>
    152 <para>a file system debugger. It can be used to examine and change the
    153 state of an <systemitem class="filesystem">ext2</systemitem> file system.</para>
     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>
    154154<indexterm zone="ch-system-e2fsprogs debugfs"><primary sortas="b-debugfs">debugfs</primary></indexterm>
    155155</listitem>
     
    159159<term><command>dumpe2fs</command></term>
    160160<listitem>
    161 <para>prints the super block and blocks group information for the file
    162 system present on a given device.</para>
     161<para>Prints the super block and blocks group information for the file
     162system present on a given device</para>
    163163<indexterm zone="ch-system-e2fsprogs dumpe2fs"><primary sortas="b-dumpe2fs">dumpe2fs</primary></indexterm>
    164164<beginpage/></listitem>
     
    168168<term><command>e2fsck</command></term>
    169169<listitem>
    170 <para>is used to check, and optionally repair <systemitem
     170<para>Is used to check, and optionally repair <systemitem
    171171class="filesystem">ext2</systemitem> file systems and <systemitem
    172 class="filesystem">ext3</systemitem> file systems.</para>
     172class="filesystem">ext3</systemitem> file systems</para>
    173173<indexterm zone="ch-system-e2fsprogs e2fsck"><primary sortas="b-e2fsck">e2fsck</primary></indexterm>
    174174</listitem>
     
    178178<term><command>e2image</command></term>
    179179<listitem>
    180 <para>is used to save critical <systemitem class="filesystem">ext2</systemitem>
    181 file system data to a file.</para>
     180<para>Is used to save critical <systemitem class="filesystem">ext2</systemitem>
     181file system data to a file</para>
    182182<indexterm zone="ch-system-e2fsprogs e2image"><primary sortas="b-e2image">e2image</primary></indexterm>
    183183</listitem>
     
    187187<term><command>e2label</command></term>
    188188<listitem>
    189 <para>displays or changes the file system label on the <systemitem
    190 class="filesystem">ext2</systemitem> file system present on a given device.</para>
     189<para>Displays or changes the file system label on the <systemitem
     190class="filesystem">ext2</systemitem> file system present on a given device</para>
    191191<indexterm zone="ch-system-e2fsprogs e2label"><primary sortas="b-e2label">e2label</primary></indexterm>
    192192</listitem>
     
    196196<term><command>findfs</command></term>
    197197<listitem>
    198 <para>finds a file system by label or Universally Unique Identifier (UUID).</para>
     198<para>Finds a file system by label or Universally Unique Identifier (UUID)</para>
    199199<indexterm zone="ch-system-e2fsprogs findfs"><primary sortas="b-findfs">findfs</primary></indexterm>
    200200</listitem>
     
    204204<term><command>fsck</command></term>
    205205<listitem>
    206 <para>is used to check, and optionally repair, file systems. By default, it checks
    207 the file systems listed in <filename>/etc/fstab</filename></para>
     206<para>Is used to check, and optionally repair, file systems</para>
    208207<indexterm zone="ch-system-e2fsprogs fsck"><primary sortas="b-fsck">fsck</primary></indexterm>
    209208</listitem>
     
    213212<term><command>fsck.ext2</command></term>
    214213<listitem>
    215 <para>by default checks <systemitem class="filesystem">ext2</systemitem>
    216 file systems.</para>
     214<para>By default checks <systemitem class="filesystem">ext2</systemitem>
     215file systems</para>
    217216<indexterm zone="ch-system-e2fsprogs fsck.ext2"><primary
    218217sortas="b-fsck.ext2">fsck.ext2</primary></indexterm>
     
    223222<term><command>fsck.ext3</command></term>
    224223<listitem>
    225 <para>by default checks <systemitem class="filesystem">ext3</systemitem>
    226 file systems.</para>
     224<para>By default checks <systemitem class="filesystem">ext3</systemitem>
     225file systems</para>
    227226<indexterm zone="ch-system-e2fsprogs fsck.ext3"><primary
    228227sortas="b-fsck.ext3">fsck.ext3</primary></indexterm>
     
    233232<term><command>logsave</command></term>
    234233<listitem>
    235 <para>saves the output of a command in a log file.</para>
     234<para>Saves the output of a command in a log file</para>
    236235<indexterm zone="ch-system-e2fsprogs logsave"><primary sortas="b-logsave">logsave</primary></indexterm>
    237236</listitem>
     
    241240<term><command>lsattr</command></term>
    242241<listitem>
    243 <para>lists the attributes of files on a second extended file system.</para>
     242<para>Lists the attributes of files on a second extended file system</para>
    244243<indexterm zone="ch-system-e2fsprogs lsattr"><primary sortas="b-lsattr">lsattr</primary></indexterm>
    245244</listitem>
     
    249248<term><command>mk_cmds</command></term>
    250249<listitem>
    251 <para>converts a table of command names and helps messages into a C
     250<para>Converts a table of command names and helps messages into a C
    252251source file suitable for use with the <filename
    253 class="libraryfile">libss</filename> subsystem library.</para>
     252class="libraryfile">libss</filename> subsystem library</para>
    254253<indexterm zone="ch-system-e2fsprogs mk_cmds"><primary sortas="b-mk_cmds">mk_cmds</primary></indexterm>
    255254</listitem>
     
    259258<term><command>mke2fs</command></term>
    260259<listitem>
    261 <para>is used to create a second extended file system on the given
    262 device.</para>
     260<para>Is used to create a second extended file system on the given
     261device</para>
    263262<indexterm zone="ch-system-e2fsprogs mke2fs"><primary sortas="b-mke2fs">mke2fs</primary></indexterm>
    264263</listitem>
     
    268267<term><command>mkfs.ext2</command></term>
    269268<listitem>
    270 <para>by default creates <systemitem class="filesystem">ext2</systemitem>
    271 file systems.</para>
     269<para>By default creates <systemitem class="filesystem">ext2</systemitem>
     270file systems</para>
    272271<indexterm zone="ch-system-e2fsprogs mkfs.ext2"><primary
    273272sortas="b-mkfs.ext2">mkfs.ext2</primary></indexterm>
     
    278277<term><command>mkfs.ext3</command></term>
    279278<listitem>
    280 <para>by default creates <systemitem class="filesystem">ext3</systemitem>
    281 file systems.</para>
     279<para>By default creates <systemitem class="filesystem">ext3</systemitem>
     280file systems</para>
    282281<indexterm zone="ch-system-e2fsprogs mkfs.ext3"><primary
    283282sortas="b-mkfs.ext3">mkfs.ext3</primary></indexterm>
     
    288287<term><command>mklost+found</command></term>
    289288<listitem>
    290 <para>used to create a <filename class="directory">lost+found</filename>
    291 directory on an <systemitem class="filesystem">ext2</systemitem> file system.
    292 It pre-allocates disk blocks to this directory to lighten the task of
    293 <command>e2fsck</command>.</para>
     289<para>Used to create a <filename class="directory">lost+found</filename>
     290directory on an <systemitem class="filesystem">ext2</systemitem> file system;
     291it pre-allocates disk blocks to this directory to lighten the task of
     292<command>e2fsck</command></para>
    294293<indexterm zone="ch-system-e2fsprogs mklost-found"><primary sortas="b-mklost+found">mklost+found</primary></indexterm>
    295294</listitem>
     
    299298<term><command>resize2fs</command></term>
    300299<listitem>
    301 <para>can be used to enlarge or shrink an <systemitem
    302 class="filesystem">ext2</systemitem> file system.</para>
     300<para>Can be used to enlarge or shrink an <systemitem
     301class="filesystem">ext2</systemitem> file system</para>
    303302<indexterm zone="ch-system-e2fsprogs resize2fs"><primary sortas="b-resize2fs">resize2fs</primary></indexterm>
    304303</listitem>
     
    308307<term><command>tune2fs</command></term>
    309308<listitem>
    310 <para>adjusts tunable file system parameters on an <systemitem
    311 class="filesystem">ext2</systemitem> file system.</para>
     309<para>Adjusts tunable file system parameters on an <systemitem
     310class="filesystem">ext2</systemitem> file system</para>
    312311<indexterm zone="ch-system-e2fsprogs tune2fs"><primary sortas="b-tune2fs">tune2fs</primary></indexterm>
    313312</listitem>
     
    317316<term><command>uuidgen</command></term>
    318317<listitem>
    319 <para>creates new UUIDs. Each new UUID can reasonably be considered unique
     318<para>Creates new UUIDs. Each new UUID can reasonably be considered unique
    320319among all UUIDs created, on the local system and on other systems, in the
    321 past and in the future.</para>
     320past and in the future</para>
    322321<indexterm zone="ch-system-e2fsprogs uuidgen"><primary sortas="b-uuidgen">uuidgen</primary></indexterm>
    323322</listitem>
     
    327326<term><filename class="libraryfile">libblkid</filename></term>
    328327<listitem>
    329 <para>contains routines for device identification and token extraction.</para>
     328<para>Contains routines for device identification and token extraction</para>
    330329<indexterm zone="ch-system-e2fsprogs libblkid"><primary sortas="c-libblkid">libblkid</primary></indexterm>
    331330</listitem>
     
    335334<term><filename class="libraryfile">libcom_err</filename></term>
    336335<listitem>
    337 <para>the common error display routine.</para>
     336<para>The common error display routine</para>
    338337<indexterm zone="ch-system-e2fsprogs libcom_err"><primary sortas="c-libcom_err">libcom_err</primary></indexterm>
    339338</listitem>
     
    343342<term><filename class="libraryfile">libe2p</filename></term>
    344343<listitem>
    345 <para>used by <command>dumpe2fs</command>, <command>chattr</command>,
    346 and <command>lsattr</command>.</para>
     344<para>Used by <command>dumpe2fs</command>, <command>chattr</command>,
     345and <command>lsattr</command></para>
    347346<indexterm zone="ch-system-e2fsprogs libe2p"><primary sortas="c-libe2p">libe2p</primary></indexterm>
    348347<beginpage/></listitem>
     
    352351<term><filename class="libraryfile">libext2fs</filename></term>
    353352<listitem>
    354 <para>contains routines to enable user-level programs to manipulate an
    355 <systemitem class="filesystem">ext2</systemitem> file system.</para>
     353<para>Contains routines to enable user-level programs to manipulate an
     354<systemitem class="filesystem">ext2</systemitem> file system</para>
    356355<indexterm zone="ch-system-e2fsprogs libext2fs"><primary sortas="c-libext2fs">libext2fs</primary></indexterm>
    357356</listitem>
     
    361360<term><filename class="libraryfile">libss</filename></term>
    362361<listitem>
    363 <para>used by <command>debugfs</command>.</para>
     362<para>Used by <command>debugfs</command></para>
    364363<indexterm zone="ch-system-e2fsprogs libss"><primary sortas="c-libss">libss</primary></indexterm>
    365364</listitem>
     
    369368<term><filename class="libraryfile">libuuid</filename></term>
    370369<listitem>
    371 <para>contains routines for generating unique identifiers for objects
    372 that may be accessible beyond the local system.</para>
     370<para>Contains routines for generating unique identifiers for objects
     371that may be accessible beyond the local system</para>
    373372<indexterm zone="ch-system-e2fsprogs libuuid"><primary sortas="c-libuuid">libuuid</primary></indexterm>
    374373</listitem>
Note: See TracChangeset for help on using the changeset viewer.