| … | |
… | |
| 2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
| 3 | |
3 | |
| 4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml,v 1.21 2006/06/21 01:49:06 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml,v 1.22 2006/08/30 22:52:28 nightmorph Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>2.4</version> |
11 | <version>7.0</version> |
| 12 | <date>2006-06-20</date> |
12 | <date>2006-08-30</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>Introduction to Block Devices</title> |
15 | <title>Introduction to Block Devices</title> |
| 16 | <subsection> |
16 | <subsection> |
| 17 | <title>Block Devices</title> |
17 | <title>Block Devices</title> |
| … | |
… | |
| 662 | |
662 | |
| 663 | <p> |
663 | <p> |
| 664 | <b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata |
664 | <b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata |
| 665 | journaling for fast recovery in addition to other enhanced journaling modes like |
665 | journaling for fast recovery in addition to other enhanced journaling modes like |
| 666 | full data and ordered data journaling. ext3 is a very good and reliable |
666 | full data and ordered data journaling. ext3 is a very good and reliable |
| 667 | filesystem. It has an additional hashed b-tree indexing option that enables |
667 | filesystem. |
| 668 | high performance in almost all situations. You can enable this indexing by |
|
|
| 669 | adding <c>-O dir_index</c> to the <c>mke2fs</c> command. In short, ext3 is an |
|
|
| 670 | excellent filesystem. |
|
|
| 671 | </p> |
668 | </p> |
| 672 | |
669 | |
| 673 | <p> |
670 | <p> |
| 674 | <b>ReiserFS</b> is a B*-tree based filesystem that has very good overall |
671 | <b>ReiserFS</b> is a B*-tree based filesystem that has very good overall |
| 675 | performance and greatly outperforms both ext2 and ext3 when dealing with small |
672 | performance and greatly outperforms both ext2 and ext3 when dealing with small |