| … | |
… | |
| 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-sparc-disk.xml,v 1.28 2007/02/16 13:45:39 neysx Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml,v 1.29 2007/05/07 18:11:41 nightmorph Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>3.2</version> |
11 | <version>4.0</version> |
| 12 | <date>2007-02-16</date> |
12 | <date>2007-05-07</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> |
| … | |
… | |
| 110 | <ti>/dev/sda1</ti> |
110 | <ti>/dev/sda1</ti> |
| 111 | <ti>ext3</ti> |
111 | <ti>ext3</ti> |
| 112 | <ti><2 GByte</ti> |
112 | <ti><2 GByte</ti> |
| 113 | <ti>/</ti> |
113 | <ti>/</ti> |
| 114 | <ti> |
114 | <ti> |
| 115 | Root partition. For sun4c, sun4d and sun4m systems, some PROMs require |
115 | Root partition. For sparc64 systems with older OBP versions, this |
| 116 | this partition to be less than 1 GBytes in size and the first |
116 | <e>must</e> be less than 2 GBytes in size, and the first partition on the |
| 117 | partition on the disk. |
117 | disk. |
| 118 | </ti> |
118 | </ti> |
| 119 | </tr> |
119 | </tr> |
| 120 | <tr> |
120 | <tr> |
| 121 | <ti>/dev/sda2</ti> |
121 | <ti>/dev/sda2</ti> |
| 122 | <ti>swap</ti> |
122 | <ti>swap</ti> |
| … | |
… | |
| 551 | and <path>6</path> in our example, respectively) as ext3, you would use: |
551 | and <path>6</path> in our example, respectively) as ext3, you would use: |
| 552 | </p> |
552 | </p> |
| 553 | |
553 | |
| 554 | <pre caption="Applying a filesystem on a partition"> |
554 | <pre caption="Applying a filesystem on a partition"> |
| 555 | # <i>mke2fs /dev/sda1</i> |
555 | # <i>mke2fs /dev/sda1</i> |
| 556 | # <i>mke2fs -j -O dir_index /dev/sda4</i> |
556 | # <i>mke2fs -j /dev/sda4</i> |
| 557 | # <i>mke2fs -j -O dir_index /dev/sda5</i> |
557 | # <i>mke2fs -j /dev/sda5</i> |
| 558 | # <i>mke2fs -j -O dir_index /dev/sda6</i> |
558 | # <i>mke2fs -j /dev/sda6</i> |
| 559 | </pre> |
559 | </pre> |
| 560 | |
560 | |
| 561 | </body> |
561 | </body> |
| 562 | </subsection> |
562 | </subsection> |
| 563 | <subsection> |
563 | <subsection> |