nightmorph 07/06/26 07:07:27
Modified: hb-install-hppa-disk.xml hb-install-ppc-disk.xml
hb-install-ppc64-disk.xml hb-install-sparc-disk.xml
Log:
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*
Revision Changes Path
1.5 xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-disk.xml
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
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
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
Index: hb-install-hppa-disk.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-disk.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hb-install-hppa-disk.xml 7 May 2007 18:11:42 -0000 1.4
+++ hb-install-hppa-disk.xml 26 Jun 2007 07:07:27 -0000 1.5
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $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 $ -->
+<!-- $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 $ -->
<sections>
-<version>8.0</version>
-<date>2007-05-07</date>
+<version>8.1</version>
+<date>2007-06-26</date>
<section>
<title>Introduction to Block Devices</title>
@@ -212,14 +212,14 @@
<p>
<b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
-journaling for fast recovery in addition to other enhanced journaling modes
-like full data and ordered data journaling. It uses a hashed B*-tree index that
-enables high performance in almost all situations. In short, ext3 is a very
-good and reliable filesystem.
+journaling for fast recovery in addition to other enhanced journaling modes
like
+full data and ordered data journaling. It uses an HTree index that enables high
+performance in almost all situations. In short, ext3 is a very good and
reliable
+filesystem.
</p>
<p>
-<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
+<b>ReiserFS</b> is a B+tree-based filesystem that has very good overall
performance and greatly outperforms both ext2 and ext3 when dealing with small
files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
extremely well and has metadata journaling. ReiserFS is solid and usable as
1.10 xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml
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
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
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
Index: hb-install-ppc-disk.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- hb-install-ppc-disk.xml 9 May 2007 00:52:08 -0000 1.9
+++ hb-install-ppc-disk.xml 26 Jun 2007 07:07:27 -0000 1.10
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $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 $ -->
+<!-- $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 $ -->
<sections>
-<version>8.1</version>
-<date>2007-05-08</date>
+<version>8.2</version>
+<date>2007-06-26</date>
<section>
<title>Introduction to Block Devices</title>
@@ -520,14 +520,14 @@
<p>
<b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
-journaling for fast recovery in addition to other enhanced journaling modes
-like full data and ordered data journaling. It uses a hashed B*-tree index that
-enables high performance in almost all situations. In short, ext3 is a very
-good and reliable filesystem and is highly recommended for most installs.
+journaling for fast recovery in addition to other enhanced journaling modes
like
+full data and ordered data journaling. It uses an HTree index that enables high
+performance in almost all situations. In short, ext3 is a very good and
reliable
+filesystem.
</p>
<p>
-<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
+<b>ReiserFS</b> is a B+tree-based filesystem that has very good overall
performance and greatly outperforms both ext2 and ext3 when dealing with small
files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
extremely well and has metadata journaling. ReiserFS is solid and usable as
1.7 xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-disk.xml
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
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
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
Index: hb-install-ppc64-disk.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-disk.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hb-install-ppc64-disk.xml 8 May 2007 21:17:07 -0000 1.6
+++ hb-install-ppc64-disk.xml 26 Jun 2007 07:07:27 -0000 1.7
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $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 $ -->
+<!-- $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 $ -->
<sections>
-<version>8.0</version>
-<date>2007-05-07</date>
+<version>8.1</version>
+<date>2007-06-26</date>
<section>
<title>Introduction to Block Devices</title>
@@ -588,14 +588,14 @@
<p>
<b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
-journaling for fast recovery in addition to other enhanced journaling modes
-like full data and ordered data journaling. It uses a hashed B*-tree index that
-enables high performance in almost all situations. In short, ext3 is a very
-good and reliable filesystem.
+journaling for fast recovery in addition to other enhanced journaling modes
like
+full data and ordered data journaling. It uses an HTree index that enables high
+performance in almost all situations. In short, ext3 is a very good and
reliable
+filesystem.
</p>
<p>
-<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
+<b>ReiserFS</b> is a B+tree-based filesystem that has very good overall
performance and greatly outperforms both ext2 and ext3 when dealing with small
files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
extremely well and has metadata journaling. ReiserFS is solid and usable as
1.6 xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-disk.xml
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
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
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
Index: hb-install-sparc-disk.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-disk.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hb-install-sparc-disk.xml 7 May 2007 18:11:42 -0000 1.5
+++ hb-install-sparc-disk.xml 26 Jun 2007 07:07:27 -0000 1.6
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $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 $ -->
+<!-- $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 $ -->
<sections>
-<version>8.0</version>
-<date>2007-05-07</date>
+<version>8.1</version>
+<date>2007-06-26</date>
<section>
<title>Introduction to Block Devices</title>
@@ -503,7 +503,7 @@
<p>
<b>ext2</b> is the tried-and-true Linux filesystem. It does not support
journaling, which means that periodic checks of ext2 filesystems at startup
-can be quite time-consuming. There is quite a selection of newer-generation
+can be quite time-consuming. There is quite a selection of newer-generation
journaled filesystems that can be checked for consistency very quickly at
startup, and are therefore generally preferred over their non-journaled
counterparts. In general, journaled filesystems prevent long delays when a
@@ -511,11 +511,11 @@
</p>
<p>
-<b>ext3</b> is the journaled version of the ext2 filesystem. It provides
-metadata journaling for fast recovery as well as other enhanced journaling
-modes like full-data and ordered-data journaling. It uses a hashed B*-tree
-index that enables high performance in almost all situations. Ext3 makes an
-excellent and reliable alternative to ext2.
+<b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
+journaling for fast recovery in addition to other enhanced journaling modes
like
+full data and ordered data journaling. It uses an HTree index that enables high
+performance in almost all situations. In short, ext3 is a very good and
reliable
+filesystem.
</p>
</body>
--
[EMAIL PROTECTED] mailing list