| 1 | <?xml version='1.0' encoding="UTF-8"?> |
1 | <?xml version='1.0' encoding="UTF-8"?> |
| 2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml,v 1.22 2008/06/16 00:58:54 nightmorph Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml,v 1.23 2009/01/09 18:12:12 neysx Exp $ --> |
| 3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 4 | |
4 | |
| 5 | <guide link="/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml" lang="en"> |
5 | <guide link="/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml" lang="en"> |
| 6 | <title>Gentoo Linux x86 with Software Raid and LVM2 Quick Install Guide</title> |
6 | <title>Gentoo Linux x86 with Software Raid and LVM2 Quick Install Guide</title> |
| 7 | |
7 | |
| … | |
… | |
| 27 | |
27 | |
| 28 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
28 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 29 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
29 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 30 | <license/> |
30 | <license/> |
| 31 | |
31 | |
| 32 | <version>12</version> |
32 | <version>13</version> |
| 33 | <date>2008-01-01</date> |
33 | <date>2009-01-09</date> |
| 34 | |
34 | |
| 35 | <chapter> |
35 | <chapter> |
| 36 | <title>Introduction</title> |
36 | <title>Introduction</title> |
| 37 | <section> |
37 | <section> |
| 38 | <body> |
38 | <body> |
| … | |
… | |
| 155 | it does striping by default. |
155 | it does striping by default. |
| 156 | </note> |
156 | </note> |
| 157 | |
157 | |
| 158 | <pre caption="Create the partitions"> |
158 | <pre caption="Create the partitions"> |
| 159 | livecd ~ # <i>fdisk /dev/sda</i> |
159 | livecd ~ # <i>fdisk /dev/sda</i> |
| 160 | <comment>(Make sure you use type fd)</comment> |
160 | <comment>(Make sure you use type fd and set the bootable flag)</comment> |
| 161 | |
161 | |
| 162 | <comment>(The rest of this guide uses the following partitioning scheme)</comment> |
162 | <comment>(The rest of this guide uses the following partitioning scheme)</comment> |
| 163 | livecd ~ # <i>fdisk -l /dev/sda</i> |
163 | livecd ~ # <i>fdisk -l /dev/sda</i> |
| 164 | |
164 | |
| 165 | Disk /dev/sda: 299.9 GB, 299989204992 bytes |
165 | Disk /dev/sda: 299.9 GB, 299989204992 bytes |
| 166 | 255 heads, 63 sectors/track, 36471 cylinders |
166 | 255 heads, 63 sectors/track, 36471 cylinders |
| 167 | Units = cylinders of 16065 * 512 = 8225280 bytes |
167 | Units = cylinders of 16065 * 512 = 8225280 bytes |
| 168 | |
168 | |
| 169 | Device Boot Start End Blocks Id System |
169 | Device Boot Start End Blocks Id System |
| 170 | /dev/sda1 1 11 88326 fd Linux raid autodetect |
170 | /dev/sda1 * 1 11 88326 fd Linux raid autodetect |
| 171 | /dev/sda2 12 61 401625 82 Linux swap / Solaris |
171 | /dev/sda2 12 61 401625 82 Linux swap / Solaris |
| 172 | /dev/sda3 62 311 2008125 fd Linux raid autodetect |
172 | /dev/sda3 62 311 2008125 fd Linux raid autodetect |
| 173 | /dev/sda4 312 36471 290455200 fd Linux raid autodetect |
173 | /dev/sda4 312 36471 290455200 fd Linux raid autodetect |
| 174 | |
174 | |
| 175 | <comment>(Partition the second disk exactly as the first)</comment> |
175 | <comment>(Partition the second disk exactly as the first)</comment> |