|
Lines 193-210
Link Here
|
| 193 |
<command>/stand/sysinstall</command> and enter the |
193 |
<command>/stand/sysinstall</command> and enter the |
| 194 |
<literal>Configure</literal> menu. Within the |
194 |
<literal>Configure</literal> menu. Within the |
| 195 |
<literal>FreeBSD Configuration Menu</literal>, scroll down and |
195 |
<literal>FreeBSD Configuration Menu</literal>, scroll down and |
| 196 |
select the <literal>Partition</literal> item. Next you should |
196 |
select the <literal>Fdisk</literal> option.</para> |
| 197 |
be presented with a list of hard drives installed in your |
|
|
| 198 |
system. If you do not see <literal>da1</literal> listed, you |
| 199 |
need to recheck your physical installation and |
| 200 |
<command>dmesg</command> output in the file |
| 201 |
<filename>/var/run/dmesg.boot</filename>.</para> |
| 202 |
</step> |
197 |
</step> |
| 203 |
|
198 |
|
| 204 |
<step> |
199 |
<step> |
| 205 |
<title>FDISK Partition Editor</title> |
200 |
<title>FDISK Partition Editor</title> |
| 206 |
<para>Select <literal>da1</literal> to enter the <literal>FDISK |
201 |
<para>Once inside FDISK, we can type <userinput>A</userinput> to |
| 207 |
Partition Editor</literal>. Type <userinput>A</userinput> to |
|
|
| 208 |
use the entire disk for FreeBSD. When asked if you want to |
202 |
use the entire disk for FreeBSD. When asked if you want to |
| 209 |
<quote>remain cooperative with any future possible operating |
203 |
<quote>remain cooperative with any future possible operating |
| 210 |
systems</quote>, answer <literal>YES</literal>. Write the |
204 |
systems</quote>, answer <literal>YES</literal>. Write the |
|
Lines 219-231
Link Here
|
| 219 |
<title>Disk Label Editor</title> |
213 |
<title>Disk Label Editor</title> |
| 220 |
<indexterm><primary>BSD partitions</primary></indexterm> |
214 |
<indexterm><primary>BSD partitions</primary></indexterm> |
| 221 |
|
215 |
|
| 222 |
<para>Next, <application>Sysinstall</application> will |
216 |
<para>Next, you need to exit <application>Sysinstall</application> |
|
|
217 |
and start it again. Follow the directions above, although this |
| 218 |
time choose the <literal>Label</literal> option. This will |
| 223 |
enter the <literal>Disk Label Editor</literal>. This |
219 |
enter the <literal>Disk Label Editor</literal>. This |
| 224 |
is where you will create the traditional BSD partitions. A |
220 |
is where you will create the traditional BSD partitions. A |
| 225 |
disk can have up to eight partitions, labeled |
221 |
disk can have up to eight partitions, labeled |
| 226 |
<literal>a-h</literal>. |
222 |
<literal>a-h</literal>. |
| 227 |
A few of |
223 |
A few of the partition labels have special uses. The |
| 228 |
the partition labels have special uses. The |
|
|
| 229 |
<literal>a</literal> partition is used for the root partition |
224 |
<literal>a</literal> partition is used for the root partition |
| 230 |
(<filename>/</filename>). Thus only your system disk (e.g, |
225 |
(<filename>/</filename>). Thus only your system disk (e.g, |
| 231 |
the disk you boot from) should have an <literal>a</literal> |
226 |
the disk you boot from) should have an <literal>a</literal> |