| … | |
… | |
| 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-hppa-disk.xml,v 1.26 2009/01/26 08:04:26 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml,v 1.27 2010/07/20 00:05:24 nightmorph Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>9.1</version> |
11 | <version>10.0</version> |
| 12 | <date>2008-04-01</date> |
12 | <date>2010-07-19</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> |
| … | |
… | |
| 122 | will stop loving you and fail to start. Also, if your disk is larger than 2GB, |
122 | will stop loving you and fail to start. Also, if your disk is larger than 2GB, |
| 123 | make sure that the boot partition is in the first 2GB of your disk. PALO is |
123 | make sure that the boot partition is in the first 2GB of your disk. PALO is |
| 124 | unable to read a kernel after the 2GB limit. |
124 | unable to read a kernel after the 2GB limit. |
| 125 | </impo> |
125 | </impo> |
| 126 | |
126 | |
| 127 | <pre caption="A simple default partition schema"> |
127 | <pre caption="A simple default partition scheme"> |
| 128 | # <i>cat /etc/fstab</i> |
128 | # <i>cat /etc/fstab</i> |
| 129 | /dev/sda2 /boot ext3 noauto,noatime 1 1 |
129 | /dev/sda2 /boot ext3 noauto,noatime 1 1 |
| 130 | /dev/sda3 none swap sw 0 0 |
130 | /dev/sda3 none swap sw 0 0 |
| 131 | /dev/sda4 / ext3 noatime 0 0 |
131 | /dev/sda4 / ext3 noatime 0 0 |
| 132 | |
132 | |