source: postlfs/filesystems/reiser.xml@ 995a461b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 995a461b was 995a461b, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

More tags

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

  • Property mode set to 100644
File size: 6.3 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
[2bbb3379]7 <!ENTITY reiser-download-http "https://www.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v&reiser-version;/reiserfsprogs-&reiser-version;.tar.xz">
8 <!ENTITY reiser-download-ftp " ">
9 <!ENTITY reiser-md5sum "027a598b055dccb8da3aea1378a19f3c">
10 <!ENTITY reiser-size "438 KB">
11 <!ENTITY reiser-buildsize "7.5 MB">
[7d328c8]12 <!ENTITY reiser-time "0.1 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
[8bc3edae]32 <para>The <application>reiserfsprogs</application> package contains various
[bd46ff4]33 utilities for use with the Reiser file system.</para>
34
[995a461b]35 &lfs80_checked;
[8bc3edae]36
[bd46ff4]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
[3597eb6]59 <para condition="html" role="usernotes">User Notes:
60 <ulink url="&blfs-wiki;/reiser"/></para>
61
[bd46ff4]62 </sect2>
63
[d28198d3]64 <sect2 role="kernel" id='reiserfs-kernel'>
65 <title>Kernel Configuration</title>
66
67 <para>Enable the following option in the kernel configuration
68 and recompile the kernel:</para>
69
[421128a1]70<screen><literal>File systems ---&gt;
71 &lt;*/M&gt; Reiserfs support [CONFIG_REISERFS_FS]</literal></screen>
[d28198d3]72
73 <indexterm zone="reiserfs reiserfs-kernel">
74 <primary sortas="d-reiseerfs">Reiserfs Programs</primary>
75 </indexterm>
76
77 </sect2>
78
[bd46ff4]79 <sect2 role="installation">
[8bc3edae]80 <title>Installation of reiserfsprogs</title>
[bd46ff4]81
[8bc3edae]82 <para>Install <application>reiserfsprogs</application> by running the following
[bd46ff4]83 commands:</para>
84
[90cb5d6]85<screen><userinput>CFLAGS="$CFLAGS -std=gnu89" \
[02a729a]86./configure --prefix=/usr \
87 --sbindir=/sbin &amp;&amp;
88
[bd46ff4]89make</userinput></screen>
90
[1ba83240]91 <para>This package does not come with a test suite.</para>
92
[bd46ff4]93 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
94
[7d328c8]95<screen role="root"><userinput>make install</userinput></screen>
[bd46ff4]96
97 </sect2>
98
99 <sect2 role="commands">
100 <title>Command Explanations</title>
101
[02a729a]102 <para>
[90cb5d6]103 <envar>CFLAGS="$CFLAGS -std=gnu89"</envar>: This environment variable
[02a729a]104 fixes a build error with GCC 5.
105 </para>
106
107 <para>
108 <parameter>--sbindir=/sbin</parameter>: This switch ensures that the
109 <application>reiserfsprogs</application> utilities are installed in
110 <filename class="directory">/sbin</filename>.
111 </para>
[bd46ff4]112
113 </sect2>
114
115 <sect2 role="content">
116 <title>Contents</title>
117
118 <segmentedlist>
119 <segtitle>Installed Programs</segtitle>
120 <segtitle>Installed Libraries</segtitle>
121 <segtitle>Installed Directories</segtitle>
122
123 <seglistitem>
[99b1c520]124 <seg>debugreiserfs, mkreiserfs, reiserfsck, reiserfstune, and
[bd46ff4]125 resize_reiserfs</seg>
[2bbb3379]126 <seg>libreiserfscore.so</seg>
[bd46ff4]127 <seg>None</seg>
128 </seglistitem>
129 </segmentedlist>
130
131 <variablelist>
132 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
133 <?dbfo list-presentation="list"?>
134 <?dbhtml list-presentation="table"?>
135
136 <varlistentry id="debugreiserfs">
137 <term><command>debugreiserfs</command></term>
138 <listitem>
[99b1c520]139 <para>can sometimes help to solve problems with
140 <application>ReiserFS</application> file systems. If it is called
[8732295]141 without options, it prints the super block of any
142 <application>ReiserFS</application> file
[bd46ff4]143 system found on the device.</para>
144 <indexterm zone="reiserfs debugreiserfs">
145 <primary sortas="b-debugreiserfs">debugreiserfs</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149
150 <varlistentry id="mkreiserfs">
151 <term><command>mkreiserfs</command></term>
152 <listitem>
153 <para>creates a <application>ReiserFS</application> file system.</para>
154 <indexterm zone="reiserfs mkreiserfs">
155 <primary sortas="b-mkreiserfs">mkreiserfs</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 <varlistentry id="reiserfsck">
161 <term><command>reiserfsck</command></term>
162 <listitem>
[99b1c520]163 <para>is used to check or repair a
[bd46ff4]164 <application>ReiserFS</application> file system.</para>
165 <indexterm zone="reiserfs reiserfsck">
166 <primary sortas="b-reiserfsck">reiserfsck</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 <varlistentry id="reiserfstune">
172 <term><command>reiserfstune</command></term>
173 <listitem>
[d612b9f]174 <para>is used for tuning the <application>ReiserFS</application>
[99b1c520]175 journal. <emphasis>WARNING</emphasis>: Don't use this utility without
[bd46ff4]176 first reading the man page thoroughly.</para>
177 <indexterm zone="reiserfs reiserfstune">
178 <primary sortas="b-reiserfstune">reiserfstune</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 <varlistentry id="resize_reiserfs">
184 <term><command>resize_reiserfs</command></term>
185 <listitem>
[99b1c520]186 <para>is used to resize an unmounted
[bd46ff4]187 <application>ReiserFS</application> file system.</para>
188 <indexterm zone="reiserfs resize_reiserfs">
189 <primary sortas="b-resize_reiserfs">resize_reiserfs</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 </variablelist>
195
196 </sect2>
[f45b1953]197
198</sect1>
Note: See TracBrowser for help on using the repository browser.