swift 05/08/02 08:03:54
Modified: xml/htdocs/doc/en/handbook hb-install-alpha-disk.xml
hb-install-amd64-disk.xml hb-install-hppa-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-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.19 +6 -5 xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml
file :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml?rev=1.19&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml?rev=1.19&content-type=text/plain&cvsroot=gentoo
diff :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml.diff?r1=1.18&r2=1.19&cvsroot=gentoo
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.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- hb-install-alpha-disk.xml 10 Jun 2005 18:15:33 -0000 1.18
+++ hb-install-alpha-disk.xml 2 Aug 2005 08:03:53 -0000 1.19
@@ -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/hb-install-alpha-disk.xml,v 1.18
2005/06/10 18:15:33 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml,v 1.19
2005/08/02 08:03:53 swift Exp $ -->
<sections>
-<version>2.1</version>
-<date>2005-06-10</date>
+<version>2.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.21 +6 -5 xml/htdocs/doc/en/handbook/hb-install-amd64-disk.xml
file :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-disk.xml?rev=1.21&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-disk.xml?rev=1.21&content-type=text/plain&cvsroot=gentoo
diff :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-disk.xml.diff?r1=1.20&r2=1.21&cvsroot=gentoo
Index: hb-install-amd64-disk.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-disk.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- hb-install-amd64-disk.xml 10 Jun 2005 18:15:33 -0000 1.20
+++ hb-install-amd64-disk.xml 2 Aug 2005 08:03:53 -0000 1.21
@@ -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/hb-install-amd64-disk.xml,v 1.20
2005/06/10 18:15:33 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-disk.xml,v 1.21
2005/08/02 08:03:53 swift Exp $ -->
<sections>
-<version>2.2</version>
-<date>2005-06-10</date>
+<version>2.3</version>
+<date>2005-08-02</date>
<section>
<title>Introduction to Block Devices</title>
@@ -521,8 +521,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.17 +6 -5 xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml
file :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?rev=1.17&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?rev=1.17&content-type=text/plain&cvsroot=gentoo
diff :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml.diff?r1=1.16&r2=1.17&cvsroot=gentoo
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.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- hb-install-hppa-disk.xml 10 Jun 2005 18:15:33 -0000 1.16
+++ hb-install-hppa-disk.xml 2 Aug 2005 08:03:53 -0000 1.17
@@ -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/hb-install-hppa-disk.xml,v 1.16
2005/06/10 18:15:33 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml,v 1.17
2005/08/02 08:03:53 swift Exp $ -->
<sections>
-<version>1.11</version>
-<date>2005-06-10</date>
+<version>1.12</version>
+<date>2005-08-02</date>
<section>
<title>Introduction to Block Devices</title>
@@ -216,8 +216,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.15 +6 -5 xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml
file :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?rev=1.15&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?rev=1.15&content-type=text/plain&cvsroot=gentoo
diff :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml.diff?r1=1.14&r2=1.15&cvsroot=gentoo
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.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- hb-install-mips-disk.xml 14 Jun 2005 10:18:25 -0000 1.14
+++ hb-install-mips-disk.xml 2 Aug 2005 08:03:53 -0000 1.15
@@ -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/hb-install-mips-disk.xml,v 1.14
2005/06/14 10:18:25 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml,v 1.15
2005/08/02 08:03:53 swift Exp $ -->
<sections>
-<version>1.9</version>
-<date>2005-06-10</date>
+<version>1.10</version>
+<date>2005-08-02</date>
<section>
<title>Introduction to Block Devices</title>
@@ -550,8 +550,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.30 +6 -5 xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml
file :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml?rev=1.30&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml?rev=1.30&content-type=text/plain&cvsroot=gentoo
diff :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml.diff?r1=1.29&r2=1.30&cvsroot=gentoo
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.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- hb-install-ppc-disk.xml 10 Jun 2005 18:15:33 -0000 1.29
+++ hb-install-ppc-disk.xml 2 Aug 2005 08:03:53 -0000 1.30
@@ -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/hb-install-ppc-disk.xml,v 1.29
2005/06/10 18:15:33 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml,v 1.30
2005/08/02 08:03:53 swift Exp $ -->
<sections>
-<version>2.1</version>
-<date>2005-06-10</date>
+<version>2.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.20 +6 -5 xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml
file :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?rev=1.20&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?rev=1.20&content-type=text/plain&cvsroot=gentoo
diff :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml.diff?r1=1.19&r2=1.20&cvsroot=gentoo
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.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- hb-install-ppc64-disk.xml 10 Jun 2005 18:15:33 -0000 1.19
+++ hb-install-ppc64-disk.xml 2 Aug 2005 08:03:53 -0000 1.20
@@ -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/hb-install-ppc64-disk.xml,v 1.19
2005/06/10 18:15:33 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v 1.20
2005/08/02 08:03:53 swift Exp $ -->
<sections>
-<version>2.3</version>
-<date>2005-06-10</date>
+<version>2.4</version>
+<date>2005-08-02</date>
<section>
<title>Introduction to Block Devices</title>
@@ -579,8 +579,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.21 +5 -4 xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml
file :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?rev=1.21&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?rev=1.21&content-type=text/plain&cvsroot=gentoo
diff :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml.diff?r1=1.20&r2=1.21&cvsroot=gentoo
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.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- hb-install-sparc-disk.xml 10 Jun 2005 18:15:33 -0000 1.20
+++ hb-install-sparc-disk.xml 2 Aug 2005 08:03:53 -0000 1.21
@@ -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/hb-install-sparc-disk.xml,v 1.20
2005/06/10 18:15:33 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml,v 1.21
2005/08/02 08:03:53 swift Exp $ -->
<sections>
-<version>2.2</version>
-<date>2005-06-10</date>
+<version>2.3</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.23 +6 -5 xml/htdocs/doc/en/handbook/hb-install-x86-disk.xml
file :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-disk.xml?rev=1.23&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-disk.xml?rev=1.23&content-type=text/plain&cvsroot=gentoo
diff :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-disk.xml.diff?r1=1.22&r2=1.23&cvsroot=gentoo
Index: hb-install-x86-disk.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-disk.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- hb-install-x86-disk.xml 10 Jun 2005 18:15:33 -0000 1.22
+++ hb-install-x86-disk.xml 2 Aug 2005 08:03:53 -0000 1.23
@@ -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/hb-install-x86-disk.xml,v 1.22
2005/06/10 18:15:33 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-disk.xml,v 1.23
2005/08/02 08:03:53 swift Exp $ -->
<sections>
-<version>2.2</version>
-<date>2005-06-10</date>
+<version>2.3</version>
+<date>2005-08-02</date>
<section>
<title>Introduction to Block Devices</title>
@@ -526,8 +526,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