Ignore:
Timestamp:
03/25/2020 09:46:27 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f716ef4
Parents:
9bd10279
Message:

format filesystems chapter

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22895 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/dosfstools.xml

    r9bd10279 r29244b7  
    3030    <title>Introduction to dosfstools</title>
    3131
    32     <para>The <application>dosfstools</application> package contains various
    33     utilities for use with the FAT family of file systems.</para>
     32    <para>
     33      The <application>dosfstools</application> package contains various
     34      utilities for use with the FAT family of file systems.
     35    </para>
    3436
    3537    &lfs91_checked;
     
    3840    <itemizedlist spacing="compact">
    3941      <listitem>
    40         <para>Download (HTTP): <ulink url="&dosfstools-download-http;"/></para>
     42        <para>
     43          Download (HTTP): <ulink url="&dosfstools-download-http;"/>
     44        </para>
    4145      </listitem>
    4246      <listitem>
    43         <para>Download (FTP): <ulink url="&dosfstools-download-ftp;"/></para>
     47        <para>
     48          Download (FTP): <ulink url="&dosfstools-download-ftp;"/>
     49        </para>
    4450      </listitem>
    4551      <listitem>
    46         <para>Download MD5 sum: &dosfstools-md5sum;</para>
     52        <para>
     53          Download MD5 sum: &dosfstools-md5sum;
     54        </para>
    4755      </listitem>
    4856      <listitem>
    49         <para>Download size: &dosfstools-size;</para>
     57        <para>
     58          Download size: &dosfstools-size;
     59        </para>
    5060      </listitem>
    5161      <listitem>
    52         <para>Estimated disk space required: &dosfstools-buildsize;</para>
     62        <para>
     63          Estimated disk space required: &dosfstools-buildsize;
     64        </para>
    5365      </listitem>
    5466      <listitem>
    55         <para>Estimated build time: &dosfstools-time;</para>
     67        <para>
     68          Estimated build time: &dosfstools-time;
     69        </para>
    5670      </listitem>
    5771    </itemizedlist>
     
    6579    <title>Kernel Configuration</title>
    6680
    67     <para>Enable the following option in the kernel configuration
    68     and recompile the kernel:</para>
     81    <para>
     82      Enable the following option in the kernel configuration
     83      and recompile the kernel:
     84    </para>
    6985
    7086<screen><literal>File systems ---&gt;
     
    8298    <title>Installation of dosfstools</title>
    8399
    84     <para>Install <application>dosfstools</application> by running the
    85     following commands:</para>
     100    <para>
     101      Install <application>dosfstools</application> by running the
     102      following commands:
     103    </para>
    86104
    87105<screen><userinput>./configure --prefix=/               \
     
    91109make</userinput></screen>
    92110
    93     <para>This package does not come with a test suite.</para>
     111    <para>
     112      This package does not come with a test suite.
     113    </para>
    94114
    95     <para>Now, as the <systemitem class="username">root</systemitem>
    96     user:</para>
     115    <para>
     116      Now, as the <systemitem class="username">root</systemitem> user:
     117    </para>
    97118
    98119<screen role="root"><userinput>make install</userinput></screen>
     
    135156        <term><command>fatlabel</command></term>
    136157        <listitem>
    137           <para>set or get a MS-DOS filesystem label from a given
    138           device</para>
     158          <para>
     159            sets or gets a MS-DOS filesystem label from a given device.
     160          </para>
    139161          <indexterm zone="dosfstools fatlabel">
    140162            <primary sortas="b-fatlabel">fatlabel</primary>
     
    146168        <term><command>fsck.fat</command></term>
    147169        <listitem>
    148           <para>check and repair MS-DOS filesystems</para>
     170          <para>
     171            checks and repairs MS-DOS filesystems.
     172          </para>
    149173          <indexterm zone="dosfstools fsckfat">
    150174            <primary sortas="b-fsckfat">fsck.fat</primary>
     
    156180        <term><command>mkfs.fat</command></term>
    157181        <listitem>
    158           <para>create an MS-DOS filesystem under Linux</para>
     182          <para>
     183            creates an MS-DOS filesystem under Linux.
     184          </para>
    159185          <indexterm zone="dosfstools mkfsfat">
    160186            <primary sortas="b-mkfsfat">mkfs.fat</primary>
Note: See TracChangeset for help on using the changeset viewer.