From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1I359P-0005fX-NL for garchives@archives.gentoo.org; Tue, 26 Jun 2007 07:07:48 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l5Q77V8H026897; Tue, 26 Jun 2007 07:07:31 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l5Q77TDZ026891 for ; Tue, 26 Jun 2007 07:07:29 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 01FF764C05 for ; Tue, 26 Jun 2007 07:07:29 +0000 (UTC) Received: from nightmorph by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1I3595-0004e8-9d for gentoo-doc-cvs@lists.gentoo.org; Tue, 26 Jun 2007 07:07:27 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: hb-install-alpha-disk.xml hb-install-arm-disk.xml hb-install-hppa-disk.xml hb-install-ia64-disk.xml hb-install-mips-disk.xml hb-install-ppc-disk.xml hb-install-ppc64-disk.xml hb-install-sparc-disk.xml hb-install-x86+amd64-disk.xml Message-Id: From: Josh Saddler Date: Tue, 26 Jun 2007 07:07:27 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 134b457e-e26c-4e64-afe6-4f906575479e X-Archives-Hash: 45fb25c3c8551a6d53d889a5f6aa230a nightmorph 07/06/26 07:07:27 Modified: hb-install-alpha-disk.xml hb-install-arm-disk.xml hb-install-hppa-disk.xml hb-install-ia64-disk.xml hb-install-mips-disk.xml hb-install-ppc-disk.xml hb-install-ppc64-disk.xml hb-install-sparc-disk.xml hb-install-x86+amd64-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.26 xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml?rev=1.26&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml?r1=1.25&r2=1.26 Index: hb-install-alpha-disk.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- hb-install-alpha-disk.xml 7 May 2007 18:11:40 -0000 1.25 +++ hb-install-alpha-disk.xml 26 Jun 2007 07:07:27 -0000 1.26 @@ -4,12 +4,12 @@ - + -8.0 -2007-05-07 +8.1 +2007-06-26
Introduction to Block Devices @@ -662,14 +662,14 @@

ext3 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.

-ReiserFS is a B*-tree based filesystem that has very good overall +ReiserFS 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/hb-install-arm-disk.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml?rev=1.6&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml?r1=1.5&r2=1.6 Index: hb-install-arm-disk.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- hb-install-arm-disk.xml 7 May 2007 18:11:40 -0000 1.5 +++ hb-install-arm-disk.xml 26 Jun 2007 07:07:27 -0000 1.6 @@ -4,12 +4,12 @@ - + -5.0 -2007-05-07 +5.1 +2007-06-26 @@ -518,14 +518,14 @@

ext3 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.

-ReiserFS is a B*-tree based filesystem that has very good overall +ReiserFS 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.23 xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?rev=1.23&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?r1=1.22&r2=1.23 Index: hb-install-hppa-disk.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- hb-install-hppa-disk.xml 7 May 2007 18:11:41 -0000 1.22 +++ hb-install-hppa-disk.xml 26 Jun 2007 07:07:27 -0000 1.23 @@ -4,12 +4,12 @@ - + -8.0 -2007-05-07 +8.1 +2007-06-26

Introduction to Block Devices @@ -212,14 +212,14 @@

ext3 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.

-ReiserFS is a B*-tree based filesystem that has very good overall +ReiserFS 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/hb-install-ia64-disk.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml?rev=1.6&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml?r1=1.5&r2=1.6 Index: hb-install-ia64-disk.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- hb-install-ia64-disk.xml 9 May 2007 23:54:26 -0000 1.5 +++ hb-install-ia64-disk.xml 26 Jun 2007 07:07:27 -0000 1.6 @@ -4,12 +4,12 @@ - + -3.1 -2007-05-09 +3.2 +2007-06-26

Introduction to Block Devices @@ -475,14 +475,14 @@

ext3 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.

-ReiserFS is a B*-tree based filesystem that has very good overall +ReiserFS 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.24 xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?rev=1.24&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?r1=1.23&r2=1.24 Index: hb-install-mips-disk.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- hb-install-mips-disk.xml 7 May 2007 18:11:41 -0000 1.23 +++ hb-install-mips-disk.xml 26 Jun 2007 07:07:27 -0000 1.24 @@ -4,12 +4,12 @@ - + -2.0 -2007-05-07 +2.1 +2007-06-26

Introduction to Block Devices @@ -553,14 +553,14 @@

ext3 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.

-ReiserFS is a B*-tree based filesystem that has very good overall +ReiserFS 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.43 xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml?rev=1.43&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml?rev=1.43&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml?r1=1.42&r2=1.43 Index: hb-install-ppc-disk.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- hb-install-ppc-disk.xml 9 May 2007 00:52:08 -0000 1.42 +++ hb-install-ppc-disk.xml 26 Jun 2007 07:07:27 -0000 1.43 @@ -4,12 +4,12 @@ - + -8.1 -2007-05-08 +8.2 +2007-06-26

Introduction to Block Devices @@ -520,14 +520,14 @@

ext3 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.

-ReiserFS is a B*-tree based filesystem that has very good overall +ReiserFS 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.31 xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?rev=1.31&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?r1=1.30&r2=1.31 Index: hb-install-ppc64-disk.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- hb-install-ppc64-disk.xml 8 May 2007 21:17:07 -0000 1.30 +++ hb-install-ppc64-disk.xml 26 Jun 2007 07:07:27 -0000 1.31 @@ -4,12 +4,12 @@ - + -8.0 -2007-05-07 +8.1 +2007-06-26

Introduction to Block Devices @@ -618,14 +618,14 @@

ext3 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.

-ReiserFS is a B*-tree based filesystem that has very good overall +ReiserFS 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.30 xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?rev=1.30&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?r1=1.29&r2=1.30 Index: hb-install-sparc-disk.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- hb-install-sparc-disk.xml 7 May 2007 18:11:41 -0000 1.29 +++ hb-install-sparc-disk.xml 26 Jun 2007 07:07:27 -0000 1.30 @@ -4,12 +4,12 @@ - + -4.0 -2007-05-07 +4.1 +2007-06-26

Introduction to Block Devices @@ -503,7 +503,7 @@

ext2 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 @@ -512,10 +512,10 @@

ext3 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. Ext3 makes an excellent and -reliable alternative to ext2. +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.

1.9 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.9&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?r1=1.8&r2=1.9 Index: hb-install-x86+amd64-disk.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- hb-install-x86+amd64-disk.xml 7 May 2007 18:11:41 -0000 1.8 +++ hb-install-x86+amd64-disk.xml 26 Jun 2007 07:07:27 -0000 1.9 @@ -4,7 +4,7 @@ - + @@ -13,8 +13,8 @@ This chapter describes how to partition a disk for future usage. -5.0 -2007-05-07 +5.1 +2007-06-26
Introduction to Block Devices @@ -535,14 +535,14 @@

ext3 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.

-ReiserFS is a B*-tree based filesystem that has very good overall +ReiserFS 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 -- gentoo-doc-cvs@gentoo.org mailing list