nightmorph 06/08/17 02:00:23 Modified: hb-install-alpha-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/2006.1/hb-install-alpha-disk.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-alpha-disk.xml?rev=1.2&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-alpha-disk.xml?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-alpha-disk.xml?r1=1.1&r2=1.2 Index: hb-install-alpha-disk.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-alpha-disk.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- hb-install-alpha-disk.xml 9 Aug 2006 16:35:14 -0000 1.1 +++ hb-install-alpha-disk.xml 17 Aug 2006 02:00:23 -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/2006.1/hb-install-alpha-disk.xml,v 1.1 2006/08/09 16:35:14 fox2mike Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-alpha-disk.xml,v 1.2 2006/08/17 02:00:23 nightmorph Exp $ --> <sections> <version>6.1</version> -<date>2006-06-20</date> +<date>2006-08-16</date> <section> <title>Introduction to Block Devices</title> @@ -664,10 +664,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> -- [email protected] mailing list
