source: postlfs/filesystems/reiser.xml@ eef74ab

10.1 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 eef74ab 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
RevLine 
[4122007]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[4122007]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[8dfc5c3]7 <!ENTITY reiser-download-http "&kernel-dl;/linux/kernel/people/jeffm/reiserfsprogs/v&reiser-version;/reiserfsprogs-&reiser-version;.tar.xz">
[2bbb3379]8 <!ENTITY reiser-download-ftp " ">
[3bb415b]9 <!ENTITY reiser-md5sum "90c139542725efc6da3a6b1709695395">
10 <!ENTITY reiser-size "439 KB">
[2d57278a]11 <!ENTITY reiser-buildsize "13 MB">
12 <!ENTITY reiser-time "0.2 SBU">
[4122007]13]>
14
[8bc3edae]15<sect1 id="reiserfs" xreflabel="reiserfsprogs-&reiser-version;">
[bd46ff4]16 <?dbhtml filename="reiserfs.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[8bc3edae]23 <title>reiserfsprogs-&reiser-version;</title>
[bd46ff4]24
25 <indexterm zone="reiserfs">
[8bc3edae]26 <primary sortas="a-reiserfs">reiserfsprogs</primary>
[bd46ff4]27 </indexterm>
28
29 <sect2 role="package">
[8bc3edae]30 <title>Introduction to reiserfsprogs</title>
[bd46ff4]31
[29244b7]32 <para>
33 The <application>reiserfsprogs</application> package contains various
34 utilities for use with the Reiser file system.
35 </para>
[bd46ff4]36
[eef74ab]37 &lfs101_checked;
[8bc3edae]38
[bd46ff4]39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
[29244b7]42 <para>
43 Download (HTTP): <ulink url="&reiser-download-http;"/>
44 </para>
[bd46ff4]45 </listitem>
46 <listitem>
[29244b7]47 <para>
48 Download (FTP): <ulink url="&reiser-download-ftp;"/>
49 </para>
[bd46ff4]50 </listitem>
51 <listitem>
[29244b7]52 <para>
53 Download MD5 sum: &reiser-md5sum;
54 </para>
[bd46ff4]55 </listitem>
56 <listitem>
[29244b7]57 <para>
58 Download size: &reiser-size;
59 </para>
[bd46ff4]60 </listitem>
61 <listitem>
[29244b7]62 <para>
63 Estimated disk space required: &reiser-buildsize;
64 </para>
[bd46ff4]65 </listitem>
66 <listitem>
[29244b7]67 <para>
68 Estimated build time: &reiser-time;
69 </para>
[bd46ff4]70 </listitem>
71 </itemizedlist>
72
[3597eb6]73 <para condition="html" role="usernotes">User Notes:
74 <ulink url="&blfs-wiki;/reiser"/></para>
75
[bd46ff4]76 </sect2>
77
[d28198d3]78 <sect2 role="kernel" id='reiserfs-kernel'>
79 <title>Kernel Configuration</title>
80
[29244b7]81 <para>
82 Enable the following option in the kernel configuration
83 and recompile the kernel:
84 </para>
[d28198d3]85
[421128a1]86<screen><literal>File systems ---&gt;
87 &lt;*/M&gt; Reiserfs support [CONFIG_REISERFS_FS]</literal></screen>
[d28198d3]88
89 <indexterm zone="reiserfs reiserfs-kernel">
90 <primary sortas="d-reiseerfs">Reiserfs Programs</primary>
91 </indexterm>
92
93 </sect2>
94
[bd46ff4]95 <sect2 role="installation">
[8bc3edae]96 <title>Installation of reiserfsprogs</title>
[bd46ff4]97
[29244b7]98 <para>
99 Install <application>reiserfsprogs</application> by running the following
100 commands:
101 </para>
[bd46ff4]102
[82e1be5]103<screen><userinput>sed -i '/parse_time.h/i #define _GNU_SOURCE' lib/parse_time.c &amp;&amp;
104autoreconf -fiv &amp;&amp;
[02a729a]105./configure --prefix=/usr \
106 --sbindir=/sbin &amp;&amp;
107
[bd46ff4]108make</userinput></screen>
109
[29244b7]110 <para>
111 This package does not come with a test suite.
112 </para>
[1ba83240]113
[29244b7]114 <para>
115 Now, as the <systemitem class="username">root</systemitem> user:
116 </para>
[bd46ff4]117
[7d328c8]118<screen role="root"><userinput>make install</userinput></screen>
[bd46ff4]119
120 </sect2>
121
122 <sect2 role="commands">
123 <title>Command Explanations</title>
124
[82e1be5]125 <para>
126 <command>sed ...</command>: Ensure a variable is defined for use
127 with recent include files.
128 </para>
129
[02a729a]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>
[bd46ff4]135
136 </sect2>
137
138 <sect2 role="content">
139 <title>Contents</title>
140
141 <segmentedlist>
142 <segtitle>Installed Programs</segtitle>
[2d57278a]143 <segtitle>Installed Library</segtitle>
144 <segtitle>Installed Directory</segtitle>
[bd46ff4]145
146 <seglistitem>
[99b1c520]147 <seg>debugreiserfs, mkreiserfs, reiserfsck, reiserfstune, and
[bd46ff4]148 resize_reiserfs</seg>
[2bbb3379]149 <seg>libreiserfscore.so</seg>
[2d57278a]150 <seg>/usr/include/reiserfs</seg>
[bd46ff4]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>
[29244b7]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
[4c24eb0a]167 system found on the device
[29244b7]168 </para>
[bd46ff4]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>
[29244b7]178 <para>
[4c24eb0a]179 creates a <application>ReiserFS</application> file system
[29244b7]180 </para>
[bd46ff4]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>
[29244b7]190 <para>
191 is used to check or repair a
[4c24eb0a]192 <application>ReiserFS</application> file system
[29244b7]193 </para>
[bd46ff4]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>
[29244b7]203 <para>
204 is used for tuning the <application>ReiserFS</application>
205 journal. <emphasis>WARNING</emphasis>: Don't use this utility
[4c24eb0a]206 without first reading the man page thoroughly
[29244b7]207 </para>
[bd46ff4]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>
[29244b7]217 <para>
218 is used to resize an unmounted
[4c24eb0a]219 <application>ReiserFS</application> file system
[29244b7]220 </para>
[bd46ff4]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>
[f45b1953]230
231</sect1>
Note: See TracBrowser for help on using the repository browser.