glfs/postlfs/filesystems/reiser/reiser-desc.xml
Larry Lawrence 666f6de69c filesystem->file system, bootdisk->boot disk, other spelling
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1275 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-10-03 02:12:31 +00:00

48 lines
1.5 KiB
XML

<sect2>
<title>Contents</title>
<para><application>ReiserFS</application> contains <command>debugreiserfs</command>,
<command>mkreiserfs</command>, <command>reiserfsck</command>,
<command>resize_reiserfs</command> and
<command>unpack</command>.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>debugreiserfs</title>
<para><command>debugreiserfs</command> can sometimes help to solve problems
with <application>ReiserFS</application> file systems. If it is called without
options it prints the super
block of any reiserfs file system found on the device.</para></sect3>
<sect3><title>mkreiserfs</title>
<para><command>mkreiserfs</command> creates a
<application>ReiserFS</application> file system.</para>
</sect3>
<sect3><title>reiserfsck</title>
<para><command>reiserfsck</command> checks a
<application>ReiserFS</application> file system.</para>
</sect3>
<sect3><title>reiserfstune</title>
<para><command>reiserfstune</command> is used for tuning the
<application>ReiserFS</application> journal.
<emphasis>WARNING</emphasis>: Don't use this utility without first reading the
man page thoroughly.</para></sect3>
<sect3><title>resize_reiserfs</title>
<para><command>resize_reiserfs</command> is used to resize an unmounted
<application>ReiserFS</application> file system.</para></sect3>
<sect3><title>unpack</title>
<para>The <command>unpack</command> utility can be used to dump
<application>ReiserFS</application>
file system information to files for debugging, much like
<command>debugreiserfs</command>.
</para></sect3>
</sect2>