source: postlfs/filesystems/reiser.xml@ 86af98a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.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 86af98a was 86af98a, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Updated trunk sources to use DocBook DTD XML 4.4

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

  • Property mode set to 100644
File size: 4.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/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<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="reiserfs.html"?>
21<title>ReiserFS-&reiser-version;</title>
22<indexterm zone="reiserfs">
23<primary sortas="a-ReiserFS">ReiserFS</primary>
24</indexterm>
25
26<sect2>
27<title>Introduction to <application>ReiserFS</application></title>
28
29<para>The <application>ReiserFS</application> package contains various
30utilities for use with the Reiser file system.</para>
31
32<sect3><title>Package information</title>
33<itemizedlist spacing='compact'>
34<listitem><para>Download (HTTP): <ulink
35url="&reiser-download-http;"/></para></listitem>
36<listitem><para>Download (FTP): <ulink
37url="&reiser-download-ftp;"/></para></listitem>
38<listitem><para>Download MD5 sum: &reiser-md5sum;</para></listitem>
39<listitem><para>Download size: &reiser-size;</para></listitem>
40<listitem><para>Estimated disk space required:
41&reiser-buildsize;</para></listitem>
42<listitem><para>Estimated build time:
43&reiser-time;</para></listitem></itemizedlist>
44</sect3>
45
46</sect2>
47
48<sect2>
49<title>Installation of <application>ReiserFS</application></title>
50
51<para>Install <application>ReiserFS</application> by running the following
52commands:</para>
53
54<screen><userinput><command>./configure --prefix=/usr --sbindir=/sbin &amp;&amp;
55make</command></userinput></screen>
56
57<para>Now, as the root user:</para>
58
59<screen><userinput role='root'><command>make install &amp;&amp;
60ln -sf reiserfsck /sbin/fsck.reiserfs &amp;&amp;
61ln -sf mkreiserfs /sbin/mkfs.reiserfs</command></userinput></screen>
62
63</sect2>
64
65<sect2>
66<title>Command explanations</title>
67
68<para><parameter>--prefix=/usr</parameter>: This ensures that
69the manual pages are installed in the correct location while still
70installing the programs in <filename class="directory">/sbin</filename> as
71they should be.</para>
72
73<para><parameter>--sbindir=/sbin</parameter>: This ensures that the
74<application>ReiserFS</application> utilities are installed in
75<filename class="directory">/sbin</filename> as they should be.</para>
76
77</sect2>
78
79<sect2>
80<title>Contents</title>
81
82<segmentedlist>
83<segtitle>Installed Programs</segtitle>
84<segtitle>Installed Libraries</segtitle>
85<segtitle>Installed Directories</segtitle>
86
87<seglistitem>
88<seg>debugreiserfs, mkreiserfs, reiserfsck, reiserfstune and
89resize_reiserfs</seg>
90<seg>None</seg>
91<seg>None</seg>
92</seglistitem>
93</segmentedlist>
94
95<variablelist>
96<bridgehead renderas="sect3">Short Descriptions</bridgehead>
97<?dbfo list-presentation="list"?>
98
99<varlistentry id="debugreiserfs">
100<term><command>debugreiserfs</command></term>
101<listitem><para>can sometimes help to solve problems with
102<application>ReiserFS</application> file systems. If it is called without
103options, it prints the super block of any reiserfs file system found on the
104device.</para>
105<indexterm zone="reiserfs debugreiserfs">
106<primary sortas="b-debugreiserfs">debugreiserfs</primary>
107</indexterm></listitem>
108</varlistentry>
109
110<varlistentry id="mkreiserfs">
111<term><command>mkreiserfs</command></term>
112<listitem><para>creates a <application>ReiserFS</application> file
113system.</para>
114<indexterm zone="reiserfs mkreiserfs">
115<primary sortas="b-mkreiserfs">mkreiserfs</primary>
116</indexterm></listitem>
117</varlistentry>
118
119<varlistentry id="reiserfsck">
120<term><command>reiserfsck</command></term>
121<listitem><para>is used to check or repair a
122<application>ReiserFS</application> file system.</para>
123<indexterm zone="reiserfs reiserfsck">
124<primary sortas="b-reiserfsck">reiserfsck</primary>
125</indexterm></listitem>
126</varlistentry>
127
128<varlistentry id="reiserfstune">
129<term><command>reiserfstune</command></term>
130<listitem><para>is used for tuning the <application>ReiserFS</application>
131journal. <emphasis>WARNING</emphasis>: Don't use this utility without first
132reading the man page thoroughly.</para>
133<indexterm zone="reiserfs reiserfstune">
134<primary sortas="b-reiserfstune">reiserfstune</primary>
135</indexterm></listitem>
136</varlistentry>
137
138<varlistentry id="resize_reiserfs">
139<term><command>resize_reiserfs</command></term>
140<listitem><para>is used to resize an unmounted
141<application>ReiserFS</application> file system.</para>
142<indexterm zone="reiserfs resize_reiserfs">
143<primary sortas="b-resize_reiserfs">resize_reiserfs</primary>
144</indexterm></listitem>
145</varlistentry>
146</variablelist>
147
148</sect2>
149
150</sect1>
151
Note: See TracBrowser for help on using the repository browser.