source: postlfs/filesystems/reiser.xml@ 0b6100e

6.3
Last change on this file since 0b6100e was 0b6100e, checked in by Randy McMurchy <randy@…>, 16 years ago

Changed hard-coded URLs to use the Anduin entity

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

  • Property mode set to 100644
File size: 6.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY reiser-download-http "&sources-anduin-http;/r/reiserfsprogs-&reiser-version;.tar.gz">
8 <!ENTITY reiser-download-ftp "&sources-anduin-ftp;/r/reiserfsprogs-&reiser-version;.tar.gz">
9 <!-- Change the directory to http://www.kernel.org/pub/linux/utils/fs/reiserfs when they
10 get 3.6.20 in there -->
11 <!ENTITY reiser-md5sum "3b3392f59c5d302cf858bc4cf194b258">
12 <!ENTITY reiser-size "500 KB">
13 <!ENTITY reiser-buildsize "8 MB">
14 <!ENTITY reiser-time "0.2 SBU">
15]>
16
17<sect1 id="reiserfs" xreflabel="ReiserFS-&reiser-version;">
18 <?dbhtml filename="reiserfs.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>ReiserFS-&reiser-version;</title>
26
27 <indexterm zone="reiserfs">
28 <primary sortas="a-ReiserFS">ReiserFS</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to ReiserFS</title>
33
34 <para>The <application>ReiserFS</application> package contains various
35 utilities for use with the Reiser file system.</para>
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&reiser-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&reiser-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &reiser-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &reiser-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &reiser-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &reiser-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <para condition="html" role="usernotes">User Notes:
60 <ulink url="&blfs-wiki;/reiser"/></para>
61
62 </sect2>
63
64 <sect2 role="installation">
65 <title>Installation of ReiserFS</title>
66
67 <para>Install <application>ReiserFS</application> by running the following
68 commands:</para>
69
70<screen><userinput>./configure --prefix=/usr --sbindir=/sbin &amp;&amp;
71make</userinput></screen>
72
73 <para>This package does not come with a test suite.</para>
74
75 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
76
77<screen role="root"><userinput>make install &amp;&amp;
78ln -sf reiserfsck /sbin/fsck.reiserfs &amp;&amp;
79ln -sf mkreiserfs /sbin/mkfs.reiserfs</userinput></screen>
80
81 </sect2>
82
83 <sect2 role="commands">
84 <title>Command Explanations</title>
85
86 <para><parameter>--prefix=/usr</parameter>: This ensures that
87 the manual pages are installed in the correct location while still
88 installing the programs in <filename class="directory">/sbin</filename> as
89 they should be.</para>
90
91 <para><parameter>--sbindir=/sbin</parameter>: This ensures that the
92 <application>ReiserFS</application> utilities are installed in
93 <filename class="directory">/sbin</filename> as they should be.</para>
94
95 </sect2>
96
97 <sect2 role="content">
98 <title>Contents</title>
99
100 <segmentedlist>
101 <segtitle>Installed Programs</segtitle>
102 <segtitle>Installed Libraries</segtitle>
103 <segtitle>Installed Directories</segtitle>
104
105 <seglistitem>
106 <seg>debugreiserfs, mkreiserfs, reiserfsck, reiserfstune, and
107 resize_reiserfs</seg>
108 <seg>None</seg>
109 <seg>None</seg>
110 </seglistitem>
111 </segmentedlist>
112
113 <variablelist>
114 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
115 <?dbfo list-presentation="list"?>
116 <?dbhtml list-presentation="table"?>
117
118 <varlistentry id="debugreiserfs">
119 <term><command>debugreiserfs</command></term>
120 <listitem>
121 <para>can sometimes help to solve problems with
122 <application>ReiserFS</application> file systems. If it is called
123 without options, it prints the super block of any
124 <application>ReiserFS</application> file
125 system found on the device.</para>
126 <indexterm zone="reiserfs debugreiserfs">
127 <primary sortas="b-debugreiserfs">debugreiserfs</primary>
128 </indexterm>
129 </listitem>
130 </varlistentry>
131
132 <varlistentry id="mkreiserfs">
133 <term><command>mkreiserfs</command></term>
134 <listitem>
135 <para>creates a <application>ReiserFS</application> file system.</para>
136 <indexterm zone="reiserfs mkreiserfs">
137 <primary sortas="b-mkreiserfs">mkreiserfs</primary>
138 </indexterm>
139 </listitem>
140 </varlistentry>
141
142 <varlistentry id="reiserfsck">
143 <term><command>reiserfsck</command></term>
144 <listitem>
145 <para>is used to check or repair a
146 <application>ReiserFS</application> file system.</para>
147 <indexterm zone="reiserfs reiserfsck">
148 <primary sortas="b-reiserfsck">reiserfsck</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 <varlistentry id="reiserfstune">
154 <term><command>reiserfstune</command></term>
155 <listitem>
156 <para>is used for tuning the <application>ReiserFS</application>
157 journal. <emphasis>WARNING</emphasis>: Don't use this utility without
158 first reading the man page thoroughly.</para>
159 <indexterm zone="reiserfs reiserfstune">
160 <primary sortas="b-reiserfstune">reiserfstune</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 <varlistentry id="resize_reiserfs">
166 <term><command>resize_reiserfs</command></term>
167 <listitem>
168 <para>is used to resize an unmounted
169 <application>ReiserFS</application> file system.</para>
170 <indexterm zone="reiserfs resize_reiserfs">
171 <primary sortas="b-resize_reiserfs">resize_reiserfs</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 </variablelist>
177
178 </sect2>
179
180</sect1>
Note: See TracBrowser for help on using the repository browser.