source: postlfs/filesystems/reiser.xml@ 4967eaf6

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 4967eaf6 was 9f12e36, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

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

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