Modifications from author:
* Change a few device names * Make use of > instead of > Submitted by: Christopher Shumway <cshumway@FreeBSD.org>
This commit is contained in:
parent
2473986e8c
commit
38bc8ad6d7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10587
1 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml,v 1.56 2001/08/24 20:44:08 chern Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml,v 1.57 2001/08/28 12:36:43 dd Exp $
|
||||
-->
|
||||
|
||||
<chapter id="disks">
|
||||
|
@ -1318,7 +1318,7 @@ scsibus1:
|
|||
<sect1info>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Chris</firstname>
|
||||
<firstname>Christopher</firstname>
|
||||
<surname>Shumway</surname>
|
||||
<contrib>Written by </contrib>
|
||||
</author>
|
||||
|
@ -1382,10 +1382,10 @@ scsibus1:
|
|||
automatically detect the disks attached. More importantly,
|
||||
FreeBSD detected them on reboot:</para>
|
||||
|
||||
<programlisting>ad0: 19574MB <WDC WD205BA> [39770/16/63] at ata0-master UDMA33
|
||||
ad1: 29333MB <WDC WD307AA> [59598/16/63] at ata0-slave UDMA33
|
||||
ad2: 29333MB <WDC WD307AA> [59598/16/63] at ata1-master UDMA33
|
||||
ad3: 29333MB <WDC WD307AA> [59598/16/63] at ata1-slave UDMA33</programlisting>
|
||||
<programlisting>ad0: 19574MB <WDC WD205BA> [39770/16/63] at ata0-master UDMA33
|
||||
ad1: 29333MB <WDC WD307AA> [59598/16/63] at ata0-slave UDMA33
|
||||
ad2: 29333MB <WDC WD307AA> [59598/16/63] at ata1-master UDMA33
|
||||
ad3: 29333MB <WDC WD307AA> [59598/16/63] at ata1-slave UDMA33</programlisting>
|
||||
|
||||
<para>At this point, if FreeBSD doesn't detect the disks, be
|
||||
sure that you have jumpered them correctly. I have heard
|
||||
|
@ -1485,7 +1485,7 @@ sh MAKEDEV ccd0</programlisting>
|
|||
into the array. Putting it all together I get this
|
||||
command:</para>
|
||||
|
||||
<programlisting>ccdconfig ccd0 32 0 /dev/ad1c /dev/ad2c /dev/ad3c</programlisting>
|
||||
<programlisting>ccdconfig ccd0 32 0 /dev/ad1e /dev/ad2e /dev/ad3e</programlisting>
|
||||
|
||||
<para>This configures the <application>ccd</application>.
|
||||
I can now &man.newfs.8; the filesystem.</para>
|
||||
|
@ -1501,7 +1501,7 @@ sh MAKEDEV ccd0</programlisting>
|
|||
configure it first. I write out my current configuration to
|
||||
<filename>/etc/ccd.conf</filename> using the following command:</para>
|
||||
|
||||
<programlisting>ccdconfig -g > /etc/ccd.conf</programlisting>
|
||||
<programlisting>ccdconfig -g > /etc/ccd.conf</programlisting>
|
||||
|
||||
<para>When I reboot, the script <command>/etc/rc</command> runs
|
||||
<command>ccdconfig -C</command> if /etc/ccd.conf exists. This
|
||||
|
|
Loading…
Reference in a new issue