Tagged reiser.xml

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4193 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Manuel Canales Esparcia 2005-05-13 18:35:51 +00:00
parent 22c910a7da
commit bd46ff4d02

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent"> <!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities; %general-entities;
@ -13,139 +13,161 @@
]> ]>
<sect1 id="reiserfs" xreflabel="ReiserFS-&reiser-version;"> <sect1 id="reiserfs" xreflabel="ReiserFS-&reiser-version;">
<sect1info> <?dbhtml filename="reiserfs.html"?>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="reiserfs.html"?>
<title>ReiserFS-&reiser-version;</title>
<indexterm zone="reiserfs">
<primary sortas="a-ReiserFS">ReiserFS</primary>
</indexterm>
<sect2> <sect1info>
<title>Introduction to <application>ReiserFS</application></title> <othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<para>The <application>ReiserFS</application> package contains various <title>ReiserFS-&reiser-version;</title>
utilities for use with the Reiser file system.</para>
<sect3><title>Package information</title> <indexterm zone="reiserfs">
<itemizedlist spacing='compact'> <primary sortas="a-ReiserFS">ReiserFS</primary>
<listitem><para>Download (HTTP): <ulink </indexterm>
url="&reiser-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&reiser-download-ftp;"/></para></listitem>
<listitem><para>Download MD5 sum: &reiser-md5sum;</para></listitem>
<listitem><para>Download size: &reiser-size;</para></listitem>
<listitem><para>Estimated disk space required:
&reiser-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&reiser-time;</para></listitem></itemizedlist>
</sect3>
</sect2> <sect2 role="package">
<title>Introduction to ReiserFS</title>
<sect2> <para>The <application>ReiserFS</application> package contains various
<title>Installation of <application>ReiserFS</application></title> utilities for use with the Reiser file system.</para>
<para>Install <application>ReiserFS</application> by running the following <bridgehead renderas="sect3">Package Information</bridgehead>
commands:</para> <itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&reiser-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&reiser-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &reiser-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &reiser-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &reiser-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &reiser-time;</para>
</listitem>
</itemizedlist>
<screen><userinput><command>./configure --prefix=/usr --sbindir=/sbin &amp;&amp; </sect2>
make</command></userinput></screen>
<para>Now, as the root user:</para> <sect2 role="installation">
<title>Installation of ReiserFS</title>
<screen><userinput role='root'><command>make install &amp;&amp; <para>Install <application>ReiserFS</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr --sbindir=/sbin &amp;&amp;
make</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install &amp;&amp;
ln -sf reiserfsck /sbin/fsck.reiserfs &amp;&amp; ln -sf reiserfsck /sbin/fsck.reiserfs &amp;&amp;
ln -sf mkreiserfs /sbin/mkfs.reiserfs</command></userinput></screen> ln -sf mkreiserfs /sbin/mkfs.reiserfs</userinput></screen>
</sect2> </sect2>
<sect2> <sect2 role="commands">
<title>Command explanations</title> <title>Command Explanations</title>
<para><parameter>--prefix=/usr</parameter>: This ensures that <para><parameter>--prefix=/usr</parameter>: This ensures that
the manual pages are installed in the correct location while still the manual pages are installed in the correct location while still
installing the programs in <filename class="directory">/sbin</filename> as installing the programs in <filename class="directory">/sbin</filename> as
they should be.</para> they should be.</para>
<para><parameter>--sbindir=/sbin</parameter>: This ensures that the <para><parameter>--sbindir=/sbin</parameter>: This ensures that the
<application>ReiserFS</application> utilities are installed in <application>ReiserFS</application> utilities are installed in
<filename class="directory">/sbin</filename> as they should be.</para> <filename class="directory">/sbin</filename> as they should be.</para>
</sect2> </sect2>
<sect2> <sect2 role="content">
<title>Contents</title> <title>Contents</title>
<segmentedlist> <segmentedlist>
<segtitle>Installed Programs</segtitle> <segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle> <segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle> <segtitle>Installed Directories</segtitle>
<seglistitem> <seglistitem>
<seg>debugreiserfs, mkreiserfs, reiserfsck, reiserfstune and <seg>debugreiserfs, mkreiserfs, reiserfsck, reiserfstune, and
resize_reiserfs</seg> resize_reiserfs</seg>
<seg>None</seg> <seg>None</seg>
<seg>None</seg> <seg>None</seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>
<variablelist> <variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead> <bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?> <?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="debugreiserfs"> <varlistentry id="debugreiserfs">
<term><command>debugreiserfs</command></term> <term><command>debugreiserfs</command></term>
<listitem><para>can sometimes help to solve problems with <listitem>
<application>ReiserFS</application> file systems. If it is called without <para>can sometimes help to solve problems with
options, it prints the super block of any reiserfs file system found on the <application>ReiserFS</application> file systems. If it is called
device.</para> without options, it prints the super block of any reiserfs file
<indexterm zone="reiserfs debugreiserfs"> system found on the device.</para>
<primary sortas="b-debugreiserfs">debugreiserfs</primary> <indexterm zone="reiserfs debugreiserfs">
</indexterm></listitem> <primary sortas="b-debugreiserfs">debugreiserfs</primary>
</varlistentry> </indexterm>
</listitem>
</varlistentry>
<varlistentry id="mkreiserfs"> <varlistentry id="mkreiserfs">
<term><command>mkreiserfs</command></term> <term><command>mkreiserfs</command></term>
<listitem><para>creates a <application>ReiserFS</application> file <listitem>
system.</para> <para>creates a <application>ReiserFS</application> file system.</para>
<indexterm zone="reiserfs mkreiserfs"> <indexterm zone="reiserfs mkreiserfs">
<primary sortas="b-mkreiserfs">mkreiserfs</primary> <primary sortas="b-mkreiserfs">mkreiserfs</primary>
</indexterm></listitem> </indexterm>
</varlistentry> </listitem>
</varlistentry>
<varlistentry id="reiserfsck"> <varlistentry id="reiserfsck">
<term><command>reiserfsck</command></term> <term><command>reiserfsck</command></term>
<listitem><para>is used to check or repair a <listitem>
<application>ReiserFS</application> file system.</para> <para>is used to check or repair a
<indexterm zone="reiserfs reiserfsck"> <application>ReiserFS</application> file system.</para>
<primary sortas="b-reiserfsck">reiserfsck</primary> <indexterm zone="reiserfs reiserfsck">
</indexterm></listitem> <primary sortas="b-reiserfsck">reiserfsck</primary>
</varlistentry> </indexterm>
</listitem>
</varlistentry>
<varlistentry id="reiserfstune"> <varlistentry id="reiserfstune">
<term><command>reiserfstune</command></term> <term><command>reiserfstune</command></term>
<listitem><para>is used for tuning the <application>ReiserFS</application> <listitem>
journal. <emphasis>WARNING</emphasis>: Don't use this utility without first <para>is used for tuning the <application>ReiserFS</application>
reading the man page thoroughly.</para> journal. <emphasis>WARNING</emphasis>: Don't use this utility without
<indexterm zone="reiserfs reiserfstune"> first reading the man page thoroughly.</para>
<primary sortas="b-reiserfstune">reiserfstune</primary> <indexterm zone="reiserfs reiserfstune">
</indexterm></listitem> <primary sortas="b-reiserfstune">reiserfstune</primary>
</varlistentry> </indexterm>
</listitem>
</varlistentry>
<varlistentry id="resize_reiserfs"> <varlistentry id="resize_reiserfs">
<term><command>resize_reiserfs</command></term> <term><command>resize_reiserfs</command></term>
<listitem><para>is used to resize an unmounted <listitem>
<application>ReiserFS</application> file system.</para> <para>is used to resize an unmounted
<indexterm zone="reiserfs resize_reiserfs"> <application>ReiserFS</application> file system.</para>
<primary sortas="b-resize_reiserfs">resize_reiserfs</primary> <indexterm zone="reiserfs resize_reiserfs">
</indexterm></listitem> <primary sortas="b-resize_reiserfs">resize_reiserfs</primary>
</varlistentry> </indexterm>
</variablelist> </listitem>
</varlistentry>
</sect2> </variablelist>
</sect2>
</sect1> </sect1>