Gentoo Archives: gentoo-doc-cvs

From: Sven Vermeulen <swift@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-alpha-disk.xml
Date: Tue, 02 Aug 2005 08:04:20
Message-Id: 200508020803.j7283i5k003416@robin.gentoo.org
1 swift 05/08/02 08:03:54
2
3 Modified: xml/htdocs/doc/en/handbook hb-install-alpha-disk.xml
4 hb-install-amd64-disk.xml hb-install-hppa-disk.xml
5 hb-install-mips-disk.xml hb-install-ppc-disk.xml
6 hb-install-ppc64-disk.xml hb-install-sparc-disk.xml
7 hb-install-x86-disk.xml
8 Log:
9 #101034 - Adding "-O dir_index" information to the guide
10
11 Leaving it out of the real example mke2fs command to "stage" it. When we know
12 more about this b-tree stability and architectural support we can follow the
13 SPARC handbook and use it by default.
14
15 Revision Changes Path
16 1.19 +6 -5 xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml
17
18 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml?rev=1.19&content-type=text/x-cvsweb-markup&cvsroot=gentoo
19 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml?rev=1.19&content-type=text/plain&cvsroot=gentoo
20 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml.diff?r1=1.18&r2=1.19&cvsroot=gentoo
21
22 Index: hb-install-alpha-disk.xml
23 ===================================================================
24 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml,v
25 retrieving revision 1.18
26 retrieving revision 1.19
27 diff -u -r1.18 -r1.19
28 --- hb-install-alpha-disk.xml 10 Jun 2005 18:15:33 -0000 1.18
29 +++ hb-install-alpha-disk.xml 2 Aug 2005 08:03:53 -0000 1.19
30 @@ -4,12 +4,12 @@
31 <!-- The content of this document is licensed under the CC-BY-SA license -->
32 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
33
34 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml,v 1.18 2005/06/10 18:15:33 swift Exp $ -->
35 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml,v 1.19 2005/08/02 08:03:53 swift Exp $ -->
36
37 <sections>
38
39 -<version>2.1</version>
40 -<date>2005-06-10</date>
41 +<version>2.2</version>
42 +<date>2005-08-02</date>
43
44 <section>
45 <title>Introduction to Block Devices</title>
46 @@ -660,8 +660,9 @@
47 journaling for fast recovery in addition to other enhanced journaling modes like
48 full data and ordered data journaling. ext3 is a very good and reliable
49 filesystem. It has an additional hashed b-tree indexing option that enables
50 -high performance in almost all situations. In short, ext3 is an excellent
51 -filesystem.
52 +high performance in almost all situations. You can enable this indexing by
53 +adding <c>-O dir_index</c> to the <c>mke2fs</c> command. In short, ext3 is an
54 +excellent filesystem.
55 </p>
56
57 <p>
58
59
60
61 1.21 +6 -5 xml/htdocs/doc/en/handbook/hb-install-amd64-disk.xml
62
63 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-disk.xml?rev=1.21&content-type=text/x-cvsweb-markup&cvsroot=gentoo
64 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-disk.xml?rev=1.21&content-type=text/plain&cvsroot=gentoo
65 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-disk.xml.diff?r1=1.20&r2=1.21&cvsroot=gentoo
66
67 Index: hb-install-amd64-disk.xml
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-disk.xml,v
70 retrieving revision 1.20
71 retrieving revision 1.21
72 diff -u -r1.20 -r1.21
73 --- hb-install-amd64-disk.xml 10 Jun 2005 18:15:33 -0000 1.20
74 +++ hb-install-amd64-disk.xml 2 Aug 2005 08:03:53 -0000 1.21
75 @@ -4,12 +4,12 @@
76 <!-- The content of this document is licensed under the CC-BY-SA license -->
77 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
78
79 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-disk.xml,v 1.20 2005/06/10 18:15:33 swift Exp $ -->
80 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-disk.xml,v 1.21 2005/08/02 08:03:53 swift Exp $ -->
81
82 <sections>
83
84 -<version>2.2</version>
85 -<date>2005-06-10</date>
86 +<version>2.3</version>
87 +<date>2005-08-02</date>
88
89 <section>
90 <title>Introduction to Block Devices</title>
91 @@ -521,8 +521,9 @@
92 journaling for fast recovery in addition to other enhanced journaling modes like
93 full data and ordered data journaling. ext3 is a very good and reliable
94 filesystem. It has an additional hashed b-tree indexing option that enables
95 -high performance in almost all situations. In short, ext3 is an excellent
96 -filesystem.
97 +high performance in almost all situations. You can enable this indexing by
98 +adding <c>-O dir_index</c> to the <c>mke2fs</c> command. In short, ext3 is an
99 +excellent filesystem.
100 </p>
101
102 <p>
103
104
105
106 1.17 +6 -5 xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml
107
108 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?rev=1.17&content-type=text/x-cvsweb-markup&cvsroot=gentoo
109 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?rev=1.17&content-type=text/plain&cvsroot=gentoo
110 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml.diff?r1=1.16&r2=1.17&cvsroot=gentoo
111
112 Index: hb-install-hppa-disk.xml
113 ===================================================================
114 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml,v
115 retrieving revision 1.16
116 retrieving revision 1.17
117 diff -u -r1.16 -r1.17
118 --- hb-install-hppa-disk.xml 10 Jun 2005 18:15:33 -0000 1.16
119 +++ hb-install-hppa-disk.xml 2 Aug 2005 08:03:53 -0000 1.17
120 @@ -4,12 +4,12 @@
121 <!-- The content of this document is licensed under the CC-BY-SA license -->
122 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
123
124 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml,v 1.16 2005/06/10 18:15:33 swift Exp $ -->
125 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml,v 1.17 2005/08/02 08:03:53 swift Exp $ -->
126
127 <sections>
128
129 -<version>1.11</version>
130 -<date>2005-06-10</date>
131 +<version>1.12</version>
132 +<date>2005-08-02</date>
133
134 <section>
135 <title>Introduction to Block Devices</title>
136 @@ -216,8 +216,9 @@
137 journaling for fast recovery in addition to other enhanced journaling modes like
138 full data and ordered data journaling. ext3 is a very good and reliable
139 filesystem. It has an additional hashed b-tree indexing option that enables
140 -high performance in almost all situations. In short, ext3 is an excellent
141 -filesystem.
142 +high performance in almost all situations. You can enable this indexing by
143 +adding <c>-O dir_index</c> to the <c>mke2fs</c> command. In short, ext3 is an
144 +excellent filesystem.
145 </p>
146
147 <p>
148
149
150
151 1.15 +6 -5 xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml
152
153 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?rev=1.15&content-type=text/x-cvsweb-markup&cvsroot=gentoo
154 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?rev=1.15&content-type=text/plain&cvsroot=gentoo
155 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml.diff?r1=1.14&r2=1.15&cvsroot=gentoo
156
157 Index: hb-install-mips-disk.xml
158 ===================================================================
159 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml,v
160 retrieving revision 1.14
161 retrieving revision 1.15
162 diff -u -r1.14 -r1.15
163 --- hb-install-mips-disk.xml 14 Jun 2005 10:18:25 -0000 1.14
164 +++ hb-install-mips-disk.xml 2 Aug 2005 08:03:53 -0000 1.15
165 @@ -4,12 +4,12 @@
166 <!-- The content of this document is licensed under the CC-BY-SA license -->
167 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
168
169 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml,v 1.14 2005/06/14 10:18:25 swift Exp $ -->
170 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml,v 1.15 2005/08/02 08:03:53 swift Exp $ -->
171
172 <sections>
173
174 -<version>1.9</version>
175 -<date>2005-06-10</date>
176 +<version>1.10</version>
177 +<date>2005-08-02</date>
178
179 <section>
180 <title>Introduction to Block Devices</title>
181 @@ -550,8 +550,9 @@
182 journaling for fast recovery in addition to other enhanced journaling modes like
183 full data and ordered data journaling. ext3 is a very good and reliable
184 filesystem. It has an additional hashed b-tree indexing option that enables
185 -high performance in almost all situations. In short, ext3 is an excellent
186 -filesystem.
187 +high performance in almost all situations. You can enable this indexing by
188 +adding <c>-O dir_index</c> to the <c>mke2fs</c> command. In short, ext3 is an
189 +excellent filesystem.
190 </p>
191
192 <p>
193
194
195
196 1.30 +6 -5 xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml
197
198 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml?rev=1.30&content-type=text/x-cvsweb-markup&cvsroot=gentoo
199 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml?rev=1.30&content-type=text/plain&cvsroot=gentoo
200 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml.diff?r1=1.29&r2=1.30&cvsroot=gentoo
201
202 Index: hb-install-ppc-disk.xml
203 ===================================================================
204 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml,v
205 retrieving revision 1.29
206 retrieving revision 1.30
207 diff -u -r1.29 -r1.30
208 --- hb-install-ppc-disk.xml 10 Jun 2005 18:15:33 -0000 1.29
209 +++ hb-install-ppc-disk.xml 2 Aug 2005 08:03:53 -0000 1.30
210 @@ -4,12 +4,12 @@
211 <!-- The content of this document is licensed under the CC-BY-SA license -->
212 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
213
214 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml,v 1.29 2005/06/10 18:15:33 swift Exp $ -->
215 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml,v 1.30 2005/08/02 08:03:53 swift Exp $ -->
216
217 <sections>
218
219 -<version>2.1</version>
220 -<date>2005-06-10</date>
221 +<version>2.2</version>
222 +<date>2005-08-02</date>
223
224 <section>
225 <title>Introduction to Block Devices</title>
226 @@ -392,8 +392,9 @@
227 journaling for fast recovery in addition to other enhanced journaling modes like
228 full data and ordered data journaling. ext3 is a very good and reliable
229 filesystem. It has an additional hashed b-tree indexing option that enables
230 -high performance in almost all situations. In short, ext3 is an excellent
231 -filesystem.
232 +high performance in almost all situations. You can enable this indexing by
233 +adding <c>-O dir_index</c> to the <c>mke2fs</c> command. In short, ext3 is an
234 +excellent filesystem.
235 </p>
236
237 <p>
238
239
240
241 1.20 +6 -5 xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml
242
243 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?rev=1.20&content-type=text/x-cvsweb-markup&cvsroot=gentoo
244 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?rev=1.20&content-type=text/plain&cvsroot=gentoo
245 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml.diff?r1=1.19&r2=1.20&cvsroot=gentoo
246
247 Index: hb-install-ppc64-disk.xml
248 ===================================================================
249 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v
250 retrieving revision 1.19
251 retrieving revision 1.20
252 diff -u -r1.19 -r1.20
253 --- hb-install-ppc64-disk.xml 10 Jun 2005 18:15:33 -0000 1.19
254 +++ hb-install-ppc64-disk.xml 2 Aug 2005 08:03:53 -0000 1.20
255 @@ -4,12 +4,12 @@
256 <!-- The content of this document is licensed under the CC-BY-SA license -->
257 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
258
259 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v 1.19 2005/06/10 18:15:33 swift Exp $ -->
260 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v 1.20 2005/08/02 08:03:53 swift Exp $ -->
261
262 <sections>
263
264 -<version>2.3</version>
265 -<date>2005-06-10</date>
266 +<version>2.4</version>
267 +<date>2005-08-02</date>
268
269 <section>
270 <title>Introduction to Block Devices</title>
271 @@ -579,8 +579,9 @@
272 journaling for fast recovery in addition to other enhanced journaling modes like
273 full data and ordered data journaling. ext3 is a very good and reliable
274 filesystem. It has an additional hashed b-tree indexing option that enables
275 -high performance in almost all situations. In short, ext3 is an excellent
276 -filesystem.
277 +high performance in almost all situations. You can enable this indexing by
278 +adding <c>-O dir_index</c> to the <c>mke2fs</c> command. In short, ext3 is an
279 +excellent filesystem.
280 </p>
281
282 <p>
283
284
285
286 1.21 +5 -4 xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml
287
288 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?rev=1.21&content-type=text/x-cvsweb-markup&cvsroot=gentoo
289 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?rev=1.21&content-type=text/plain&cvsroot=gentoo
290 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml.diff?r1=1.20&r2=1.21&cvsroot=gentoo
291
292 Index: hb-install-sparc-disk.xml
293 ===================================================================
294 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml,v
295 retrieving revision 1.20
296 retrieving revision 1.21
297 diff -u -r1.20 -r1.21
298 --- hb-install-sparc-disk.xml 10 Jun 2005 18:15:33 -0000 1.20
299 +++ hb-install-sparc-disk.xml 2 Aug 2005 08:03:53 -0000 1.21
300 @@ -4,12 +4,12 @@
301 <!-- The content of this document is licensed under the CC-BY-SA license -->
302 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
303
304 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml,v 1.20 2005/06/10 18:15:33 swift Exp $ -->
305 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml,v 1.21 2005/08/02 08:03:53 swift Exp $ -->
306
307 <sections>
308
309 -<version>2.2</version>
310 -<date>2005-06-10</date>
311 +<version>2.3</version>
312 +<date>2005-08-02</date>
313
314 <section>
315 <title>Introduction to Block Devices</title>
316 @@ -515,7 +515,8 @@
317 metadata journaling for fast recovery as well as other enhanced journaling
318 modes like full-data and ordered-data journaling. Ext3 has an additional hashed
319 b-tree indexing option that enables high performance in almost all situations.
320 -Ext3 makes an excellent and reliable alternative to ext2.
321 +You can enable this indexing by adding <c>-O dir_index</c> to the <c>mke2fs</c>
322 +command. Ext3 makes an excellent and reliable alternative to ext2.
323 </p>
324
325 </body>
326
327
328
329 1.23 +6 -5 xml/htdocs/doc/en/handbook/hb-install-x86-disk.xml
330
331 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-disk.xml?rev=1.23&content-type=text/x-cvsweb-markup&cvsroot=gentoo
332 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-disk.xml?rev=1.23&content-type=text/plain&cvsroot=gentoo
333 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-disk.xml.diff?r1=1.22&r2=1.23&cvsroot=gentoo
334
335 Index: hb-install-x86-disk.xml
336 ===================================================================
337 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-disk.xml,v
338 retrieving revision 1.22
339 retrieving revision 1.23
340 diff -u -r1.22 -r1.23
341 --- hb-install-x86-disk.xml 10 Jun 2005 18:15:33 -0000 1.22
342 +++ hb-install-x86-disk.xml 2 Aug 2005 08:03:53 -0000 1.23
343 @@ -4,12 +4,12 @@
344 <!-- The content of this document is licensed under the CC-BY-SA license -->
345 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
346
347 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-disk.xml,v 1.22 2005/06/10 18:15:33 swift Exp $ -->
348 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-disk.xml,v 1.23 2005/08/02 08:03:53 swift Exp $ -->
349
350 <sections>
351
352 -<version>2.2</version>
353 -<date>2005-06-10</date>
354 +<version>2.3</version>
355 +<date>2005-08-02</date>
356
357 <section>
358 <title>Introduction to Block Devices</title>
359 @@ -526,8 +526,9 @@
360 journaling for fast recovery in addition to other enhanced journaling modes like
361 full data and ordered data journaling. ext3 is a very good and reliable
362 filesystem. It has an additional hashed b-tree indexing option that enables
363 -high performance in almost all situations. In short, ext3 is an excellent
364 -filesystem.
365 +high performance in almost all situations. You can enable this indexing by
366 +adding <c>-O dir_index</c> to the <c>mke2fs</c> command. In short, ext3 is an
367 +excellent filesystem.
368 </p>
369
370 <p>
371
372
373
374 --
375 gentoo-doc-cvs@g.o mailing list