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-hppa-disk.xml hb-install-ppc-disk.xml hb-install-ppc64-disk.xml hb-install-sparc-disk.xml
Date: Tue, 26 Jun 2007 07:07:52
Message-Id: E1I3595-0002Ei-Fj@stork.gentoo.org
1 nightmorph 07/06/26 07:07:27
2
3 Modified: hb-install-hppa-disk.xml hb-install-ppc-disk.xml
4 hb-install-ppc64-disk.xml hb-install-sparc-disk.xml
5 Log:
6 fixing tree type confusion. spank whoever told me to add that ext3 stuff in the first place, and me for blindly adding it. all fixed now; also fixed reiserfs, since it's actually B+, not B*
7
8 Revision Changes Path
9 1.5 xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-disk.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-disk.xml?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-disk.xml?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-disk.xml?r1=1.4&r2=1.5
14
15 Index: hb-install-hppa-disk.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-disk.xml,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- hb-install-hppa-disk.xml 7 May 2007 18:11:42 -0000 1.4
22 +++ hb-install-hppa-disk.xml 26 Jun 2007 07:07:27 -0000 1.5
23 @@ -4,12 +4,12 @@
24 <!-- The content of this document is licensed under the CC-BY-SA license -->
25 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
26
27 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-disk.xml,v 1.4 2007/05/07 18:11:42 nightmorph Exp $ -->
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-disk.xml,v 1.5 2007/06/26 07:07:27 nightmorph Exp $ -->
29
30 <sections>
31
32 -<version>8.0</version>
33 -<date>2007-05-07</date>
34 +<version>8.1</version>
35 +<date>2007-06-26</date>
36
37 <section>
38 <title>Introduction to Block Devices</title>
39 @@ -212,14 +212,14 @@
40
41 <p>
42 <b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
43 -journaling for fast recovery in addition to other enhanced journaling modes
44 -like full data and ordered data journaling. It uses a hashed B*-tree index that
45 -enables high performance in almost all situations. In short, ext3 is a very
46 -good and reliable filesystem.
47 +journaling for fast recovery in addition to other enhanced journaling modes like
48 +full data and ordered data journaling. It uses an HTree index that enables high
49 +performance in almost all situations. In short, ext3 is a very good and reliable
50 +filesystem.
51 </p>
52
53 <p>
54 -<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
55 +<b>ReiserFS</b> is a B+tree-based filesystem that has very good overall
56 performance and greatly outperforms both ext2 and ext3 when dealing with small
57 files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
58 extremely well and has metadata journaling. ReiserFS is solid and usable as
59
60
61
62 1.10 xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml
63
64 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml?rev=1.10&view=markup
65 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml?rev=1.10&content-type=text/plain
66 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml?r1=1.9&r2=1.10
67
68 Index: hb-install-ppc-disk.xml
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml,v
71 retrieving revision 1.9
72 retrieving revision 1.10
73 diff -u -r1.9 -r1.10
74 --- hb-install-ppc-disk.xml 9 May 2007 00:52:08 -0000 1.9
75 +++ hb-install-ppc-disk.xml 26 Jun 2007 07:07:27 -0000 1.10
76 @@ -4,12 +4,12 @@
77 <!-- The content of this document is licensed under the CC-BY-SA license -->
78 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
79
80 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml,v 1.9 2007/05/09 00:52:08 nightmorph Exp $ -->
81 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml,v 1.10 2007/06/26 07:07:27 nightmorph Exp $ -->
82
83 <sections>
84
85 -<version>8.1</version>
86 -<date>2007-05-08</date>
87 +<version>8.2</version>
88 +<date>2007-06-26</date>
89
90 <section>
91 <title>Introduction to Block Devices</title>
92 @@ -520,14 +520,14 @@
93
94 <p>
95 <b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
96 -journaling for fast recovery in addition to other enhanced journaling modes
97 -like full data and ordered data journaling. It uses a hashed B*-tree index that
98 -enables high performance in almost all situations. In short, ext3 is a very
99 -good and reliable filesystem and is highly recommended for most installs.
100 +journaling for fast recovery in addition to other enhanced journaling modes like
101 +full data and ordered data journaling. It uses an HTree index that enables high
102 +performance in almost all situations. In short, ext3 is a very good and reliable
103 +filesystem.
104 </p>
105
106 <p>
107 -<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
108 +<b>ReiserFS</b> is a B+tree-based filesystem that has very good overall
109 performance and greatly outperforms both ext2 and ext3 when dealing with small
110 files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
111 extremely well and has metadata journaling. ReiserFS is solid and usable as
112
113
114
115 1.7 xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-disk.xml
116
117 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-disk.xml?rev=1.7&view=markup
118 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-disk.xml?rev=1.7&content-type=text/plain
119 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-disk.xml?r1=1.6&r2=1.7
120
121 Index: hb-install-ppc64-disk.xml
122 ===================================================================
123 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-disk.xml,v
124 retrieving revision 1.6
125 retrieving revision 1.7
126 diff -u -r1.6 -r1.7
127 --- hb-install-ppc64-disk.xml 8 May 2007 21:17:07 -0000 1.6
128 +++ hb-install-ppc64-disk.xml 26 Jun 2007 07:07:27 -0000 1.7
129 @@ -4,12 +4,12 @@
130 <!-- The content of this document is licensed under the CC-BY-SA license -->
131 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
132
133 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-disk.xml,v 1.6 2007/05/08 21:17:07 nightmorph Exp $ -->
134 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-disk.xml,v 1.7 2007/06/26 07:07:27 nightmorph Exp $ -->
135
136 <sections>
137
138 -<version>8.0</version>
139 -<date>2007-05-07</date>
140 +<version>8.1</version>
141 +<date>2007-06-26</date>
142
143 <section>
144 <title>Introduction to Block Devices</title>
145 @@ -588,14 +588,14 @@
146
147 <p>
148 <b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
149 -journaling for fast recovery in addition to other enhanced journaling modes
150 -like full data and ordered data journaling. It uses a hashed B*-tree index that
151 -enables high performance in almost all situations. In short, ext3 is a very
152 -good and reliable filesystem.
153 +journaling for fast recovery in addition to other enhanced journaling modes like
154 +full data and ordered data journaling. It uses an HTree index that enables high
155 +performance in almost all situations. In short, ext3 is a very good and reliable
156 +filesystem.
157 </p>
158
159 <p>
160 -<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
161 +<b>ReiserFS</b> is a B+tree-based filesystem that has very good overall
162 performance and greatly outperforms both ext2 and ext3 when dealing with small
163 files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
164 extremely well and has metadata journaling. ReiserFS is solid and usable as
165
166
167
168 1.6 xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-disk.xml
169
170 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-disk.xml?rev=1.6&view=markup
171 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-disk.xml?rev=1.6&content-type=text/plain
172 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-disk.xml?r1=1.5&r2=1.6
173
174 Index: hb-install-sparc-disk.xml
175 ===================================================================
176 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-disk.xml,v
177 retrieving revision 1.5
178 retrieving revision 1.6
179 diff -u -r1.5 -r1.6
180 --- hb-install-sparc-disk.xml 7 May 2007 18:11:42 -0000 1.5
181 +++ hb-install-sparc-disk.xml 26 Jun 2007 07:07:27 -0000 1.6
182 @@ -4,12 +4,12 @@
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/2007.0/hb-install-sparc-disk.xml,v 1.5 2007/05/07 18:11:42 nightmorph Exp $ -->
187 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-disk.xml,v 1.6 2007/06/26 07:07:27 nightmorph Exp $ -->
188
189 <sections>
190
191 -<version>8.0</version>
192 -<date>2007-05-07</date>
193 +<version>8.1</version>
194 +<date>2007-06-26</date>
195
196 <section>
197 <title>Introduction to Block Devices</title>
198 @@ -503,7 +503,7 @@
199 <p>
200 <b>ext2</b> is the tried-and-true Linux filesystem. It does not support
201 journaling, which means that periodic checks of ext2 filesystems at startup
202 -can be quite time-consuming. There is quite a selection of newer-generation
203 +can be quite time-consuming. There is quite a selection of newer-generation
204 journaled filesystems that can be checked for consistency very quickly at
205 startup, and are therefore generally preferred over their non-journaled
206 counterparts. In general, journaled filesystems prevent long delays when a
207 @@ -511,11 +511,11 @@
208 </p>
209
210 <p>
211 -<b>ext3</b> is the journaled version of the ext2 filesystem. It provides
212 -metadata journaling for fast recovery as well as other enhanced journaling
213 -modes like full-data and ordered-data journaling. It uses a hashed B*-tree
214 -index that enables high performance in almost all situations. Ext3 makes an
215 -excellent and reliable alternative to ext2.
216 +<b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
217 +journaling for fast recovery in addition to other enhanced journaling modes like
218 +full data and ordered data journaling. It uses an HTree index that enables high
219 +performance in almost all situations. In short, ext3 is a very good and reliable
220 +filesystem.
221 </p>
222
223 </body>
224
225
226
227 --
228 gentoo-doc-cvs@g.o mailing list