svn commit: r41201 - head/en_US.ISO8859-1/books/faq
Eitan Adler
eadler at FreeBSD.org
Thu Mar 14 02:49:49 UTC 2013
Author: eadler
Date: Thu Mar 14 02:49:49 2013
New Revision: 41201
URL: http://svnweb.freebsd.org/changeset/doc/41201
Log:
People using ccd should migrate to other, modern alternatives
Noted by: ak
Approved by: bcr (mentor, implicit)
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Thu Mar 14 02:49:46 2013 (r41200)
+++ head/en_US.ISO8859-1/books/faq/book.xml Thu Mar 14 02:49:49 2013 (r41201)
@@ -3306,34 +3306,6 @@ kern.sched.name: ULE</screen>
</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>
<question id="mount-foreign-fs">
<para>Can I mount other foreign file systems under
&os;?</para>
More information about the svn-doc-head
mailing list