Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-x86+amd64-disk.xml
Date: Thu, 17 Aug 2006 01:55:46
Message-Id: 20060817015536.13E6E64656@smtp.gentoo.org
1 nightmorph 06/08/17 01:55:35
2
3 Modified: hb-install-x86+amd64-disk.xml
4 Log:
5 removed dir_index instructions, since it's included in the default mke2fs.conf and overrides other good options. bug 101034
6
7 Revision Changes Path
8 1.2 xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml
9
10 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
11 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
12 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
13
14 Index: hb-install-x86+amd64-disk.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- hb-install-x86+amd64-disk.xml 13 Aug 2006 08:43:00 -0000 1.1
21 +++ hb-install-x86+amd64-disk.xml 17 Aug 2006 01:55:35 -0000 1.2
22 @@ -4,12 +4,12 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $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 $ -->
27 +<!-- $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 $ -->
28
29 <sections>
30
31 <version>2.6</version>
32 -<date>2006-08-13</date>
33 +<date>2006-08-16</date>
34
35 <section>
36 <title>Introduction to Block Devices</title>
37 @@ -532,10 +532,7 @@
38 <b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
39 journaling for fast recovery in addition to other enhanced journaling modes like
40 full data and ordered data journaling. ext3 is a very good and reliable
41 -filesystem. It has an additional hashed b-tree indexing option that enables
42 -high performance in almost all situations. You can enable this indexing by
43 -adding <c>-O dir_index</c> to the <c>mke2fs</c> command. In short, ext3 is an
44 -excellent filesystem.
45 +filesystem.
46 </p>
47
48 <p>
49 @@ -586,7 +583,7 @@
50 </tr>
51 <tr>
52 <ti>ext3</ti>
53 - <ti><c>mke2fs -j -O dir_index</c></ti>
54 + <ti><c>mke2fs -j</c></ti>
55 </tr>
56 <tr>
57 <ti>reiserfs</ti>
58 @@ -610,7 +607,7 @@
59
60 <pre caption="Applying a filesystem on a partition">
61 # <i>mke2fs /dev/hda1</i>
62 -# <i>mke2fs -j -O dir_index /dev/hda3</i>
63 +# <i>mke2fs -j /dev/hda3</i>
64 </pre>
65
66 <p>
67
68
69
70 --
71 gentoo-doc-cvs@g.o mailing list