Update Question 9.5:

- Mark up ccd(4)
- Make ccd device <replaceable>
- Mark up FS_BSDFFS with <literal>

Approved by:	gabor (mentor)
This commit is contained in:
Gabor Pali 2008-06-05 18:26:18 +00:00
parent 018a4033d4
commit 659e4900f8
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32166

View file

@ -5065,19 +5065,19 @@ kern.sched.name: 4BSD</screen>
<qandaentry>
<question id="inappropriate-ccd">
<para>What is inappropriate about my ccd?</para>
<para>What is inappropriate about my &man.ccd.4;?</para>
</question>
<answer>
<para>The symptom of this is:</para>
<screen>&prompt.root; <userinput>ccdconfig -C</userinput>
ccdconfig: ioctl (CCDIOCSET): /dev/ccd0c: Inappropriate file type or format</screen>
ccdconfig: ioctl (CCDIOCSET): /dev/<replaceable>ccd0c</replaceable>: Inappropriate file type or format</screen>
<para>This usually happens when you are trying to concatenate
the <literal>c</literal> partitions, which default to type
<literal>unused</literal>. The ccd driver requires the
underlying partition type to be FS_BSDFFS. Edit the disklabel
<literal>unused</literal>. The &man.ccd.4; driver requires the
underlying partition type to be <literal>FS_BSDFFS</literal>. Edit the disklabel
of the disks you are trying to concatenate and change the types
of partitions to <literal>4.2BSD</literal>.</para>
</answer>