source: postlfs/filesystems/reiser.xml@ 0290a023

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 0290a023 was 518538f, checked in by Randy McMurchy <randy@…>, 19 years ago

Standardized the 'Estimated disk space required' text

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

  • Property mode set to 100644
File size: 3.9 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 "5.8 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
22<sect2>
23<title>Introduction to <application>ReiserFS</application></title>
24
25<para>The <application>ReiserFS</application> package contains various
26utilities for use with the Reiser file system.</para>
27
28<sect3><title>Package information</title>
29<itemizedlist spacing='compact'>
30<listitem><para>Download (HTTP): <ulink
31url="&reiser-download-http;"/></para></listitem>
32<listitem><para>Download (FTP): <ulink
33url="&reiser-download-ftp;"/></para></listitem>
34<listitem><para>Download size: &reiser-size;</para></listitem>
35<listitem><para>Estimated disk space required:
36&reiser-buildsize;</para></listitem>
37<listitem><para>Estimated build time:
38&reiser-time;</para></listitem></itemizedlist>
39</sect3>
40
41</sect2>
42
43<sect2>
44<title>Installation of <application>ReiserFS</application></title>
45
46<para>Install <application>ReiserFS</application> by running the following
47commands:</para>
48
49<screen><userinput><command>./configure --prefix=/usr --sbindir=/sbin &amp;&amp;
50make &amp;&amp;
51make install &amp;&amp;
52ln -sf reiserfsck /sbin/fsck.reiserfs &amp;&amp;
53ln -sf mkreiserfs /sbin/mkfs.reiserfs</command></userinput></screen>
54
55</sect2>
56
57<sect2>
58<title>Command explanations</title>
59
60<para><parameter>--prefix=/usr</parameter>: This ensures that
61the manual pages are installed in the correct location while still
62installing the programs in <filename class="directory">/sbin</filename> as they should
63be.</para>
64
65<para><parameter>--sbindir=/sbin</parameter>: This ensures that the
66<application>ReiserFS</application>
67utilities are installed in <filename class="directory">/sbin</filename> as they should be.</para>
68
69</sect2>
70
71<sect2>
72<title>Contents</title>
73
74<para><application>ReiserFS</application> contains <command>debugreiserfs</command>,
75<command>mkreiserfs</command>, <command>reiserfsck</command>,
76<command>resize_reiserfs</command> and
77<command>unpack</command>.</para>
78
79</sect2>
80
81<sect2><title>Description</title>
82
83<sect3><title>debugreiserfs</title>
84
85<para><command>debugreiserfs</command> can sometimes help to solve problems
86with <application>ReiserFS</application> file systems. If it is called without
87options, it prints the super block of any reiserfs file system found on the
88device.</para></sect3>
89
90<sect3><title>mkreiserfs</title>
91<para><command>mkreiserfs</command> creates a
92<application>ReiserFS</application> file system.</para>
93</sect3>
94
95<sect3><title>reiserfsck</title>
96<para><command>reiserfsck</command> checks a
97<application>ReiserFS</application> file system.</para>
98</sect3>
99
100<sect3><title>reiserfstune</title>
101<para><command>reiserfstune</command> is used for tuning the
102<application>ReiserFS</application> journal.
103<emphasis>WARNING</emphasis>: Don't use this utility without first reading the
104man page thoroughly.</para></sect3>
105
106<sect3><title>resize_reiserfs</title>
107<para><command>resize_reiserfs</command> is used to resize an unmounted
108<application>ReiserFS</application> file system.</para></sect3>
109
110<sect3><title>unpack</title>
111<para>The <command>unpack</command> utility can be used to dump
112<application>ReiserFS</application>
113file system information to files for debugging, much like
114<command>debugreiserfs</command>.
115</para></sect3>
116
117</sect2>
118
119</sect1>
120
Note: See TracBrowser for help on using the repository browser.