| … | |
… | |
| 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.13 2012/07/24 12:12:52 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml,v 1.14 2012/10/06 19:54:14 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>8</version> |
11 | <version>9</version> |
| 12 | <date>2012-07-24</date> |
12 | <date>2012-10-06</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> |
| … | |
… | |
| 147 | However, multiple partitions have disadvantages as well. If not configured |
147 | However, multiple partitions have disadvantages as well. If not configured |
| 148 | properly, you will have a system with lots of free space on one partition and |
148 | properly, you will have a system with lots of free space on one partition and |
| 149 | none on another. Another nuisance is that separate partitions - especially |
149 | none on another. Another nuisance is that separate partitions - especially |
| 150 | for important mountpoints like <path>/usr</path> or <path>/var</path> - often |
150 | for important mountpoints like <path>/usr</path> or <path>/var</path> - often |
| 151 | require the administrator to boot with an initramfs to mount the partition |
151 | require the administrator to boot with an initramfs to mount the partition |
| 152 | before other boot scripts start. This isn't always the case though, so YMMV. |
152 | before other boot scripts start. This isn't always the case though, so your |
|
|
153 | results may vary. |
| 153 | </p> |
154 | </p> |
| 154 | |
155 | |
| 155 | <p> |
156 | <p> |
| 156 | There is also a 15-partition limit for SCSI and SATA, unless you use GPT |
157 | There is also a 15-partition limit for SCSI and SATA, unless you use GPT |
| 157 | labels. |
158 | labels. |