Don't drive people to the FAQ <question id="inappropriate-ccd"> by
giving a broken disklabel example. ccd(4) can't use paritions with fstype "unused"! Correct tense in affected paragraph.
This commit is contained in:
parent
4593fd98a7
commit
309e20e7da
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10911
1 changed files with 6 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml,v 1.63 2001/10/08 20:30:47 chern Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml,v 1.64 2001/10/08 22:36:01 chern Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="disks">
|
<chapter id="disks">
|
||||||
|
|
@ -1049,14 +1049,16 @@ disklabel -e ad3</programlisting>
|
||||||
# size offset fstype [fsize bsize bps/cpg]
|
# size offset fstype [fsize bsize bps/cpg]
|
||||||
c: 60074784 0 unused 0 0 0 # (Cyl. 0 - 59597)</programlisting>
|
c: 60074784 0 unused 0 0 0 # (Cyl. 0 - 59597)</programlisting>
|
||||||
|
|
||||||
<para>I need to add a new "e" partition for &man.ccd.4; to
|
<para>I needed to add a new "e" partition for &man.ccd.4; to
|
||||||
use. This can be a copy of the "c" partition. Once I was done,
|
use. This usually can be copied of the "c" partition, but
|
||||||
|
the <option>fstype</option> must be <userinput>4.2BSD</userinput>.
|
||||||
|
Once I was done,
|
||||||
my disklabel should look like this:</para>
|
my disklabel should look like this:</para>
|
||||||
|
|
||||||
<programlisting>8 partitions:
|
<programlisting>8 partitions:
|
||||||
# size offset fstype [fsize bsize bps/cpg]
|
# size offset fstype [fsize bsize bps/cpg]
|
||||||
c: 60074784 0 unused 0 0 0 # (Cyl. 0 - 59597)
|
c: 60074784 0 unused 0 0 0 # (Cyl. 0 - 59597)
|
||||||
e: 60074784 0 unused 0 0 0 # (Cyl. 0 - 59597)</programlisting>
|
e: 60074784 0 4.2BSD 0 0 0 # (Cyl. 0 - 59597)</programlisting>
|
||||||
|
|
||||||
</sect4>
|
</sect4>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue