source: postlfs/filesystems/reiser.xml@ 2eb2948

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 2eb2948 was 9179224, checked in by Douglas R. Reno <renodr@…>, 3 years ago

reiserfsprogs: Adapt to merged-/usr changes.

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