Ignore:
Timestamp:
06/10/2004 02:40:59 AM (20 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5f610523
Parents:
add4a24
Message:

Initial update with new xml style

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2285 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/reiser.xml

    radd4a24 r4122007  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7  <!ENTITY reiser-download-http "http://ftp.namesys.com/pub/reiserfsprogs/reiserfsprogs-&reiser-version;.tar.gz">
     8  <!ENTITY reiser-download-ftp "ftp://ftp.namesys.com/pub/reiserfsprogs/reiserfsprogs-&reiser-version;.tar.gz">
     9  <!ENTITY reiser-size "388 KB">
     10  <!ENTITY reiser-buildsize "9.4 MB">
     11  <!ENTITY reiser-time "0.16 SBU">
     12]>
     13
    114<sect1 id="reiserfs" xreflabel="ReiserFS-&reiser-version;">
    215<?dbhtml filename="reiserfs.html"?>
    316<title>ReiserFS-&reiser-version;</title>
    417
    5 &reiser-intro;
    6 &reiser-inst;
    7 &reiser-exp;
    8 &reiser-desc;
     18<sect2>
     19<title>Introduction to <application>ReiserFS</application></title>
     20
     21<para>The <application>ReiserFS</application> package contains various
     22utilities for use with the Reiser file system.</para>
     23
     24<sect3><title>Package information</title>
     25<itemizedlist spacing='compact'>
     26<listitem><para>Download (HTTP): <ulink
     27url="&reiser-download-http;"/></para></listitem>
     28<listitem><para>Download (FTP): <ulink
     29url="&reiser-download-ftp;"/></para></listitem>
     30<listitem><para>Download size: &reiser-size;</para></listitem>
     31<listitem><para>Estimated Disk space required:
     32&reiser-buildsize;</para></listitem>
     33<listitem><para>Estimated build time:
     34&reiser-time;</para></listitem></itemizedlist>
     35</sect3>
     36
     37</sect2>
     38
     39<sect2>
     40<title>Installation of <application>ReiserFS</application></title>
     41
     42<para>Install <application>ReiserFS</application> by running the following
     43commands:</para>
     44
     45<screen><userinput><command>./configure --prefix=/usr --sbindir=/sbin &amp;&amp;
     46make &amp;&amp;
     47make install &amp;&amp;
     48ln -sf reiserfsck /sbin/fsck.reiserfs &amp;&amp;
     49ln -sf mkreiserfs /sbin/mkfs.reiserfs</command></userinput></screen>
     50
     51</sect2>
     52
     53<sect2>
     54<title>Command explanations</title>
     55
     56<para><parameter>--prefix=/usr</parameter>: This ensures that
     57the manual pages are installed in the correct location while still
     58installing the programs in <filename class="directory">/sbin</filename> as they should
     59be.</para>
     60
     61<para><parameter>--sbindir=/sbin</parameter>: This ensures that the
     62<application>ReiserFS</application>
     63utilities are installed in <filename class="directory">/sbin</filename> as they should be.</para>
     64
     65</sect2>
     66
     67<sect2>
     68<title>Contents</title>
     69
     70<para><application>ReiserFS</application> contains <command>debugreiserfs</command>,
     71<command>mkreiserfs</command>, <command>reiserfsck</command>,
     72<command>resize_reiserfs</command> and
     73<command>unpack</command>.</para>
     74
     75</sect2>
     76
     77<sect2><title>Description</title>
     78
     79<sect3><title>debugreiserfs</title>
     80
     81<para><command>debugreiserfs</command> can sometimes help to solve problems
     82with <application>ReiserFS</application> file systems.  If it is called without
     83options, it prints the super block of any reiserfs file system found on the
     84device.</para></sect3>
     85
     86<sect3><title>mkreiserfs</title>
     87<para><command>mkreiserfs</command> creates a
     88<application>ReiserFS</application> file system.</para>
     89</sect3>
     90
     91<sect3><title>reiserfsck</title>
     92<para><command>reiserfsck</command> checks a
     93<application>ReiserFS</application> file system.</para>
     94</sect3>
     95
     96<sect3><title>reiserfstune</title>
     97<para><command>reiserfstune</command> is used for tuning the
     98<application>ReiserFS</application> journal. 
     99<emphasis>WARNING</emphasis>: Don't use this utility without first reading the
     100man page thoroughly.</para></sect3>
     101
     102<sect3><title>resize_reiserfs</title>
     103<para><command>resize_reiserfs</command> is used to resize an unmounted
     104<application>ReiserFS</application> file system.</para></sect3>
     105
     106<sect3><title>unpack</title>
     107<para>The <command>unpack</command> utility can be used to dump
     108<application>ReiserFS</application>
     109file system information to files for debugging, much like
     110<command>debugreiserfs</command>.
     111</para></sect3>
     112
     113</sect2>
    9114
    10115</sect1>
Note: See TracChangeset for help on using the changeset viewer.