swift       05/08/02 08:03:54

  Modified:    xml/htdocs/doc/en/handbook/2005.0 hb-install-alpha-disk.xml
                        hb-install-amd64-disk.xml hb-install-hppa-disk.xml
                        hb-install-ppc-disk.xml hb-install-sparc-disk.xml
                        hb-install-x86-disk.xml
  Log:
  #101034 - Adding "-O dir_index" information to the guide
  
  Leaving it out of the real example mke2fs command to "stage" it. When we know
  more about this b-tree stability and architectural support we can follow the
  SPARC handbook and use it by default.

Revision  Changes    Path
1.4       +6 -5      xml/htdocs/doc/en/handbook/2005.0/hb-install-alpha-disk.xml

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

Index: hb-install-alpha-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.0/hb-install-alpha-disk.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hb-install-alpha-disk.xml   10 Jun 2005 18:15:33 -0000      1.3
+++ hb-install-alpha-disk.xml   2 Aug 2005 08:03:54 -0000       1.4
@@ -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/2005.0/hb-install-alpha-disk.xml,v
 1.3 2005/06/10 18:15:33 swift Exp $ -->
+<!-- $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 $ -->
 
 <sections>
 
-<version>4.1</version>
-<date>2005-06-10</date>
+<version>4.2</version>
+<date>2005-08-02</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -660,8 +660,9 @@
 journaling for fast recovery in addition to other enhanced journaling modes 
like
 full data and ordered data journaling. ext3 is a very good and reliable
 filesystem. It has an additional hashed b-tree indexing option that enables 
-high performance in almost all situations. In short, ext3 is an excellent 
-filesystem.
+high performance in almost all situations. You can enable this indexing by
+adding <c>-O dir_index</c> to the <c>mke2fs</c> command. In short, ext3 is an
+excellent filesystem.
 </p>
 
 <p>



1.4       +6 -5      xml/htdocs/doc/en/handbook/2005.0/hb-install-amd64-disk.xml

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

Index: hb-install-amd64-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.0/hb-install-amd64-disk.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hb-install-amd64-disk.xml   10 Jun 2005 18:15:33 -0000      1.3
+++ hb-install-amd64-disk.xml   2 Aug 2005 08:03:54 -0000       1.4
@@ -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/2005.0/hb-install-amd64-disk.xml,v
 1.3 2005/06/10 18:15:33 swift Exp $ -->
+<!-- $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 $ -->
 
 <sections>
 
-<version>4.1</version>
-<date>2005-06-10</date>
+<version>4.2</version>
+<date>2005-08-02</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -519,8 +519,9 @@
 journaling for fast recovery in addition to other enhanced journaling modes 
like
 full data and ordered data journaling. ext3 is a very good and reliable
 filesystem. It has an additional hashed b-tree indexing option that enables 
-high performance in almost all situations. In short, ext3 is an excellent 
-filesystem.
+high performance in almost all situations. You can enable this indexing by
+adding <c>-O dir_index</c> to the <c>mke2fs</c> command. In short, ext3 is an 
+excellent filesystem.
 </p>
 
 <p>



1.4       +6 -5      xml/htdocs/doc/en/handbook/2005.0/hb-install-hppa-disk.xml

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

Index: hb-install-hppa-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.0/hb-install-hppa-disk.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hb-install-hppa-disk.xml    10 Jun 2005 18:15:33 -0000      1.3
+++ hb-install-hppa-disk.xml    2 Aug 2005 08:03:54 -0000       1.4
@@ -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/2005.0/hb-install-hppa-disk.xml,v
 1.3 2005/06/10 18:15:33 swift Exp $ -->
+<!-- $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 $ -->
 
 <sections>
 
-<version>4.1</version>
-<date>2005-06-10</date>
+<version>4.2</version>
+<date>2005-08-02</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -215,8 +215,9 @@
 journaling for fast recovery in addition to other enhanced journaling modes 
like
 full data and ordered data journaling. ext3 is a very good and reliable
 filesystem. It has an additional hashed b-tree indexing option that enables 
-high performance in almost all situations. In short, ext3 is an excellent 
-filesystem.
+high performance in almost all situations. You can enable this indexing by
+adding <c>-O dir_index</c> to the <c>mke2fs</c> command. In short, ext3 is an 
+excellent filesystem.
 </p>
 
 <p>



1.4       +6 -5      xml/htdocs/doc/en/handbook/2005.0/hb-install-ppc-disk.xml

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

Index: hb-install-ppc-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.0/hb-install-ppc-disk.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hb-install-ppc-disk.xml     10 Jun 2005 18:15:33 -0000      1.3
+++ hb-install-ppc-disk.xml     2 Aug 2005 08:03:54 -0000       1.4
@@ -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/2005.0/hb-install-ppc-disk.xml,v 
1.3 2005/06/10 18:15:33 swift Exp $ -->
+<!-- $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 $ -->
 
 <sections>
 
-<version>4.1</version>
-<date>2005-06-10</date>
+<version>4.2</version>
+<date>2005-08-02</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -392,8 +392,9 @@
 journaling for fast recovery in addition to other enhanced journaling modes 
like
 full data and ordered data journaling. ext3 is a very good and reliable
 filesystem. It has an additional hashed b-tree indexing option that enables 
-high performance in almost all situations. In short, ext3 is an excellent 
-filesystem.
+high performance in almost all situations. You can enable this indexing by
+adding <c>-O dir_index</c> to the <c>mke2fs</c> command. In short, ext3 is an 
+excellent filesystem.
 </p>
 
 <p>



1.4       +5 -4      xml/htdocs/doc/en/handbook/2005.0/hb-install-sparc-disk.xml

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

Index: hb-install-sparc-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.0/hb-install-sparc-disk.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hb-install-sparc-disk.xml   10 Jun 2005 18:15:33 -0000      1.3
+++ hb-install-sparc-disk.xml   2 Aug 2005 08:03:54 -0000       1.4
@@ -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/2005.0/hb-install-sparc-disk.xml,v
 1.3 2005/06/10 18:15:33 swift Exp $ -->
+<!-- $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 $ -->
 
 <sections>
 
-<version>4.1</version>
-<date>2005-06-10</date>
+<version>4.2</version>
+<date>2005-08-02</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -515,7 +515,8 @@
 metadata journaling for fast recovery as well as other enhanced journaling
 modes like full-data and ordered-data journaling. Ext3 has an additional hashed
 b-tree indexing option that enables high performance in almost all situations.
-Ext3 makes an excellent and reliable alternative to ext2.
+You can enable this indexing by adding <c>-O dir_index</c> to the <c>mke2fs</c>
+command. Ext3 makes an excellent and reliable alternative to ext2.
 </p>
 
 </body>



1.4       +6 -5      xml/htdocs/doc/en/handbook/2005.0/hb-install-x86-disk.xml

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

Index: hb-install-x86-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.0/hb-install-x86-disk.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hb-install-x86-disk.xml     10 Jun 2005 18:15:33 -0000      1.3
+++ hb-install-x86-disk.xml     2 Aug 2005 08:03:54 -0000       1.4
@@ -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/2005.0/hb-install-x86-disk.xml,v 
1.3 2005/06/10 18:15:33 swift Exp $ -->
+<!-- $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 $ -->
 
 <sections>
 
-<version>4.1</version>
-<date>2005-06-10</date>
+<version>4.2</version>
+<date>2005-08-02</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -525,8 +525,9 @@
 journaling for fast recovery in addition to other enhanced journaling modes 
like
 full data and ordered data journaling. ext3 is a very good and reliable
 filesystem. It has an additional hashed b-tree indexing option that enables 
-high performance in almost all situations. In short, ext3 is an excellent 
-filesystem.
+high performance in almost all situations. You can enable this indexing by
+adding <c>-O dir_index</c> to the <c>mke2fs</c> command. In short, ext3 is an 
+excellent filesystem.
 </p>
 
 <p>



-- 
[email protected] mailing list

Reply via email to