This file is indexed.

/usr/share/doc/reiserfsprogs/html/fs.html is in reiserfsprogs 1:3.6.21-1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="GENERATOR" content="Hand crafted in XEMACS">
<meta name="Content-Style" content="text/css">
<title>ReiserFS -- a filesystem based on balanced tree algorithms</title>
<link rel="stylesheet" type="text/css" href="style_whitepaper.css">
</head>

<body>

<!-- INDEX BEGIN -->
<!--

<UL>

	<LI><A HREF="#NAME">NAME</A>
	<LI><A HREF="#DESCRIPTION">DESCRIPTION</A>
	<LI><A HREF="#INSTALLATION_STEPS">INSTALLATION STEPS</A>
	<LI><A HREF="#CONFIGURATION">CONFIGURATION</A>
	<LI><A HREF="#AUTHOR">AUTHOR</A>
	<LI><A HREF="#BUGS">BUGS</A>
	<LI><A HREF="#AVAILABILITY">AVAILABILITY</A>
	<LI><A HREF="#SEE_ALSO">SEE ALSO</A>
</UL>
-->
<!-- INDEX END -->

<P>
<H1><A NAME="NAME">NAME</A></H1>
<P>
ReiserFS -- a file system based on balanced tree algorithms.

<P>
<HR>
<H1><A NAME="DESCRIPTION">DESCRIPTION</A></H1>
<P>
ReiserFS is a filesystem based on plug-in based object-oriented balanced
tree algorithms. See <A
HREF="http://www.namesys.com">http://www.namesys.com</A>
for a full treatment of ReiserFS.

<P>
<HR>
<H1><A NAME="INSTALLATION_STEPS">INSTALLATION STEPS</A></H1>
<UL>
<LI>
<P>
Get the latest ReiserFS patches from one of the mirrors listed at <A
HREF="http://www.namesys.com">http://www.namesys.com</A>


<LI>
<P>
Suppose you have linux-2.2.15-reiserfs-3.5.21-patch.gz (latest as of
06/06/2000).

<LI>
<P>
Have kernel sources of 2.2.15.

<LI>
<P>
Apply ReiserFS patch to it.

<LI>
<P>
When configuring, say y or n on ReiserFS support question. Read
<A HREF="#CONFIGURATION">CONFIGURATION</A> section below.

<LI>
<P>
Compile and install kernel image and modules as usual.

<LI>
<P>
ReiserFS utils are located in the patched kernel source tree in
linux/fs/reiserfs/utils. Follow the instruction of
linux/fs/reiserfs/utils/README.

<LI>
<P>
Boot with the kernel just built, mkreiserfs spare partition, mount it.

<LI>
<P>
Have fun.

</UL>
<P>
<HR>
<H1><A NAME="CONFIGURATION">CONFIGURATION</A></H1>
<P>
This section will try to describe what you can vary when using ReiserFS.
ReiserFS has several mount options to play with.

<DL>
<DT><STRONG><A NAME="item_notail">notail</A></STRONG><DD>
<P>
causes filesystem to work faster, especially for small appends to small
files. But it wastes more disk space in that case.

<DT><STRONG><A NAME="item_nolog">nolog</A></STRONG><DD>
<P>
turns off journalling feature of ReiserFS. This gives performance gain for
some applications, but you lose fault tolerance. That is, you must properly
umount your disk, or else you will have to repair the filesystem using <EM>reiserfsck(8)</EM> on the subsequent boot.

<DT><STRONG><A NAME="item_resize">resize</A></STRONG><DD>
<P>
used for on-line ReiserFS resizing. To grow a ReiserFS online, use

<P>
<PRE>    mount -o remount,resize=NEW_BLOCKCOUNT /mnt
</PRE>
<DT><STRONG><A NAME="item_replayonly">replayonly</A></STRONG><DD>
<P>
used internally by <EM>reiserfsck(8)</EM> to replay the journal before doing filesystem check. (No actual mount
happens if you try to mount ReiserFS with this option, only the log
replay.)

</DL>
<P>
<HR>
<H1><A NAME="AUTHOR">AUTHOR</A></H1>
<P>
See <A
HREF="http://www.namesys.com">http://www.namesys.com</A>
for a current list, there are many, Vladimir Saveljev, Igor, and Hans
Reiser are among them. Ecila.org contributed the funding that started this
going.

<P>
<HR>
<H1><A NAME="BUGS">BUGS</A></H1>
<P>
See the patches on the DOWNLOAD page and the Mail Li.

<P>
Please, report bugs to ReiserFS Developers Mailing List &lt;<A
HREF="mailto:reiserfs-dev@namesys.com">reiserfs-dev@namesys.com</A>&gt; <!--and Vladimir
Saveljev &lt;<A
HREF="mailto:vs@namesys.botik.ru">vs@namesys.botik.ru</A>&gt;, and via
bugzilla.at <A
HREF="http://reiser.senga.org/bugzilla.">http://reiser.senga.org/bugzilla.</A>

<P>
Reporting bugs by email gets you a faster response, reporting them by
bugzilla allows you and us to track their repair, we encourage you to do
both.
-->


<P>
<HR>
<H1><A NAME="AVAILABILITY">AVAILABILITY</A></H1>
<P>
ReiserFS sources are available for anonymous ftp from one of our mirrors
listed at <A
HREF="http://namesys.com">http://namesys.com</A>

<P>
<HR>
<H1><A NAME="SEE_ALSO">SEE ALSO</A></H1>
<P>
<EM>mkreiserfs(8)</EM>, <EM>reiserfsck(8)</EM>



</BODY>

</HTML>