2004-06-10 10:40:59 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2005-05-14 02:35:51 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
2005-04-04 04:52:42 +08:00
|
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
2004-06-10 10:40:59 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
|
|
|
<!ENTITY reiser-download-http "http://ftp.namesys.com/pub/reiserfsprogs/reiserfsprogs-&reiser-version;.tar.gz">
|
|
|
|
<!ENTITY reiser-download-ftp "ftp://ftp.namesys.com/pub/reiserfsprogs/reiserfsprogs-&reiser-version;.tar.gz">
|
2005-02-05 03:15:08 +08:00
|
|
|
<!ENTITY reiser-md5sum "b42cf15f6651c3ceff5cb84996c0d539">
|
2004-06-17 11:24:33 +08:00
|
|
|
<!ENTITY reiser-size "400 KB">
|
2005-01-28 02:24:29 +08:00
|
|
|
<!ENTITY reiser-buildsize "7.9 MB">
|
2004-06-10 10:40:59 +08:00
|
|
|
<!ENTITY reiser-time "0.16 SBU">
|
|
|
|
]>
|
|
|
|
|
2003-09-27 02:58:36 +08:00
|
|
|
<sect1 id="reiserfs" xreflabel="ReiserFS-&reiser-version;">
|
2005-05-14 02:35:51 +08:00
|
|
|
<?dbhtml filename="reiserfs.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
2005-12-08 02:47:32 +08:00
|
|
|
<keywordset>
|
|
|
|
<keyword role="package">reiserfsprogs-&reiser-version;.tar</keyword>
|
2005-12-09 04:31:22 +08:00
|
|
|
<keyword role="ftpdir">reiserfsprogs</keyword>
|
2005-12-08 02:47:32 +08:00
|
|
|
</keywordset>
|
2005-05-14 02:35:51 +08:00
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>ReiserFS-&reiser-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="reiserfs">
|
|
|
|
<primary sortas="a-ReiserFS">ReiserFS</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to ReiserFS</title>
|
|
|
|
|
2005-05-31 05:58:03 +08:00
|
|
|
<para>The <application>ReiserFS</application> package contains various
|
2005-05-14 02:35:51 +08:00
|
|
|
utilities for use with the Reiser file system.</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<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>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of ReiserFS</title>
|
|
|
|
|
2005-05-31 05:58:03 +08:00
|
|
|
<para>Install <application>ReiserFS</application> by running the following
|
2005-05-14 02:35:51 +08:00
|
|
|
commands:</para>
|
|
|
|
|
|
|
|
<screen><userinput>./configure --prefix=/usr --sbindir=/sbin &&
|
|
|
|
make</userinput></screen>
|
|
|
|
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>make install &&
|
2004-06-10 10:40:59 +08:00
|
|
|
ln -sf reiserfsck /sbin/fsck.reiserfs &&
|
2005-05-14 02:35:51 +08:00
|
|
|
ln -sf mkreiserfs /sbin/mkfs.reiserfs</userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
|
|
|
<para><parameter>--prefix=/usr</parameter>: This ensures that
|
|
|
|
the manual pages are installed in the correct location while still
|
2005-05-31 05:58:03 +08:00
|
|
|
installing the programs in <filename class="directory">/sbin</filename> as
|
2005-05-14 02:35:51 +08:00
|
|
|
they should be.</para>
|
|
|
|
|
|
|
|
<para><parameter>--sbindir=/sbin</parameter>: This ensures that the
|
2005-05-31 05:58:03 +08:00
|
|
|
<application>ReiserFS</application> utilities are installed in
|
2005-05-14 02:35:51 +08:00
|
|
|
<filename class="directory">/sbin</filename> as they should be.</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
2005-05-31 05:58:03 +08:00
|
|
|
<seg>debugreiserfs, mkreiserfs, reiserfsck, reiserfstune, and
|
2005-05-14 02:35:51 +08:00
|
|
|
resize_reiserfs</seg>
|
|
|
|
<seg>None</seg>
|
|
|
|
<seg>None</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="debugreiserfs">
|
|
|
|
<term><command>debugreiserfs</command></term>
|
|
|
|
<listitem>
|
2005-05-31 05:58:03 +08:00
|
|
|
<para>can sometimes help to solve problems with
|
|
|
|
<application>ReiserFS</application> file systems. If it is called
|
2005-07-27 05:42:38 +08:00
|
|
|
without options, it prints the super block of any
|
|
|
|
<application>ReiserFS</application> file
|
2005-05-14 02:35:51 +08:00
|
|
|
system found on the device.</para>
|
|
|
|
<indexterm zone="reiserfs debugreiserfs">
|
|
|
|
<primary sortas="b-debugreiserfs">debugreiserfs</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="mkreiserfs">
|
|
|
|
<term><command>mkreiserfs</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>creates a <application>ReiserFS</application> file system.</para>
|
|
|
|
<indexterm zone="reiserfs mkreiserfs">
|
|
|
|
<primary sortas="b-mkreiserfs">mkreiserfs</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="reiserfsck">
|
|
|
|
<term><command>reiserfsck</command></term>
|
|
|
|
<listitem>
|
2005-05-31 05:58:03 +08:00
|
|
|
<para>is used to check or repair a
|
2005-05-14 02:35:51 +08:00
|
|
|
<application>ReiserFS</application> file system.</para>
|
|
|
|
<indexterm zone="reiserfs reiserfsck">
|
|
|
|
<primary sortas="b-reiserfsck">reiserfsck</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="reiserfstune">
|
|
|
|
<term><command>reiserfstune</command></term>
|
|
|
|
<listitem>
|
2005-05-31 00:03:52 +08:00
|
|
|
<para>is used for tuning the <application>ReiserFS</application>
|
2005-05-31 05:58:03 +08:00
|
|
|
journal. <emphasis>WARNING</emphasis>: Don't use this utility without
|
2005-05-14 02:35:51 +08:00
|
|
|
first reading the man page thoroughly.</para>
|
|
|
|
<indexterm zone="reiserfs reiserfstune">
|
|
|
|
<primary sortas="b-reiserfstune">reiserfstune</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="resize_reiserfs">
|
|
|
|
<term><command>resize_reiserfs</command></term>
|
|
|
|
<listitem>
|
2005-05-31 05:58:03 +08:00
|
|
|
<para>is used to resize an unmounted
|
2005-05-14 02:35:51 +08:00
|
|
|
<application>ReiserFS</application> file system.</para>
|
|
|
|
<indexterm zone="reiserfs resize_reiserfs">
|
|
|
|
<primary sortas="b-resize_reiserfs">resize_reiserfs</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
</sect1>
|