source: postlfs/filesystems/reiser.xml@ d5cc78a

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 d5cc78a was eef74ab, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Tags for postlfs, general libraries, and programming

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

  • 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 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>reiserfsprogs-&reiser-version;</title>
24
25 <indexterm zone="reiserfs">
26 <primary sortas="a-reiserfs">reiserfsprogs</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to reiserfsprogs</title>
31
32 <para>
33 The <application>reiserfsprogs</application> package contains various
34 utilities for use with the Reiser file system.
35 </para>
36
37 &lfs101_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&reiser-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&reiser-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &reiser-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &reiser-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &reiser-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &reiser-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <para condition="html" role="usernotes">User Notes:
74 <ulink url="&blfs-wiki;/reiser"/></para>
75
76 </sect2>
77
78 <sect2 role="kernel" id='reiserfs-kernel'>
79 <title>Kernel Configuration</title>
80
81 <para>
82 Enable the following option in the kernel configuration
83 and recompile the kernel:
84 </para>
85
86<screen><literal>File systems ---&gt;
87 &lt;*/M&gt; Reiserfs support [CONFIG_REISERFS_FS]</literal></screen>
88
89 <indexterm zone="reiserfs reiserfs-kernel">
90 <primary sortas="d-reiseerfs">Reiserfs Programs</primary>
91 </indexterm>
92
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of reiserfsprogs</title>
97
98 <para>
99 Install <application>reiserfsprogs</application> by running the following
100 commands:
101 </para>
102
103<screen><userinput>sed -i '/parse_time.h/i #define _GNU_SOURCE' lib/parse_time.c &amp;&amp;
104autoreconf -fiv &amp;&amp;
105./configure --prefix=/usr \
106 --sbindir=/sbin &amp;&amp;
107
108make</userinput></screen>
109
110 <para>
111 This package does not come with a test suite.
112 </para>
113
114 <para>
115 Now, as the <systemitem class="username">root</systemitem> user:
116 </para>
117
118<screen role="root"><userinput>make install</userinput></screen>
119
120 </sect2>
121
122 <sect2 role="commands">
123 <title>Command Explanations</title>
124
125 <para>
126 <command>sed ...</command>: Ensure a variable is defined for use
127 with recent include files.
128 </para>
129
130 <para>
131 <parameter>--sbindir=/sbin</parameter>: This switch ensures that the
132 <application>reiserfsprogs</application> utilities are installed in
133 <filename class="directory">/sbin</filename>.
134 </para>
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.