source: postlfs/filesystems/reiser.xml@ 549d5cc

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 549d5cc was 549d5cc, checked in by Alexander E. Patrakov <alexander@…>, 17 years ago

Added reiserfsprogs build fix for LFS SVN

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

  • Property mode set to 100644
File size: 6.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY reiser-download-http "http://ftp.namesys.com/pub/reiserfsprogs/reiserfsprogs-&reiser-version;.tar.gz">
8 <!ENTITY reiser-download-ftp "ftp://ftp.namesys.com/pub/reiserfsprogs/reiserfsprogs-&reiser-version;.tar.gz">
9 <!ENTITY reiser-md5sum "b42cf15f6651c3ceff5cb84996c0d539">
10 <!ENTITY reiser-size "400 KB">
11 <!ENTITY reiser-buildsize "7.9 MB">
12 <!ENTITY reiser-time "0.16 SBU">
13]>
14
15<sect1 id="reiserfs" xreflabel="ReiserFS-&reiser-version;">
16 <?dbhtml filename="reiserfs.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>ReiserFS-&reiser-version;</title>
24
25 <indexterm zone="reiserfs">
26 <primary sortas="a-ReiserFS">ReiserFS</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to ReiserFS</title>
31
32 <para>The <application>ReiserFS</application> package contains various
33 utilities for use with the Reiser file system.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&reiser-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&reiser-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &reiser-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &reiser-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &reiser-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &reiser-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
58 <itemizedlist spacing="compact">
59 <listitem>
60 <para>Required Patch: <ulink
61 url="&patch-root;/reiserfs-&reiser-version;-header_fix-1.patch"/></para>
62 </listitem>
63 </itemizedlist>
64
65 <para condition="html" role="usernotes">User Notes:
66 <ulink url="&blfs-wiki;/reiser"/></para>
67
68 </sect2>
69
70 <sect2 role="installation">
71 <title>Installation of ReiserFS</title>
72 <para><application>ReiserFS</application> uses the
73 <filename>asm/unaligned.h</filename> Linux header that should
74 not be used by applications. While LFS-6.2 provides this header, later
75 LFS versions don't do this. Apply the patch to fix the issue:</para>
76
77<screen><userinput>patch -Np1 -i ../reiserfs-&reiser-version;-header_fix-1.patch</userinput></screen>
78
79 <para>Install <application>ReiserFS</application> by running the following
80 commands:</para>
81
82<screen><userinput>./configure --prefix=/usr --sbindir=/sbin &amp;&amp;
83make</userinput></screen>
84
85 <para>This package does not come with a test suite.</para>
86
87 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
88
89<screen role="root"><userinput>make install &amp;&amp;
90ln -sf reiserfsck /sbin/fsck.reiserfs &amp;&amp;
91ln -sf mkreiserfs /sbin/mkfs.reiserfs</userinput></screen>
92
93 </sect2>
94
95 <sect2 role="commands">
96 <title>Command Explanations</title>
97
98 <para><parameter>--prefix=/usr</parameter>: This ensures that
99 the manual pages are installed in the correct location while still
100 installing the programs in <filename class="directory">/sbin</filename> as
101 they should be.</para>
102
103 <para><parameter>--sbindir=/sbin</parameter>: This ensures that the
104 <application>ReiserFS</application> utilities are installed in
105 <filename class="directory">/sbin</filename> as they should be.</para>
106
107 </sect2>
108
109 <sect2 role="content">
110 <title>Contents</title>
111
112 <segmentedlist>
113 <segtitle>Installed Programs</segtitle>
114 <segtitle>Installed Libraries</segtitle>
115 <segtitle>Installed Directories</segtitle>
116
117 <seglistitem>
118 <seg>debugreiserfs, mkreiserfs, reiserfsck, reiserfstune, and
119 resize_reiserfs</seg>
120 <seg>None</seg>
121 <seg>None</seg>
122 </seglistitem>
123 </segmentedlist>
124
125 <variablelist>
126 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
127 <?dbfo list-presentation="list"?>
128 <?dbhtml list-presentation="table"?>
129
130 <varlistentry id="debugreiserfs">
131 <term><command>debugreiserfs</command></term>
132 <listitem>
133 <para>can sometimes help to solve problems with
134 <application>ReiserFS</application> file systems. If it is called
135 without options, it prints the super block of any
136 <application>ReiserFS</application> file
137 system found on the device.</para>
138 <indexterm zone="reiserfs debugreiserfs">
139 <primary sortas="b-debugreiserfs">debugreiserfs</primary>
140 </indexterm>
141 </listitem>
142 </varlistentry>
143
144 <varlistentry id="mkreiserfs">
145 <term><command>mkreiserfs</command></term>
146 <listitem>
147 <para>creates a <application>ReiserFS</application> file system.</para>
148 <indexterm zone="reiserfs mkreiserfs">
149 <primary sortas="b-mkreiserfs">mkreiserfs</primary>
150 </indexterm>
151 </listitem>
152 </varlistentry>
153
154 <varlistentry id="reiserfsck">
155 <term><command>reiserfsck</command></term>
156 <listitem>
157 <para>is used to check or repair a
158 <application>ReiserFS</application> file system.</para>
159 <indexterm zone="reiserfs reiserfsck">
160 <primary sortas="b-reiserfsck">reiserfsck</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 <varlistentry id="reiserfstune">
166 <term><command>reiserfstune</command></term>
167 <listitem>
168 <para>is used for tuning the <application>ReiserFS</application>
169 journal. <emphasis>WARNING</emphasis>: Don't use this utility without
170 first reading the man page thoroughly.</para>
171 <indexterm zone="reiserfs reiserfstune">
172 <primary sortas="b-reiserfstune">reiserfstune</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 <varlistentry id="resize_reiserfs">
178 <term><command>resize_reiserfs</command></term>
179 <listitem>
180 <para>is used to resize an unmounted
181 <application>ReiserFS</application> file system.</para>
182 <indexterm zone="reiserfs resize_reiserfs">
183 <primary sortas="b-resize_reiserfs">resize_reiserfs</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 </variablelist>
189
190 </sect2>
191
192</sect1>
Note: See TracBrowser for help on using the repository browser.