| 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-alpha-disk.xml,v 1.17 2005/03/28 11:30:52 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml,v 1.18 2005/06/10 18:15:33 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>2.00</version> |
11 | <version>2.1</version> |
| 12 | <date>2005-03-28</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> |
| … | |
… | |
| 106 | If you are installing Gentoo to perform as a mailserver, your |
106 | If you are installing Gentoo to perform as a mailserver, your |
| 107 | <path>/var</path> should be separate as all mails are stored inside |
107 | <path>/var</path> should be separate as all mails are stored inside |
| 108 | <path>/var</path>. A good choice of filesystem will then maximise your |
108 | <path>/var</path>. A good choice of filesystem will then maximise your |
| 109 | performance. Gameservers will have a separate <path>/opt</path> as most gaming |
109 | performance. Gameservers will have a separate <path>/opt</path> as most gaming |
| 110 | servers are installed there. The reason is similar for <path>/home</path>: |
110 | servers are installed there. The reason is similar for <path>/home</path>: |
| 111 | security and backups. |
111 | security and backups. You will definitely want to keep <path>/usr</path> big: |
|
|
112 | not only will it contain the majority of applications, the Portage tree alone |
|
|
113 | takes around 500 Mbyte excluding the various sources that are stored in it. |
| 112 | </p> |
114 | </p> |
| 113 | |
115 | |
| 114 | <p> |
116 | <p> |
| 115 | As you can see, it very much depends on what you want to achieve. Separate |
117 | As you can see, it very much depends on what you want to achieve. Separate |
| 116 | partitions or volumes have the following advantages: |
118 | partitions or volumes have the following advantages: |