source: archive/reiser.xml

trunk
Last change on this file was b643f16b, checked in by Bruce Dubbs <bdubbs@…>, 8 months ago

Archive reiserfsprogs.

  • Property mode set to 100644
File size: 6.5 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 "&kernel-dl;/linux/kernel/people/jeffm/reiserfsprogs/v&reiser-version;/reiserfsprogs-&reiser-version;.tar.xz">
8 <!ENTITY reiser-download-ftp " ">
9 <!ENTITY reiser-md5sum "90c139542725efc6da3a6b1709695395">
10 <!ENTITY reiser-size "439 KB">
11 <!ENTITY reiser-buildsize "13 MB">
12 <!ENTITY reiser-time "0.2 SBU">
13]>
14
15<sect1 id="reiserfs" xreflabel="reiserfsprogs-&reiser-version;">
16 <?dbhtml filename="reiserfs.html"?>
17
18
19 <title>reiserfsprogs-&reiser-version;</title>
20
21 <indexterm zone="reiserfs">
22 <primary sortas="a-reiserfs">reiserfsprogs</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to reiserfsprogs</title>
27
28 <para>
29 The <application>reiserfsprogs</application> package contains various
30 utilities for use with the Reiser file system.
31 </para>
32
33 &lfs120_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&reiser-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&reiser-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &reiser-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &reiser-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &reiser-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &reiser-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 </sect2>
70
71 <sect2 role="kernel" id='reiserfs-kernel'>
72 <title>Kernel Configuration</title>
73
74 <para>
75 Enable the following option in the kernel configuration
76 and recompile the kernel:
77 </para>
78
79 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
80 href="reiser-kernel.xml"/>
81
82 <indexterm zone="reiserfs reiserfs-kernel">
83 <primary sortas="d-reiseerfs">Reiserfs Programs</primary>
84 </indexterm>
85
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of reiserfsprogs</title>
90
91 <para>
92 Install <application>reiserfsprogs</application> by running the following
93 commands:
94 </para>
95
96<screen><userinput>sed -i '/parse_time.h/i #define _GNU_SOURCE' lib/parse_time.c &amp;&amp;
97autoreconf -fiv &amp;&amp;
98
99./configure --prefix=/usr &amp;&amp;
100make</userinput></screen>
101
102 <para>
103 This package does not come with a test suite.
104 </para>
105
106 <para>
107 Now, as the <systemitem class="username">root</systemitem> user:
108 </para>
109
110<screen role="root"><userinput>make install</userinput></screen>
111
112 </sect2>
113
114 <sect2 role="commands">
115 <title>Command Explanations</title>
116
117 <para>
118 <command>sed ...</command>: Ensure a variable is defined for use
119 with recent include files.
120 </para>
121
122 <!-- FIXME: Not needed with merged-/usr setup anymore.
123 <para>
124 <parameter>- -sbindir=/sbin</parameter>: This switch ensures that the
125 <application>reiserfsprogs</application> utilities are installed in
126 <filename class="directory">/sbin</filename>.
127 </para>
128 -->
129
130 </sect2>
131
132 <sect2 role="content">
133 <title>Contents</title>
134
135 <segmentedlist>
136 <segtitle>Installed Programs</segtitle>
137 <segtitle>Installed Library</segtitle>
138 <segtitle>Installed Directory</segtitle>
139
140 <seglistitem>
141 <seg>debugreiserfs, mkreiserfs, reiserfsck, reiserfstune, and
142 resize_reiserfs</seg>
143 <seg>libreiserfscore.so</seg>
144 <seg>/usr/include/reiserfs</seg>
145 </seglistitem>
146 </segmentedlist>
147
148 <variablelist>
149 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
150 <?dbfo list-presentation="list"?>
151 <?dbhtml list-presentation="table"?>
152
153 <varlistentry id="debugreiserfs">
154 <term><command>debugreiserfs</command></term>
155 <listitem>
156 <para>
157 can sometimes help to solve problems with
158 <application>ReiserFS</application> file systems. If it is called
159 without options, it prints the super block of any
160 <application>ReiserFS</application> file
161 system found on the device
162 </para>
163 <indexterm zone="reiserfs debugreiserfs">
164 <primary sortas="b-debugreiserfs">debugreiserfs</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 <varlistentry id="mkreiserfs">
170 <term><command>mkreiserfs</command></term>
171 <listitem>
172 <para>
173 creates a <application>ReiserFS</application> file system
174 </para>
175 <indexterm zone="reiserfs mkreiserfs">
176 <primary sortas="b-mkreiserfs">mkreiserfs</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 <varlistentry id="reiserfsck">
182 <term><command>reiserfsck</command></term>
183 <listitem>
184 <para>
185 is used to check or repair a
186 <application>ReiserFS</application> file system
187 </para>
188 <indexterm zone="reiserfs reiserfsck">
189 <primary sortas="b-reiserfsck">reiserfsck</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 <varlistentry id="reiserfstune">
195 <term><command>reiserfstune</command></term>
196 <listitem>
197 <para>
198 is used for tuning the <application>ReiserFS</application>
199 journal. <emphasis>WARNING</emphasis>: Don't use this utility
200 without first reading the man page thoroughly
201 </para>
202 <indexterm zone="reiserfs reiserfstune">
203 <primary sortas="b-reiserfstune">reiserfstune</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207
208 <varlistentry id="resize_reiserfs">
209 <term><command>resize_reiserfs</command></term>
210 <listitem>
211 <para>
212 is used to resize an unmounted
213 <application>ReiserFS</application> file system
214 </para>
215 <indexterm zone="reiserfs resize_reiserfs">
216 <primary sortas="b-resize_reiserfs">resize_reiserfs</primary>
217 </indexterm>
218 </listitem>
219 </varlistentry>
220
221 </variablelist>
222
223 </sect2>
224
225</sect1>
Note: See TracBrowser for help on using the repository browser.