People using ccd should migrate to other, modern alternatives
Noted by: ak Approved by: bcr (mentor, implicit)
This commit is contained in:
parent
bf2bb31fd6
commit
bae4740f08
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41201
1 changed files with 0 additions and 28 deletions
|
@ -3305,34 +3305,6 @@ kern.sched.name: ULE</screen>
|
||||||
</answer>
|
</answer>
|
||||||
</qandaentry>
|
</qandaentry>
|
||||||
|
|
||||||
<qandaentry>
|
|
||||||
<question id="ccd-disk-label">
|
|
||||||
<para>Why can I not edit the disk label on my
|
|
||||||
&man.ccd.4;?</para>
|
|
||||||
</question>
|
|
||||||
|
|
||||||
<answer>
|
|
||||||
<para>The symptom of this is:</para>
|
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>disklabel <replaceable>ccd0</replaceable></userinput>
|
|
||||||
(it prints something sensible here, so let us try to edit it)
|
|
||||||
&prompt.root; <userinput>disklabel -e <replaceable>ccd0</replaceable></userinput>
|
|
||||||
(edit, save, quit)
|
|
||||||
disklabel: ioctl DIOCWDINFO: No disk label on disk;
|
|
||||||
use "disklabel -r" to install initial label</screen>
|
|
||||||
|
|
||||||
<para>This is because the disk label returned by &man.ccd.4;
|
|
||||||
is actually a <quote>fake</quote> one that is not really on
|
|
||||||
the disk. You can solve this problem by writing it back
|
|
||||||
explicitly, as in:</para>
|
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>disklabel <replaceable>ccd0</replaceable> > <replaceable>/tmp/disklabel.tmp</replaceable></userinput>
|
|
||||||
&prompt.root; <userinput>disklabel -Rr <replaceable>ccd0</replaceable> <replaceable>/tmp/disklabel.tmp</replaceable></userinput>
|
|
||||||
&prompt.root; <userinput>disklabel -e <replaceable>ccd0</replaceable></userinput>
|
|
||||||
(this will work now)</screen>
|
|
||||||
</answer>
|
|
||||||
</qandaentry>
|
|
||||||
|
|
||||||
<qandaentry>
|
<qandaentry>
|
||||||
<question id="mount-foreign-fs">
|
<question id="mount-foreign-fs">
|
||||||
<para>Can I mount other foreign file systems under
|
<para>Can I mount other foreign file systems under
|
||||||
|
|
Loading…
Reference in a new issue