Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-alpha-disk.xml hb-install-arm-disk.xml hb-install-hppa-disk.xml hb-install-ia64-disk.xml hb-install-mips-disk.xml hb-install-ppc64-disk.xml hb-install-ppc-disk.xml hb-install-sparc-disk.xml hb-install-x86+amd64-disk.xml
Date: Thu, 02 Nov 2006 20:49:54
Message-Id: 20061102204939.668F164A16@smtp.gentoo.org
1 nightmorph 06/11/02 20:49:38
2
3 Modified: hb-install-alpha-disk.xml hb-install-arm-disk.xml
4 hb-install-hppa-disk.xml hb-install-ia64-disk.xml
5 hb-install-mips-disk.xml hb-install-ppc64-disk.xml
6 hb-install-ppc-disk.xml hb-install-sparc-disk.xml
7 hb-install-x86+amd64-disk.xml
8 Log:
9 Reworded reiserfs and ext3 descriptions for bug 153518
10
11 Revision Changes Path
12 1.23 xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml?rev=1.23&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml?rev=1.23&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml?r1=1.22&r2=1.23
17
18 Index: hb-install-alpha-disk.xml
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml,v
21 retrieving revision 1.22
22 retrieving revision 1.23
23 diff -u -r1.22 -r1.23
24 --- hb-install-alpha-disk.xml 30 Aug 2006 22:52:28 -0000 1.22
25 +++ hb-install-alpha-disk.xml 2 Nov 2006 20:49:38 -0000 1.23
26 @@ -4,12 +4,12 @@
27 <!-- The content of this document is licensed under the CC-BY-SA license -->
28 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
29
30 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml,v 1.22 2006/08/30 22:52:28 nightmorph Exp $ -->
31 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml,v 1.23 2006/11/02 20:49:38 nightmorph Exp $ -->
32
33 <sections>
34
35 -<version>7.0</version>
36 -<date>2006-08-30</date>
37 +<version>7.1</version>
38 +<date>2006-11-02</date>
39
40 <section>
41 <title>Introduction to Block Devices</title>
42 @@ -662,19 +662,20 @@
43
44 <p>
45 <b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
46 -journaling for fast recovery in addition to other enhanced journaling modes like
47 -full data and ordered data journaling. ext3 is a very good and reliable
48 -filesystem.
49 +journaling for fast recovery in addition to other enhanced journaling modes
50 +like full data and ordered data journaling. It uses a hashed B*-tree index that
51 +enables high performance in almost all situations. In short, ext3 is a very
52 +good and reliable filesystem.
53 </p>
54
55 <p>
56 -<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
57 -performance and greatly outperforms both ext2 and ext3 when dealing with small
58 -files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
59 -extremely well and has metadata journaling. As of kernel 2.4.18+, ReiserFS is
60 -solid and usable as both general-purpose filesystem and for extreme cases such
61 -as the creation of large filesystems, the use of many small files, very large
62 -files and directories containing tens of thousands of files.
63 +<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
64 +performance and greatly outperforms both ext2 and ext3 when dealing with small
65 +files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
66 +extremely well and has metadata journaling. ReiserFS is solid and usable as
67 +both general-purpose filesystem and for extreme cases such as the creation of
68 +large filesystems, very large files and directories containing tens of
69 +thousands of small files.
70 </p>
71
72 <p>
73
74
75
76 1.3 xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml?rev=1.3&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml?rev=1.3&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml?r1=1.2&r2=1.3
81
82 Index: hb-install-arm-disk.xml
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml,v
85 retrieving revision 1.2
86 retrieving revision 1.3
87 diff -u -r1.2 -r1.3
88 --- hb-install-arm-disk.xml 2 Sep 2006 09:00:21 -0000 1.2
89 +++ hb-install-arm-disk.xml 2 Nov 2006 20:49:38 -0000 1.3
90 @@ -4,12 +4,12 @@
91 <!-- The content of this document is licensed under the CC-BY-SA license -->
92 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
93
94 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml,v 1.2 2006/09/02 09:00:21 vapier Exp $ -->
95 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml,v 1.3 2006/11/02 20:49:38 nightmorph Exp $ -->
96
97 <sections>
98
99 -<version>4.0</version>
100 -<date>2006-08-30</date>
101 +<version>4.1</version>
102 +<date>2006-11-02</date>
103
104 <!-- TODO: Add section about MTD and such -->
105
106 @@ -518,19 +518,20 @@
107
108 <p>
109 <b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
110 -journaling for fast recovery in addition to other enhanced journaling modes like
111 -full data and ordered data journaling. ext3 is a very good and reliable
112 -filesystem.
113 +journaling for fast recovery in addition to other enhanced journaling modes
114 +like full data and ordered data journaling. It uses a hashed B*-tree index that
115 +enables high performance in almost all situations. In short, ext3 is a very
116 +good and reliable filesystem.
117 </p>
118
119 <p>
120 -<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
121 -performance and greatly outperforms both ext2 and ext3 when dealing with small
122 -files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
123 -extremely well and has metadata journaling. As of kernel 2.4.18+, ReiserFS is
124 -solid and usable as both general-purpose filesystem and for extreme cases such
125 -as the creation of large filesystems, the use of many small files, very large
126 -files and directories containing tens of thousands of files.
127 +<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
128 +performance and greatly outperforms both ext2 and ext3 when dealing with small
129 +files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
130 +extremely well and has metadata journaling. ReiserFS is solid and usable as
131 +both general-purpose filesystem and for extreme cases such as the creation of
132 +large filesystems, very large files and directories containing tens of
133 +thousands of small files.
134 </p>
135
136 <p>
137
138
139
140 1.20 xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml
141
142 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?rev=1.20&view=markup
143 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?rev=1.20&content-type=text/plain
144 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?r1=1.19&r2=1.20
145
146 Index: hb-install-hppa-disk.xml
147 ===================================================================
148 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml,v
149 retrieving revision 1.19
150 retrieving revision 1.20
151 diff -u -r1.19 -r1.20
152 --- hb-install-hppa-disk.xml 30 Aug 2006 22:52:28 -0000 1.19
153 +++ hb-install-hppa-disk.xml 2 Nov 2006 20:49:38 -0000 1.20
154 @@ -4,12 +4,12 @@
155 <!-- The content of this document is licensed under the CC-BY-SA license -->
156 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
157
158 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml,v 1.19 2006/08/30 22:52:28 nightmorph Exp $ -->
159 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml,v 1.20 2006/11/02 20:49:38 nightmorph Exp $ -->
160
161 <sections>
162
163 -<version>7.0</version>
164 -<date>2006-08-30</date>
165 +<version>7.1</version>
166 +<date>2006-11-02</date>
167
168 <section>
169 <title>Introduction to Block Devices</title>
170 @@ -212,19 +212,20 @@
171
172 <p>
173 <b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
174 -journaling for fast recovery in addition to other enhanced journaling modes like
175 -full data and ordered data journaling. ext3 is a very good and reliable
176 -filesystem.
177 +journaling for fast recovery in addition to other enhanced journaling modes
178 +like full data and ordered data journaling. It uses a hashed B*-tree index that
179 +enables high performance in almost all situations. In short, ext3 is a very
180 +good and reliable filesystem.
181 </p>
182
183 <p>
184 -<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
185 -performance and greatly outperforms both ext2 and ext3 when dealing with small
186 -files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
187 -extremely well and has metadata journaling. As of kernel 2.4.18+, ReiserFS is
188 -solid and usable as both general-purpose filesystem and for extreme cases such
189 -as the creation of large filesystems, the use of many small files, very large
190 -files and directories containing tens of thousands of files.
191 +<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
192 +performance and greatly outperforms both ext2 and ext3 when dealing with small
193 +files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
194 +extremely well and has metadata journaling. ReiserFS is solid and usable as
195 +both general-purpose filesystem and for extreme cases such as the creation of
196 +large filesystems, very large files and directories containing tens of
197 +thousands of small files.
198 </p>
199
200 <p>
201
202
203
204 1.2 xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml
205
206 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml?rev=1.2&view=markup
207 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml?rev=1.2&content-type=text/plain
208 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml?r1=1.1&r2=1.2
209
210 Index: hb-install-ia64-disk.xml
211 ===================================================================
212 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml,v
213 retrieving revision 1.1
214 retrieving revision 1.2
215 diff -u -r1.1 -r1.2
216 --- hb-install-ia64-disk.xml 3 Sep 2006 05:02:44 -0000 1.1
217 +++ hb-install-ia64-disk.xml 2 Nov 2006 20:49:38 -0000 1.2
218 @@ -4,12 +4,12 @@
219 <!-- The content of this document is licensed under the CC-BY-SA license -->
220 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
221
222 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml,v 1.1 2006/09/03 05:02:44 vapier Exp $ -->
223 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml,v 1.2 2006/11/02 20:49:38 nightmorph Exp $ -->
224
225 <sections>
226
227 -<version>2.2</version>
228 -<date>2005-06-10</date>
229 +<version>2.3</version>
230 +<date>2006-11-02</date>
231
232 <section>
233 <title>Introduction to Block Devices</title>
234 @@ -475,19 +475,20 @@
235
236 <p>
237 <b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
238 -journaling for fast recovery in addition to other enhanced journaling modes like
239 -full data and ordered data journaling. ext3 is a very good and reliable
240 -filesystem.
241 +journaling for fast recovery in addition to other enhanced journaling modes
242 +like full data and ordered data journaling. It uses a hashed B*-tree index that
243 +enables high performance in almost all situations. In short, ext3 is a very
244 +good and reliable filesystem.
245 </p>
246
247 <p>
248 -<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
249 -performance and greatly outperforms both ext2 and ext3 when dealing with small
250 -files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
251 -extremely well and has metadata journaling. As of kernel 2.4.18+, ReiserFS is
252 -solid and usable as both general-purpose filesystem and for extreme cases such
253 -as the creation of large filesystems, the use of many small files, very large
254 -files and directories containing tens of thousands of files.
255 +<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
256 +performance and greatly outperforms both ext2 and ext3 when dealing with small
257 +files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
258 +extremely well and has metadata journaling. ReiserFS is solid and usable as
259 +both general-purpose filesystem and for extreme cases such as the creation of
260 +large filesystems, very large files and directories containing tens of
261 +thousands of small files.
262 </p>
263
264 <p>
265
266
267
268 1.21 xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml
269
270 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?rev=1.21&view=markup
271 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?rev=1.21&content-type=text/plain
272 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?r1=1.20&r2=1.21
273
274 Index: hb-install-mips-disk.xml
275 ===================================================================
276 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml,v
277 retrieving revision 1.20
278 retrieving revision 1.21
279 diff -u -r1.20 -r1.21
280 --- hb-install-mips-disk.xml 30 Aug 2006 22:52:28 -0000 1.20
281 +++ hb-install-mips-disk.xml 2 Nov 2006 20:49:38 -0000 1.21
282 @@ -4,12 +4,12 @@
283 <!-- The content of this document is licensed under the CC-BY-SA license -->
284 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
285
286 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml,v 1.20 2006/08/30 22:52:28 nightmorph Exp $ -->
287 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml,v 1.21 2006/11/02 20:49:38 nightmorph Exp $ -->
288
289 <sections>
290
291 -<version>1.14</version>
292 -<date>2006-08-17</date>
293 +<version>1.15</version>
294 +<date>2006-11-02</date>
295
296 <section>
297 <title>Introduction to Block Devices</title>
298 @@ -563,21 +563,19 @@
299 <p>
300 <b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
301 journaling for fast recovery in addition to other enhanced journaling modes
302 -like full data and ordered data journaling. ext3 is a very good and reliable
303 -filesystem.<!-- It has an additional hashed b-tree indexing option that enables
304 -high performance in almost all situations. You can enable this indexing by
305 -adding <c>-O dir_index</c> to the <c>mke2fs</c> command. In short, ext3 is an
306 -excellent filesystem.-->
307 +like full data and ordered data journaling. It uses a hashed B*-tree index that
308 +enables high performance in almost all situations. In short, ext3 is a very
309 +good and reliable filesystem.
310 </p>
311
312 <p>
313 <b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
314 performance and greatly outperforms both ext2 and ext3 when dealing with small
315 -files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
316 -extremely well and has metadata journaling. As of kernel 2.4.18+, ReiserFS is
317 -solid and usable as both general-purpose filesystem and for extreme cases such
318 -as the creation of large filesystems, the use of many small files, very large
319 -files and directories containing tens of thousands of files.
320 +files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
321 +extremely well and has metadata journaling. ReiserFS is solid and usable as
322 +both general-purpose filesystem and for extreme cases such as the creation of
323 +large filesystems, very large files and directories containing tens of
324 +thousands of small files.
325 </p>
326
327 <p>
328
329
330
331 1.27 xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml
332
333 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?rev=1.27&view=markup
334 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?rev=1.27&content-type=text/plain
335 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?r1=1.26&r2=1.27
336
337 Index: hb-install-ppc64-disk.xml
338 ===================================================================
339 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v
340 retrieving revision 1.26
341 retrieving revision 1.27
342 diff -u -r1.26 -r1.27
343 --- hb-install-ppc64-disk.xml 30 Aug 2006 22:52:28 -0000 1.26
344 +++ hb-install-ppc64-disk.xml 2 Nov 2006 20:49:38 -0000 1.27
345 @@ -4,12 +4,12 @@
346 <!-- The content of this document is licensed under the CC-BY-SA license -->
347 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
348
349 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v 1.26 2006/08/30 22:52:28 nightmorph Exp $ -->
350 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v 1.27 2006/11/02 20:49:38 nightmorph Exp $ -->
351
352 <sections>
353
354 -<version>7.0</version>
355 -<date>2006-08-30</date>
356 +<version>7.1</version>
357 +<date>2006-11-02</date>
358
359 <section>
360 <title>Introduction to Block Devices</title>
361 @@ -618,19 +618,20 @@
362
363 <p>
364 <b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
365 -journaling for fast recovery in addition to other enhanced journaling modes like
366 -full data and ordered data journaling. ext3 is a very good and reliable
367 -filesystem.
368 +journaling for fast recovery in addition to other enhanced journaling modes
369 +like full data and ordered data journaling. It uses a hashed B*-tree index that
370 +enables high performance in almost all situations. In short, ext3 is a very
371 +good and reliable filesystem.
372 </p>
373
374 <p>
375 -<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
376 -performance and greatly outperforms both ext2 and ext3 when dealing with small
377 -files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
378 -extremely well and has metadata journaling. As of kernel 2.4.18+, ReiserFS is
379 -solid and usable as both general-purpose filesystem and for extreme cases such
380 -as the creation of large filesystems, the use of many small files, very large
381 -files and directories containing tens of thousands of files.
382 +<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
383 +performance and greatly outperforms both ext2 and ext3 when dealing with small
384 +files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
385 +extremely well and has metadata journaling. ReiserFS is solid and usable as
386 +both general-purpose filesystem and for extreme cases such as the creation of
387 +large filesystems, very large files and directories containing tens of
388 +thousands of small files.
389 </p>
390
391 <p>
392
393
394
395 1.37 xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml
396
397 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml?rev=1.37&view=markup
398 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml?rev=1.37&content-type=text/plain
399 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml?r1=1.36&r2=1.37
400
401 Index: hb-install-ppc-disk.xml
402 ===================================================================
403 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml,v
404 retrieving revision 1.36
405 retrieving revision 1.37
406 diff -u -r1.36 -r1.37
407 --- hb-install-ppc-disk.xml 30 Aug 2006 22:52:28 -0000 1.36
408 +++ hb-install-ppc-disk.xml 2 Nov 2006 20:49:38 -0000 1.37
409 @@ -4,12 +4,12 @@
410 <!-- The content of this document is licensed under the CC-BY-SA license -->
411 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
412
413 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml,v 1.36 2006/08/30 22:52:28 nightmorph Exp $ -->
414 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml,v 1.37 2006/11/02 20:49:38 nightmorph Exp $ -->
415
416 <sections>
417
418 -<version>7.0</version>
419 -<date>2006-08-30</date>
420 +<version>7.1</version>
421 +<date>2006-11-02</date>
422
423 <section>
424 <title>Introduction to Block Devices</title>
425 @@ -392,19 +392,20 @@
426
427 <p>
428 <b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
429 -journaling for fast recovery in addition to other enhanced journaling modes like
430 -full data and ordered data journaling. ext3 is a very good and reliable
431 -filesystem.
432 +journaling for fast recovery in addition to other enhanced journaling modes
433 +like full data and ordered data journaling. It uses a hashed B*-tree index that
434 +enables high performance in almost all situations. In short, ext3 is a very
435 +good and reliable filesystem.
436 </p>
437
438 <p>
439 -<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
440 -performance and greatly outperforms both ext2 and ext3 when dealing with small
441 -files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
442 -extremely well and has metadata journaling. As of kernel 2.4.18+, ReiserFS is
443 -solid and usable as both general-purpose filesystem and for extreme cases such
444 -as the creation of large filesystems, the use of many small files, very large
445 -files and directories containing tens of thousands of files.
446 +<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
447 +performance and greatly outperforms both ext2 and ext3 when dealing with small
448 +files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
449 +extremely well and has metadata journaling. ReiserFS is solid and usable as
450 +both general-purpose filesystem and for extreme cases such as the creation of
451 +large filesystems, very large files and directories containing tens of
452 +thousands of small files.
453 </p>
454
455 <p>
456
457
458
459 1.27 xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml
460
461 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?rev=1.27&view=markup
462 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?rev=1.27&content-type=text/plain
463 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?r1=1.26&r2=1.27
464
465 Index: hb-install-sparc-disk.xml
466 ===================================================================
467 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml,v
468 retrieving revision 1.26
469 retrieving revision 1.27
470 diff -u -r1.26 -r1.27
471 --- hb-install-sparc-disk.xml 1 Sep 2006 12:56:43 -0000 1.26
472 +++ hb-install-sparc-disk.xml 2 Nov 2006 20:49:38 -0000 1.27
473 @@ -4,12 +4,12 @@
474 <!-- The content of this document is licensed under the CC-BY-SA license -->
475 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
476
477 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml,v 1.26 2006/09/01 12:56:43 rane Exp $ -->
478 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml,v 1.27 2006/11/02 20:49:38 nightmorph Exp $ -->
479
480 <sections>
481
482 -<version>3.0</version>
483 -<date>2006-09-01</date>
484 +<version>3.1</version>
485 +<date>2006-11-02</date>
486
487 <section>
488 <title>Introduction to Block Devices</title>
489 @@ -511,9 +511,10 @@
490 </p>
491
492 <p>
493 -<b>ext3</b> is the journaled version of the ext2 filesystem. It provides
494 -metadata journaling for fast recovery as well as other enhanced journaling
495 -modes like full-data and ordered-data journaling. Ext3 makes an excellent and
496 +<b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
497 +journaling for fast recovery in addition to other enhanced journaling modes
498 +like full data and ordered data journaling. It uses a hashed B*-tree index that
499 +enables high performance in almost all situations. Ext3 makes an excellent and
500 reliable alternative to ext2.
501 </p>
502
503
504
505
506 1.5 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml
507
508 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.5&view=markup
509 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.5&content-type=text/plain
510 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?r1=1.4&r2=1.5
511
512 Index: hb-install-x86+amd64-disk.xml
513 ===================================================================
514 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v
515 retrieving revision 1.4
516 retrieving revision 1.5
517 diff -u -r1.4 -r1.5
518 --- hb-install-x86+amd64-disk.xml 28 Oct 2006 09:17:55 -0000 1.4
519 +++ hb-install-x86+amd64-disk.xml 2 Nov 2006 20:49:38 -0000 1.5
520 @@ -4,7 +4,7 @@
521 <!-- The content of this document is licensed under the CC-BY-SA license -->
522 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
523
524 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 1.4 2006/10/28 09:17:55 neysx Exp $ -->
525 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 1.5 2006/11/02 20:49:38 nightmorph Exp $ -->
526
527 <sections>
528
529 @@ -535,19 +535,20 @@
530
531 <p>
532 <b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
533 -journaling for fast recovery in addition to other enhanced journaling modes like
534 -full data and ordered data journaling. ext3 is a very good and reliable
535 -filesystem.
536 +journaling for fast recovery in addition to other enhanced journaling modes
537 +like full data and ordered data journaling. It uses a hashed B*-tree index that
538 +enables high performance in almost all situations. In short, ext3 is a very
539 +good and reliable filesystem.
540 </p>
541
542 <p>
543 -<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
544 -performance and greatly outperforms both ext2 and ext3 when dealing with small
545 -files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
546 -extremely well and has metadata journaling. As of kernel 2.4.18+, ReiserFS is
547 -solid and usable as both general-purpose filesystem and for extreme cases such
548 -as the creation of large filesystems, the use of many small files, very large
549 -files and directories containing tens of thousands of files.
550 +<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
551 +performance and greatly outperforms both ext2 and ext3 when dealing with small
552 +files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
553 +extremely well and has metadata journaling. ReiserFS is solid and usable as
554 +both general-purpose filesystem and for extreme cases such as the creation of
555 +large filesystems, very large files and directories containing tens of
556 +thousands of small files.
557 </p>
558
559 <p>
560
561
562
563 --
564 gentoo-doc-cvs@g.o mailing list