| 1 | <?xml version='1.0' encoding='UTF-8'?> |
1 | <?xml version='1.0' encoding='UTF-8'?> |
| 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/1.0 --> |
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.15 2005/02/20 12:38:07 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml,v 1.16 2005/06/10 18:15:33 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>1.10</version> |
11 | <version>1.11</version> |
| 12 | <date>2005-02-20</date> |
12 | <date>2005-06-10</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> |
| … | |
… | |
| 69 | If you are installing Gentoo to perform as a mailserver, your |
69 | If you are installing Gentoo to perform as a mailserver, your |
| 70 | <path>/var</path> should be separate as all mails are stored inside |
70 | <path>/var</path> should be separate as all mails are stored inside |
| 71 | <path>/var</path>. A good choice of filesystem will then maximise your |
71 | <path>/var</path>. A good choice of filesystem will then maximise your |
| 72 | performance. Gameservers will have a separate <path>/opt</path> as most gaming |
72 | performance. Gameservers will have a separate <path>/opt</path> as most gaming |
| 73 | servers are installed there. The reason is similar for <path>/home</path>: |
73 | servers are installed there. The reason is similar for <path>/home</path>: |
| 74 | security and backups. |
74 | security and backups. You will definitely want to keep <path>/usr</path> big: |
|
|
75 | not only will it contain the majority of applications, the Portage tree alone |
|
|
76 | takes around 500 Mbyte excluding the various sources that are stored in it. |
|
|
77 | |
| 75 | </p> |
78 | </p> |
| 76 | |
79 | |
| 77 | <p> |
80 | <p> |
| 78 | As you can see, it very much depends on what you want to achieve. Separate |
81 | As you can see, it very much depends on what you want to achieve. Separate |
| 79 | partitions or volumes have the following advantages: |
82 | partitions or volumes have the following advantages: |