source: postlfs/filesystems/reiser.xml@ d28198d3

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 d28198d3 was d28198d3, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Add Virtualization Chapter
Add kvm-qemu-1.0 virtualization
Update xfs, jfs, reiserfs with instructions for kernel configuration
Minor cleanups to kdegraphics and kdepim

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9254 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 "http://www.kernel.org/pub/linux/utils/fs/reiserfs/reiserfsprogs-&reiser-version;.tar.bz2"> -->
8 <!ENTITY reiser-download-http " ">
9 <!ENTITY reiser-download-ftp "&sources-anduin-ftp;/r/reiserfsprogs-&reiser-version;.tar.bz2">
10 <!ENTITY reiser-md5sum "0639cefac8f8150536cfa7531c2aa2d2">
11 <!ENTITY reiser-size "320 KB">
12 <!ENTITY reiser-buildsize "9.3 MB">
13 <!ENTITY reiser-time "0.2 SBU">
14]>
15
16<sect1 id="reiserfs" xreflabel="reiserfsprogs-&reiser-version;">
17 <?dbhtml filename="reiserfs.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>reiserfsprogs-&reiser-version;</title>
25
26 <indexterm zone="reiserfs">
27 <primary sortas="a-reiserfs">reiserfsprogs</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to reiserfsprogs</title>
32
33 <para>The <application>reiserfsprogs</application> package contains various
34 utilities for use with the Reiser file system.</para>
35
36 &lfs70_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:
72 Reiserfs support: M or Y</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>./configure --prefix=/usr --sbindir=/sbin &amp;&amp;
87make</userinput></screen>
88
89 <para>This package does not come with a test suite.</para>
90
91 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
92
93<screen role="root"><userinput>make install &amp;&amp;
94ln -sf reiserfsck /sbin/fsck.reiserfs &amp;&amp;
95ln -sf mkreiserfs /sbin/mkfs.reiserfs</userinput></screen>
96
97 </sect2>
98
99 <sect2 role="commands">
100 <title>Command Explanations</title>
101
102 <para><parameter>--sbindir=/sbin</parameter>: This ensures that the
103 <application>reiserfsprogs</application> utilities are installed in
104 <filename class="directory">/sbin</filename>.</para>
105
106 </sect2>
107
108 <sect2 role="content">
109 <title>Contents</title>
110
111 <segmentedlist>
112 <segtitle>Installed Programs</segtitle>
113 <segtitle>Installed Libraries</segtitle>
114 <segtitle>Installed Directories</segtitle>
115
116 <seglistitem>
117 <seg>debugreiserfs, mkreiserfs, reiserfsck, reiserfstune, and
118 resize_reiserfs</seg>
119 <seg>None</seg>
120 <seg>None</seg>
121 </seglistitem>
122 </segmentedlist>
123
124 <variablelist>
125 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
126 <?dbfo list-presentation="list"?>
127 <?dbhtml list-presentation="table"?>
128
129 <varlistentry id="debugreiserfs">
130 <term><command>debugreiserfs</command></term>
131 <listitem>
132 <para>can sometimes help to solve problems with
133 <application>ReiserFS</application> file systems. If it is called
134 without options, it prints the super block of any
135 <application>ReiserFS</application> file
136 system found on the device.</para>
137 <indexterm zone="reiserfs debugreiserfs">
138 <primary sortas="b-debugreiserfs">debugreiserfs</primary>
139 </indexterm>
140 </listitem>
141 </varlistentry>
142
143 <varlistentry id="mkreiserfs">
144 <term><command>mkreiserfs</command></term>
145 <listitem>
146 <para>creates a <application>ReiserFS</application> file system.</para>
147 <indexterm zone="reiserfs mkreiserfs">
148 <primary sortas="b-mkreiserfs">mkreiserfs</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 <varlistentry id="reiserfsck">
154 <term><command>reiserfsck</command></term>
155 <listitem>
156 <para>is used to check or repair a
157 <application>ReiserFS</application> file system.</para>
158 <indexterm zone="reiserfs reiserfsck">
159 <primary sortas="b-reiserfsck">reiserfsck</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 <varlistentry id="reiserfstune">
165 <term><command>reiserfstune</command></term>
166 <listitem>
167 <para>is used for tuning the <application>ReiserFS</application>
168 journal. <emphasis>WARNING</emphasis>: Don't use this utility without
169 first reading the man page thoroughly.</para>
170 <indexterm zone="reiserfs reiserfstune">
171 <primary sortas="b-reiserfstune">reiserfstune</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 <varlistentry id="resize_reiserfs">
177 <term><command>resize_reiserfs</command></term>
178 <listitem>
179 <para>is used to resize an unmounted
180 <application>ReiserFS</application> file system.</para>
181 <indexterm zone="reiserfs resize_reiserfs">
182 <primary sortas="b-resize_reiserfs">resize_reiserfs</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 </variablelist>
188
189 </sect2>
190
191</sect1>
Note: See TracBrowser for help on using the repository browser.