| … | |
… | |
| 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-ia64-disk.xml,v 1.9 2010/07/20 05:14:55 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml,v 1.10 2011/09/04 14:34:01 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>5.0</version> |
11 | <version>6</version> |
| 12 | <date>2010-07-19</date> |
12 | <date>2011-09-04</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>Introduction to Block Devices</title> |
15 | <title>Introduction to Block Devices</title> |
| 16 | |
16 | |
| 17 | <subsection> |
17 | <subsection> |
| … | |
… | |
| 446 | <ti>vfat</ti> |
446 | <ti>vfat</ti> |
| 447 | <ti><c>mkdosfs</c></ti> |
447 | <ti><c>mkdosfs</c></ti> |
| 448 | </tr> |
448 | </tr> |
| 449 | <tr> |
449 | <tr> |
| 450 | <ti>ext2</ti> |
450 | <ti>ext2</ti> |
| 451 | <ti><c>mke2fs</c></ti> |
451 | <ti><c>mkfs.ext2</c></ti> |
| 452 | </tr> |
452 | </tr> |
| 453 | <tr> |
453 | <tr> |
| 454 | <ti>ext3</ti> |
454 | <ti>ext3</ti> |
| 455 | <ti><c>mke2fs -j</c></ti> |
455 | <ti><c>mkfs.ext3</c></ti> |
|
|
456 | </tr> |
|
|
457 | <tr> |
|
|
458 | <ti>ext4</ti> |
|
|
459 | <ti><c>mkfs.ext4</c></ti> |
| 456 | </tr> |
460 | </tr> |
| 457 | <tr> |
461 | <tr> |
| 458 | <ti>reiserfs</ti> |
462 | <ti>reiserfs</ti> |
| 459 | <ti><c>mkreiserfs</c></ti> |
463 | <ti><c>mkreiserfs</c></ti> |
| 460 | </tr> |
464 | </tr> |
| … | |
… | |
| 474 | as ext3, you would run the following commands: |
478 | as ext3, you would run the following commands: |
| 475 | </p> |
479 | </p> |
| 476 | |
480 | |
| 477 | <pre caption="Applying a filesystem on a partition"> |
481 | <pre caption="Applying a filesystem on a partition"> |
| 478 | # <i>mkdosfs /dev/sda1</i> |
482 | # <i>mkdosfs /dev/sda1</i> |
| 479 | # <i>mke2fs -j /dev/sda3</i> |
483 | # <i>mkfs.ext3 /dev/sda3</i> |
| 480 | </pre> |
484 | </pre> |
| 481 | |
485 | |
| 482 | </body> |
486 | </body> |
| 483 | </subsection> |
487 | </subsection> |
| 484 | <subsection> |
488 | <subsection> |