Wording fixes.

This commit is contained in:
Giorgos Keramidas 2005-01-25 13:58:06 +00:00
parent f6058a549f
commit 99452d30fb
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23646

View file

@ -179,7 +179,7 @@
<primary><command>fdisk</command></primary> <primary><command>fdisk</command></primary>
</indexterm> </indexterm>
<para>Because FreeBSD runs on IBM-PC compatible computers, it must <para>FreeBSD runs on IBM-PC compatible computers, therefore it must
take into account the PC BIOS partitions. These are different take into account the PC BIOS partitions. These are different
from the traditional BSD partitions. A PC disk has up to four from the traditional BSD partitions. A PC disk has up to four
BIOS partition entries. If the disk is going to be truly BIOS partition entries. If the disk is going to be truly
@ -190,8 +190,8 @@
not to confuse them with traditional BSD partitions. You may not to confuse them with traditional BSD partitions. You may
also use slices on a disk that is dedicated to FreeBSD, but used also use slices on a disk that is dedicated to FreeBSD, but used
in a computer that also has another operating system installed. in a computer that also has another operating system installed.
This is to not confuse the <command>fdisk</command> utility of This is a good way to avoid confusing the <command>fdisk</command> utility of
the other operating system.</para> other, non-FreeBSD operating systems.</para>
<para>In the slice case the drive will be added as <para>In the slice case the drive will be added as
<filename>/dev/da1s1e</filename>. This is read as: SCSI disk, <filename>/dev/da1s1e</filename>. This is read as: SCSI disk,
@ -237,13 +237,13 @@
<step> <step>
<title><application>fdisk</application> Partition Editor</title> <title><application>fdisk</application> Partition Editor</title>
<para>Once inside <application>fdisk</application>, we can type <userinput>A</userinput> to <para>Once inside <application>fdisk</application>, typing <userinput>A</userinput> will
use the entire disk for FreeBSD. When asked if you want to use the entire disk for FreeBSD. When asked if you want to
<quote>remain cooperative with any future possible operating <quote>remain cooperative with any future possible operating
systems</quote>, answer <literal>YES</literal>. Write the systems</quote>, answer <literal>YES</literal>. Write the
changes to the disk using <userinput>W</userinput>. Now exit the changes to the disk using <userinput>W</userinput>. Now exit the
FDISK editor by typing <userinput>q</userinput>. Next you will be FDISK editor by typing <userinput>q</userinput>. Next you will be
asked about the Master Boot Record. Since you are adding a asked about the <quote>Master Boot Record</quote>. Since you are adding a
disk to an already running system, choose disk to an already running system, choose
<literal>None</literal>.</para> <literal>None</literal>.</para>
</step> </step>
@ -452,7 +452,7 @@ ad3: 29333MB &lt;WDC WD307AA&gt; [59598/16/63] at ata1-slave UDMA33</programlist
<sect4 id="ccd-setup"> <sect4 id="ccd-setup">
<title>Setting Up the CCD</title> <title>Setting Up the CCD</title>
<para>The driver &man.ccd.4; allows you to take <para>The &man.ccd.4; driver allows you to take
several identical disks and concatenate them into one several identical disks and concatenate them into one
logical file system. In order to use logical file system. In order to use
&man.ccd.4;, you need a kernel with &man.ccd.4;, you need a kernel with
@ -540,7 +540,7 @@ sh MAKEDEV ccd0</programlisting>
manage device nodes in <filename>/dev</filename>, so use of manage device nodes in <filename>/dev</filename>, so use of
<command>MAKEDEV</command> is not necessary.</para></note> <command>MAKEDEV</command> is not necessary.</para></note>
<para>Now that you have all of the disks labeled, you must <para>Now that you have all the disks labeled, you must
build the &man.ccd.4;. To do that, build the &man.ccd.4;. To do that,
use &man.ccdconfig.8;, with options similar to the following:</para> use &man.ccdconfig.8;, with options similar to the following:</para>