From: "Josh Saddler" <nightmorph@lark.gentoo.org>
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: hb-install-x86+amd64-disk.xml
Date: Thu, 17 Aug 2006 01:55:35 +0000 [thread overview]
Message-ID: <20060817015536.13E6E64656@smtp.gentoo.org> (raw)
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>
--
gentoo-doc-cvs@gentoo.org mailing list
next reply other threads:[~2006-08-17 1:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-17 1:55 Josh Saddler [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-11-02 20:55 [gentoo-doc-cvs] cvs commit: hb-install-x86+amd64-disk.xml Josh Saddler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060817015536.13E6E64656@smtp.gentoo.org \
--to=nightmorph@lark.gentoo.org \
--cc=docs-team@lists.gentoo.org \
--cc=gentoo-doc-cvs@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox