nightmorph 06/08/17 01:55:35 Modified: hb-install-x86+amd64-disk.xml Log: removed dir_index instructions, since it's included in the default mke2fs.conf and overrides other good options. bug 101034
Revision Changes Path 1.2 xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml?rev=1.2&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml?r1=1.1&r2=1.2 Index: hb-install-x86+amd64-disk.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- hb-install-x86+amd64-disk.xml 13 Aug 2006 08:43:00 -0000 1.1 +++ hb-install-x86+amd64-disk.xml 17 Aug 2006 01:55:35 -0000 1.2 @@ -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/draft/hb-install-x86+amd64-disk.xml,v 1.1 2006/08/13 08:43:00 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml,v 1.2 2006/08/17 01:55:35 nightmorph Exp $ --> <sections> <version>2.6</version> -<date>2006-08-13</date> +<date>2006-08-16</date> <section> <title>Introduction to Block Devices</title> @@ -532,10 +532,7 @@ <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. 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. 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. +filesystem. </p> <p> @@ -586,7 +583,7 @@ </tr> <tr> <ti>ext3</ti> - <ti><c>mke2fs -j -O dir_index</c></ti> + <ti><c>mke2fs -j</c></ti> </tr> <tr> <ti>reiserfs</ti> @@ -610,7 +607,7 @@ <pre caption="Applying a filesystem on a partition"> # <i>mke2fs /dev/hda1</i> -# <i>mke2fs -j -O dir_index /dev/hda3</i> +# <i>mke2fs -j /dev/hda3</i> </pre> <p> -- [email protected] mailing list
