| … | |
… | |
| 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/1.0 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/nl/handbook/hb-install-x86-disk.xml,v 1.5 2004/12/06 09:40:37 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/nl/handbook/hb-install-x86-disk.xml,v 1.6 2005/02/05 09:38:22 neysx Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>1.12</version> |
11 | <version>1.13</version> |
| 12 | <date>2004-09-25</date> |
12 | <date>2005-01-28</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>Introductie van Block Devices</title> |
15 | <title>Introductie van Block Devices</title> |
| 16 | <subsection> |
16 | <subsection> |
| 17 | <title>Block Devices</title> |
17 | <title>Block Devices</title> |
| … | |
… | |
| 195 | 20Gb schijf die wordt gebruikt als een demonstratie laptop (met webserver, |
195 | 20Gb schijf die wordt gebruikt als een demonstratie laptop (met webserver, |
| 196 | mailserver, gnome, ...) partitioneert: |
196 | mailserver, gnome, ...) partitioneert: |
| 197 | </p> |
197 | </p> |
| 198 | |
198 | |
| 199 | <pre caption="Voorbeeld filesystem gebruik"> |
199 | <pre caption="Voorbeeld filesystem gebruik"> |
|
|
200 | $ <i>df -h</i> |
| 200 | Filesystem Type Size Used Avail Use% Mounted on |
201 | Filesystem Type Size Used Avail Use% Mounted on |
| 201 | /dev/hda5 ext3 509M 132M 351M 28% / |
202 | /dev/hda5 ext3 509M 132M 351M 28% / |
| 202 | /dev/hda2 ext3 5.0G 3.0G 1.8G 63% /home |
203 | /dev/hda2 ext3 5.0G 3.0G 1.8G 63% /home |
| 203 | /dev/hda7 ext3 7.9G 6.2G 1.3G 83% /usr |
204 | /dev/hda7 ext3 7.9G 6.2G 1.3G 83% /usr |
| 204 | /dev/hda8 ext3 1011M 483M 477M 51% /opt |
205 | /dev/hda8 ext3 1011M 483M 477M 51% /opt |