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.j7283iQK018584@robin.gentoo.org
1 swift 05/08/02 08:03:54
2
3 Modified: xml/htdocs/doc/en/handbook/draft/2005.1
4 hb-install-alpha-disk.xml hb-install-amd64-disk.xml
5 hb-install-hppa-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.2 +4 -3 xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-alpha-disk.xml
17
18 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-alpha-disk.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
19 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-alpha-disk.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
20 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-alpha-disk.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo
21
22 Index: hb-install-alpha-disk.xml
23 ===================================================================
24 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-alpha-disk.xml,v
25 retrieving revision 1.1
26 retrieving revision 1.2
27 diff -u -r1.1 -r1.2
28 --- hb-install-alpha-disk.xml 5 Jul 2005 08:02:04 -0000 1.1
29 +++ hb-install-alpha-disk.xml 2 Aug 2005 08:03:54 -0000 1.2
30 @@ -4,7 +4,7 @@
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/draft/2005.1/hb-install-alpha-disk.xml,v 1.1 2005/07/05 08:02:04 swift Exp $ -->
35 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-alpha-disk.xml,v 1.2 2005/08/02 08:03:54 swift Exp $ -->
36
37 <sections>
38
39 @@ -660,8 +660,9 @@
40 journaling for fast recovery in addition to other enhanced journaling modes like
41 full data and ordered data journaling. ext3 is a very good and reliable
42 filesystem. It has an additional hashed b-tree indexing option that enables
43 -high performance in almost all situations. In short, ext3 is an excellent
44 -filesystem.
45 +high performance in almost all situations. You can enable this indexing by
46 +adding <c>-O dir_index</c> to the <c>mke2fs</c> command. In short, ext3 is an
47 +excellent filesystem.
48 </p>
49
50 <p>
51
52
53
54 1.2 +4 -3 xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-amd64-disk.xml
55
56 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-amd64-disk.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
57 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-amd64-disk.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
58 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-amd64-disk.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo
59
60 Index: hb-install-amd64-disk.xml
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-amd64-disk.xml,v
63 retrieving revision 1.1
64 retrieving revision 1.2
65 diff -u -r1.1 -r1.2
66 --- hb-install-amd64-disk.xml 5 Jul 2005 08:02:04 -0000 1.1
67 +++ hb-install-amd64-disk.xml 2 Aug 2005 08:03:54 -0000 1.2
68 @@ -4,7 +4,7 @@
69 <!-- The content of this document is licensed under the CC-BY-SA license -->
70 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
71
72 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-amd64-disk.xml,v 1.1 2005/07/05 08:02:04 swift Exp $ -->
73 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-amd64-disk.xml,v 1.2 2005/08/02 08:03:54 swift Exp $ -->
74
75 <sections>
76
77 @@ -519,8 +519,9 @@
78 journaling for fast recovery in addition to other enhanced journaling modes like
79 full data and ordered data journaling. ext3 is a very good and reliable
80 filesystem. It has an additional hashed b-tree indexing option that enables
81 -high performance in almost all situations. In short, ext3 is an excellent
82 -filesystem.
83 +high performance in almost all situations. You can enable this indexing by
84 +adding <c>-O dir_index</c> to the <c>mke2fs</c> command. In short, ext3 is an
85 +excellent filesystem.
86 </p>
87
88 <p>
89
90
91
92 1.4 +4 -3 xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-hppa-disk.xml
93
94 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-hppa-disk.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
95 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-hppa-disk.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
96 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-hppa-disk.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo
97
98 Index: hb-install-hppa-disk.xml
99 ===================================================================
100 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-hppa-disk.xml,v
101 retrieving revision 1.3
102 retrieving revision 1.4
103 diff -u -r1.3 -r1.4
104 --- hb-install-hppa-disk.xml 5 Jul 2005 08:17:48 -0000 1.3
105 +++ hb-install-hppa-disk.xml 2 Aug 2005 08:03:54 -0000 1.4
106 @@ -4,7 +4,7 @@
107 <!-- The content of this document is licensed under the CC-BY-SA license -->
108 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
109
110 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-hppa-disk.xml,v 1.3 2005/07/05 08:17:48 swift Exp $ -->
111 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-hppa-disk.xml,v 1.4 2005/08/02 08:03:54 swift Exp $ -->
112
113 <sections>
114
115 @@ -215,8 +215,9 @@
116 journaling for fast recovery in addition to other enhanced journaling modes like
117 full data and ordered data journaling. ext3 is a very good and reliable
118 filesystem. It has an additional hashed b-tree indexing option that enables
119 -high performance in almost all situations. In short, ext3 is an excellent
120 -filesystem.
121 +high performance in almost all situations. You can enable this indexing by
122 +adding <c>-O dir_index</c> to the <c>mke2fs</c> command. In short, ext3 is an
123 +excellent filesystem.
124 </p>
125
126 <p>
127
128
129
130 1.3 +4 -3 xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc-disk.xml
131
132 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc-disk.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
133 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc-disk.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
134 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc-disk.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
135
136 Index: hb-install-ppc-disk.xml
137 ===================================================================
138 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc-disk.xml,v
139 retrieving revision 1.2
140 retrieving revision 1.3
141 diff -u -r1.2 -r1.3
142 --- hb-install-ppc-disk.xml 28 Jul 2005 16:42:03 -0000 1.2
143 +++ hb-install-ppc-disk.xml 2 Aug 2005 08:03:54 -0000 1.3
144 @@ -4,7 +4,7 @@
145 <!-- The content of this document is licensed under the CC-BY-SA license -->
146 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
147
148 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc-disk.xml,v 1.2 2005/07/28 16:42:03 josejx Exp $ -->
149 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc-disk.xml,v 1.3 2005/08/02 08:03:54 swift Exp $ -->
150
151 <sections>
152
153 @@ -390,8 +390,9 @@
154 journaling for fast recovery in addition to other enhanced journaling modes like
155 full data and ordered data journaling. ext3 is a very good and reliable
156 filesystem. It has an additional hashed b-tree indexing option that enables
157 -high performance in almost all situations. In short, ext3 is an excellent
158 -filesystem.
159 +high performance in almost all situations. You can enable this indexing by
160 +adding <c>-O dir_index</c> to the <c>mke2fs</c> command. In short, ext3 is an
161 +excellent filesystem.
162 </p>
163
164 <p>
165
166
167
168 1.3 +4 -3 xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-disk.xml
169
170 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-disk.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
171 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-disk.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
172 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-disk.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
173
174 Index: hb-install-ppc64-disk.xml
175 ===================================================================
176 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-disk.xml,v
177 retrieving revision 1.2
178 retrieving revision 1.3
179 diff -u -r1.2 -r1.3
180 --- hb-install-ppc64-disk.xml 2 Aug 2005 05:16:36 -0000 1.2
181 +++ hb-install-ppc64-disk.xml 2 Aug 2005 08:03:54 -0000 1.3
182 @@ -4,7 +4,7 @@
183 <!-- The content of this document is licensed under the CC-BY-SA license -->
184 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
185
186 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-disk.xml,v 1.2 2005/08/02 05:16:36 fox2mike Exp $ -->
187 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-disk.xml,v 1.3 2005/08/02 08:03:54 swift Exp $ -->
188
189 <sections>
190
191 @@ -578,8 +578,9 @@
192 journaling for fast recovery in addition to other enhanced journaling modes like
193 full data and ordered data journaling. ext3 is a very good and reliable
194 filesystem. It has an additional hashed b-tree indexing option that enables
195 -high performance in almost all situations. In short, ext3 is an excellent
196 -filesystem.
197 +high performance in almost all situations. You can enable this indexing by
198 +adding <c>-O dir_index</c> to the <c>mke2fs</c> command. In short, ext3 is an
199 +excellent filesystem.
200 </p>
201
202 <p>
203
204
205
206 1.2 +3 -2 xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-sparc-disk.xml
207
208 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-sparc-disk.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
209 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-sparc-disk.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
210 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-sparc-disk.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo
211
212 Index: hb-install-sparc-disk.xml
213 ===================================================================
214 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-sparc-disk.xml,v
215 retrieving revision 1.1
216 retrieving revision 1.2
217 diff -u -r1.1 -r1.2
218 --- hb-install-sparc-disk.xml 5 Jul 2005 08:02:04 -0000 1.1
219 +++ hb-install-sparc-disk.xml 2 Aug 2005 08:03:54 -0000 1.2
220 @@ -4,7 +4,7 @@
221 <!-- The content of this document is licensed under the CC-BY-SA license -->
222 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
223
224 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-sparc-disk.xml,v 1.1 2005/07/05 08:02:04 swift Exp $ -->
225 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-sparc-disk.xml,v 1.2 2005/08/02 08:03:54 swift Exp $ -->
226
227 <sections>
228
229 @@ -515,7 +515,8 @@
230 metadata journaling for fast recovery as well as other enhanced journaling
231 modes like full-data and ordered-data journaling. Ext3 has an additional hashed
232 b-tree indexing option that enables high performance in almost all situations.
233 -Ext3 makes an excellent and reliable alternative to ext2.
234 +You can enable this indexing by adding <c>-O dir_index</c> to the <c>mke2fs</c>
235 +command. Ext3 makes an excellent and reliable alternative to ext2.
236 </p>
237
238 </body>
239
240
241
242 1.2 +4 -3 xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-disk.xml
243
244 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-disk.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
245 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-disk.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
246 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-disk.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo
247
248 Index: hb-install-x86-disk.xml
249 ===================================================================
250 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-disk.xml,v
251 retrieving revision 1.1
252 retrieving revision 1.2
253 diff -u -r1.1 -r1.2
254 --- hb-install-x86-disk.xml 5 Jul 2005 08:02:04 -0000 1.1
255 +++ hb-install-x86-disk.xml 2 Aug 2005 08:03:54 -0000 1.2
256 @@ -4,7 +4,7 @@
257 <!-- The content of this document is licensed under the CC-BY-SA license -->
258 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
259
260 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-disk.xml,v 1.1 2005/07/05 08:02:04 swift Exp $ -->
261 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-x86-disk.xml,v 1.2 2005/08/02 08:03:54 swift Exp $ -->
262
263 <sections>
264
265 @@ -525,8 +525,9 @@
266 journaling for fast recovery in addition to other enhanced journaling modes like
267 full data and ordered data journaling. ext3 is a very good and reliable
268 filesystem. It has an additional hashed b-tree indexing option that enables
269 -high performance in almost all situations. In short, ext3 is an excellent
270 -filesystem.
271 +high performance in almost all situations. You can enable this indexing by
272 +adding <c>-O dir_index</c> to the <c>mke2fs</c> command. In short, ext3 is an
273 +excellent filesystem.
274 </p>
275
276 <p>
277
278
279
280 --
281 gentoo-doc-cvs@g.o mailing list