source: postlfs/filesystems/reiser.xml@ 8dfc5c3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 8dfc5c3 was 8dfc5c3, checked in by Krejzi <krejzi@…>, 7 years ago

Fix some URLs

  • Switch to https:// scheme where possible to avoid redirects
  • Unify all kernel.org, Sourceforge and GNU URLs
  • Fix python and perl module URLs to be consistent
  • Fix github provided URLs to properly download tarballs instead of vFOO.tar.gz
  • Use upstream locations for some packages or better/shorter URLs if available
  • Add https:// URLs for gnupg packages

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

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