glfs/postlfs/filesystems/reiser/reiser-desc.xml
Larry Lawrence f7b26fb7d1 update to reiserfs-3.6.11
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1053 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-13 03:04:22 +00:00

42 lines
1.3 KiB
XML

<sect2>
<title>Contents</title>
<para>reiserfsprogs 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 reiserfs filesystems. If it is called without options it prints the super
block of any reiserfs filesystem found on the device.</para></sect3>
<sect3><title>mkreiserfs</title>
<para><command>mkreiserfs</command> creates a reiserfs file system.</para>
</sect3>
<sect3><title>reiserfsck</title>
<para><command>reiserfsck</command> checks a reiserfs file system.</para>
</sect3>
<sect3><title>reiserfstune</title>
<para><command>reiserfstune</command> is used for tuning the ReiserFS 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
reiserfs file system.</para></sect3>
<sect3><title>unpack</title>
<para>The <command>unpack</command> utility can be used to dump reiserfs
filesystem information to files for debugging, much like debugreiserfs.
</para></sect3>
</sect2>