source: postlfs/filesystems/reiser.xml@ c81fed4

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 c81fed4 was c81fed4, checked in by Bruce Dubbs <bdubbs@…>, 15 years ago

Typos and a minor change to firewall script

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

  • Property mode set to 100644
File size: 6.0 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 "http://www.kernel.org/pub/linux/utils/fs/reiserfs/reiserfsprogs-&reiser-version;.tar.bz2">
8 <!ENTITY reiser-download-ftp "&sources-anduin-ftp;/r/reiserfsprogs-&reiser-version;.tar.bz2">
9 <!ENTITY reiser-md5sum "0639cefac8f8150536cfa7531c2aa2d2">
10 <!ENTITY reiser-size "320 KB">
11 <!ENTITY reiser-buildsize "9.3 MB">
12 <!ENTITY reiser-time "0.2 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 <para condition="html" role="usernotes">User Notes:
58 <ulink url="&blfs-wiki;/reiser"/></para>
59
60 </sect2>
61
62 <sect2 role="installation">
63 <title>Installation of ReiserFS</title>
64
65 <para>Install <application>ReiserFS</application> by running the following
66 commands:</para>
67
68<screen><userinput>./configure --prefix=/usr --sbindir=/sbin &amp;&amp;
69make</userinput></screen>
70
71 <para>This package does not come with a test suite.</para>
72
73 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
74
75<screen role="root"><userinput>make install &amp;&amp;
76ln -sf reiserfsck /sbin/fsck.reiserfs &amp;&amp;
77ln -sf mkreiserfs /sbin/mkfs.reiserfs</userinput></screen>
78
79 </sect2>
80
81 <sect2 role="commands">
82 <title>Command Explanations</title>
83
84 <para><parameter>--prefix=/usr</parameter>: This ensures that
85 the manual pages are installed in the correct location while still
86 installing the programs in <filename class="directory">/sbin</filename> as
87 they should be.</para>
88
89 <para><parameter>--sbindir=/sbin</parameter>: This ensures that the
90 <application>ReiserFS</application> utilities are installed in
91 <filename class="directory">/sbin</filename> as they should be.</para>
92
93 </sect2>
94
95 <sect2 role="content">
96 <title>Contents</title>
97
98 <segmentedlist>
99 <segtitle>Installed Programs</segtitle>
100 <segtitle>Installed Libraries</segtitle>
101 <segtitle>Installed Directories</segtitle>
102
103 <seglistitem>
104 <seg>debugreiserfs, mkreiserfs, reiserfsck, reiserfstune, and
105 resize_reiserfs</seg>
106 <seg>None</seg>
107 <seg>None</seg>
108 </seglistitem>
109 </segmentedlist>
110
111 <variablelist>
112 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
113 <?dbfo list-presentation="list"?>
114 <?dbhtml list-presentation="table"?>
115
116 <varlistentry id="debugreiserfs">
117 <term><command>debugreiserfs</command></term>
118 <listitem>
119 <para>can sometimes help to solve problems with
120 <application>ReiserFS</application> file systems. If it is called
121 without options, it prints the super block of any
122 <application>ReiserFS</application> file
123 system found on the device.</para>
124 <indexterm zone="reiserfs debugreiserfs">
125 <primary sortas="b-debugreiserfs">debugreiserfs</primary>
126 </indexterm>
127 </listitem>
128 </varlistentry>
129
130 <varlistentry id="mkreiserfs">
131 <term><command>mkreiserfs</command></term>
132 <listitem>
133 <para>creates a <application>ReiserFS</application> file system.</para>
134 <indexterm zone="reiserfs mkreiserfs">
135 <primary sortas="b-mkreiserfs">mkreiserfs</primary>
136 </indexterm>
137 </listitem>
138 </varlistentry>
139
140 <varlistentry id="reiserfsck">
141 <term><command>reiserfsck</command></term>
142 <listitem>
143 <para>is used to check or repair a
144 <application>ReiserFS</application> file system.</para>
145 <indexterm zone="reiserfs reiserfsck">
146 <primary sortas="b-reiserfsck">reiserfsck</primary>
147 </indexterm>
148 </listitem>
149 </varlistentry>
150
151 <varlistentry id="reiserfstune">
152 <term><command>reiserfstune</command></term>
153 <listitem>
154 <para>is used for tuning the <application>ReiserFS</application>
155 journal. <emphasis>WARNING</emphasis>: Don't use this utility without
156 first reading the man page thoroughly.</para>
157 <indexterm zone="reiserfs reiserfstune">
158 <primary sortas="b-reiserfstune">reiserfstune</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 <varlistentry id="resize_reiserfs">
164 <term><command>resize_reiserfs</command></term>
165 <listitem>
166 <para>is used to resize an unmounted
167 <application>ReiserFS</application> file system.</para>
168 <indexterm zone="reiserfs resize_reiserfs">
169 <primary sortas="b-resize_reiserfs">resize_reiserfs</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 </variablelist>
175
176 </sect2>
177
178</sect1>
Note: See TracBrowser for help on using the repository browser.