| … | |
… | |
| 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.7 2005/02/20 19:46:01 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/nl/handbook/hb-install-x86-disk.xml,v 1.8 2005/04/07 22:12:06 neysx Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>1.14</version> |
11 | <version>2.1</version> |
| 12 | <date>2005-02-20</date> |
12 | <date>2005-03-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> |
| … | |
… | |
| 84 | <subsection> |
84 | <subsection> |
| 85 | <title>Geadvanceerde Opslag</title> |
85 | <title>Geadvanceerde Opslag</title> |
| 86 | <body> |
86 | <body> |
| 87 | |
87 | |
| 88 | <p> |
88 | <p> |
| 89 | De x86 LiveCDs bieden ondersteuning voor EVMS en LVM2. EVMS en LVM2 |
89 | De x86 Installatie CDs bieden ondersteuning voor EVMS en LVM2. EVMS en LVM2 |
| 90 | vergrootten de flexibiliteit van je partitie indeling. Tijdens de installatie |
90 | vergroten de flexibiliteit van je partitie indeling. Tijdens de installatie |
| 91 | instructies, zullen we ons richten op "normale" partities, maar het is goed |
91 | instructies, zullen we ons richten op "normale" partities, maar het is goed |
| 92 | om te weten dat EVMS en LVM ook ondersteund worden. |
92 | om te weten dat EVMS en LVM ook ondersteund worden. |
| 93 | </p> |
93 | </p> |
| 94 | |
94 | |
| 95 | </body> |
95 | </body> |
| … | |
… | |
| 651 | mounten. Gebruik het <c>mount</c> commando. Vergeet niet om de benodigde map |
651 | mounten. Gebruik het <c>mount</c> commando. Vergeet niet om de benodigde map |
| 652 | te maken waar je ze wil mounten. Als een voorbeeld mounten we de root en boot |
652 | te maken waar je ze wil mounten. Als een voorbeeld mounten we de root en boot |
| 653 | partities: |
653 | partities: |
| 654 | </p> |
654 | </p> |
| 655 | |
655 | |
|
|
656 | <warn> |
|
|
657 | Door een bug in het e2fsprogs-pakket, dien je expliciet de <c>mount -t ext3</c> |
|
|
658 | te gebruiken indien je een ext3 filesystem gebruikt. |
|
|
659 | </warn> |
|
|
660 | |
| 656 | <pre caption="De partities mounten"> |
661 | <pre caption="De partities mounten"> |
| 657 | # <i>mount /dev/hda3 /mnt/gentoo</i> |
662 | # <i>mount /dev/hda3 /mnt/gentoo</i> |
| 658 | # <i>mkdir /mnt/gentoo/boot</i> |
663 | # <i>mkdir /mnt/gentoo/boot</i> |
| 659 | # <i>mount /dev/hda1 /mnt/gentoo/boot</i> |
664 | # <i>mount /dev/hda1 /mnt/gentoo/boot</i> |
| 660 | </pre> |
665 | </pre> |