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