source: postlfs/filesystems/reiser.xml@ dcee0f2f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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 dcee0f2f was dcee0f2f, checked in by Randy McMurchy <randy@…>, 19 years ago

Added indexing tags to Chapter 5 package instructions

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

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