| … | |
… | |
| 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-mips-disk.xml,v 1.30 2011/08/23 17:35:39 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml,v 1.31 2011/10/17 19:51:45 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <abstract> |
11 | <abstract> |
| 12 | To be able to install Gentoo, you must create the necessary partitions. |
12 | To be able to install Gentoo, you must create the necessary partitions. |
| 13 | This chapter describes how to partition a disk for future usage. |
13 | This chapter describes how to partition a disk for future usage. |
| 14 | </abstract> |
14 | </abstract> |
| 15 | |
15 | |
| 16 | <version>6</version> |
16 | <version>7</version> |
| 17 | <date>2011-08-23</date> |
17 | <date>2011-10-17</date> |
| 18 | |
18 | |
| 19 | <section> |
19 | <section> |
| 20 | <title>Introduction to Block Devices</title> |
20 | <title>Introduction to Block Devices</title> |
| 21 | |
21 | |
| 22 | <subsection> |
22 | <subsection> |
| … | |
… | |
| 80 | nosuid (setuid bits are ignored), noexec (executable bits are ignored) etc. |
80 | nosuid (setuid bits are ignored), noexec (executable bits are ignored) etc. |
| 81 | </li> |
81 | </li> |
| 82 | </ul> |
82 | </ul> |
| 83 | |
83 | |
| 84 | <p> |
84 | <p> |
| 85 | However, multiple partitions have one big disadvantage: if not configured |
85 | However, multiple partitions have disadvantages as well. If not configured |
| 86 | properly, you might result in having a system with lots of free space on one |
86 | properly, you will have a system with lots of free space on one partition and |
| 87 | partition and none on another. There is also a 15-partition limit for SCSI and |
87 | none on another. Another nuisance is that separate partitions - especially |
| 88 | SATA. |
88 | for important mountpoints like <path>/usr</path> or <path>/var</path> - often |
|
|
89 | require the administrator to boot with an initramfs to mount the partition |
|
|
90 | before other boot scripts start. This isn't always the case though, so YMMV. |
|
|
91 | </p> |
|
|
92 | |
|
|
93 | <p> |
|
|
94 | There is also a 15-partition limit for SCSI and SATA. |
| 89 | </p> |
95 | </p> |
| 90 | |
96 | |
| 91 | </body> |
97 | </body> |
| 92 | </subsection> |
98 | </subsection> |
| 93 | </section> |
99 | </section> |