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/jfs.xml

    r9bd10279 r29244b7  
    3030    <title>Introduction to jfsutils</title>
    3131
    32     <para>The <application>jfsutils</application> package contains administration
    33     and debugging tools for the jfs file system.</para>
     32    <para>
     33      The <application>jfsutils</application> package contains administration
     34      and debugging tools for the jfs file system.
     35    </para>
    3436
    3537    &lfs91_checked;
     
    3840    <itemizedlist spacing="compact">
    3941      <listitem>
    40         <para>Download (HTTP): <ulink url="&jfsutils-download-http;"/></para>
    41       </listitem>
    42       <listitem>
    43         <para>Download (FTP): <ulink url="&jfsutils-download-ftp;"/></para>
    44       </listitem>
    45       <listitem>
    46         <para>Download MD5 sum: &jfsutils-md5sum;</para>
    47       </listitem>
    48       <listitem>
    49         <para>Download size: &jfsutils-size;</para>
    50       </listitem>
    51       <listitem>
    52         <para>Estimated disk space required: &jfsutils-buildsize;</para>
    53       </listitem>
    54       <listitem>
    55         <para>Estimated build time: &jfsutils-time;</para>
     42        <para>
     43          Download (HTTP): <ulink url="&jfsutils-download-http;"/>
     44        </para>
     45      </listitem>
     46      <listitem>
     47        <para>
     48          Download (FTP): <ulink url="&jfsutils-download-ftp;"/>
     49        </para>
     50      </listitem>
     51      <listitem>
     52        <para>
     53          Download MD5 sum: &jfsutils-md5sum;
     54        </para>
     55      </listitem>
     56      <listitem>
     57        <para>
     58          Download size: &jfsutils-size;
     59        </para>
     60      </listitem>
     61      <listitem>
     62        <para>
     63          Estimated disk space required: &jfsutils-buildsize;
     64        </para>
     65      </listitem>
     66      <listitem>
     67        <para>
     68          Estimated build time: &jfsutils-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;
     
    8096    <title>Installation of jfsutils</title>
    8197
    82     <para>Install <application>jfsutils</application> by running the following
    83     commands:</para>
     98    <para>
     99      Install <application>jfsutils</application> by running the following
     100      commands:
     101    </para>
    84102
    85103<screen><userinput>sed -i "/unistd.h/a#include &lt;sys/types.h&gt;"    fscklog/extract.c &amp;&amp;
     
    89107make</userinput></screen>
    90108
    91     <para>This package does not come with a test suite.</para>
    92 
    93     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     109    <para>
     110      This package does not come with a test suite.
     111    </para>
     112
     113    <para>
     114      Now, as the <systemitem class="username">root</systemitem> user:
     115    </para>
    94116
    95117<screen role="root"><userinput>make install</userinput></screen>
     
    130152        <term><command>fsck.jfs</command></term>
    131153        <listitem>
    132           <para>is used to replay the JFS transaction log, check a
    133           JFS formatted device for errors, and fix any errors found.</para>
     154          <para>
     155            is used to replay the JFS transaction log, check a
     156            JFS formatted device for errors, and fix any errors found.
     157          </para>
    134158          <indexterm zone="jfsutils fsck.jfs">
    135159            <primary sortas="b-fsck.jfs">fsck.jfs</primary>
     
    141165        <term><command>jfs_fsck</command></term>
    142166        <listitem>
    143           <para>is a hard link to fsck.jfs.</para>
     167          <para>
     168            is a hard link to fsck.jfs.
     169          </para>
    144170          <indexterm zone="jfsutils jfs_fsck">
    145171            <primary sortas="b-jfs_fsck">jfs_fsck</primary>
     
    151177        <term><command>mkfs.jfs</command></term>
    152178        <listitem>
    153           <para>constructs an JFS file system.</para>
     179          <para>
     180            constructs an JFS file system.
     181          </para>
    154182          <indexterm zone="jfsutils mkfs.jfs">
    155183            <primary sortas="b-mkfs.jfs">mkfs.jfs</primary>
     
    161189        <term><command>jfs_mkfs</command></term>
    162190        <listitem>
    163           <para>is a hard link to mkfs.jfs.</para>
     191          <para>
     192            is a hard link to mkfs.jfs.
     193          </para>
    164194          <indexterm zone="jfsutils jfs_mkfs">
    165195            <primary sortas="b-jfs_mkfs">jfs_mkfs</primary>
     
    171201        <term><command>jfs_debugfs</command></term>
    172202        <listitem>
    173           <para>is a program which can be used to perform various low-level
    174           actions on a JFS formatted device.</para>
     203          <para>
     204            is a program which can be used to perform various low-level
     205            actions on a JFS formatted device.
     206          </para>
    175207          <indexterm zone="jfsutils jfs_debugfs">
    176208            <primary sortas="b-jfs_debugfs">jfs_debugfs</primary>
     
    182214        <term><command>jfs_fscklog</command></term>
    183215        <listitem>
    184           <para>extracts a JFS fsck service log into a file and/or formats and
    185           displays the extracted file.</para>
     216          <para>
     217            extracts a JFS fsck service log into a file and/or formats and
     218            displays the extracted file.
     219          </para>
    186220          <indexterm zone="jfsutils jfs_fscklog">
    187221            <primary sortas="b-jfs_fscklog">jfs_fscklog</primary>
     
    193227        <term><command>jfs_logdump</command></term>
    194228        <listitem>
    195           <para>dumps the contents of the journal log from the specified
    196           JFS formatted device into output file ./jfslog.dmp.</para>
     229          <para>
     230            dumps the contents of the journal log from the specified
     231            JFS formatted device into output file ./jfslog.dmp.
     232          </para>
    197233          <indexterm zone="jfsutils jfs_logdump">
    198234            <primary sortas="b-jfs_logdump">jfs_logdump</primary>
     
    204240        <term><command>jfs_tune</command></term>
    205241        <listitem>
    206           <para>adjusts tunable file system parameters on JFS file systems.</para>
     242          <para>
     243            adjusts tunable file system parameters on JFS file systems.
     244          </para>
    207245          <indexterm zone="jfsutils jfs_tune">
    208246            <primary sortas="b-jfs_tune">jfs_tune</primary>
Note: See TracChangeset for help on using the changeset viewer.