Remove comment about offset, it is no longer necessary. Add mention

of partition types in disklabel.  Add disklabel(8) to "see also" section.

Reminded by:	Chris Timmons <skynyrd@opus.cts.cwu.edu>
This commit is contained in:
Satoshi Asami 1996-11-07 04:10:55 +00:00
parent c1582ceec0
commit 286fe46c4b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19484

View File

@ -54,11 +54,11 @@ Note that the
.Sq raw
partitions of the disks
.Pa should not
be combined. Each component partition should be offset at least one
cylinder from the beginning of the component disk. This avoids potential
conflicts between the component disk's disklabel and the
.Nm ccd's
disklabel. The kernel will only allow component partitions of type FS_BSDFFS.
be combined. The kernel will only allow component partitions of type
FS_BSDFFS (type
.Dq 4.2BSD
as shown as
.Xr disklabel 8 ).
.Pp
In order to compile in support for the ccd, you must add a line similar
to the following to your kernel configuration file:
@ -109,6 +109,7 @@ Utah.
.Xr MAKEDEV 8 ,
.Xr ccdconfig 8 ,
.Xr config 8 ,
.Xr disklabel 8 ,
.Xr fsck 8 ,
.Xr mount 8 ,
.Xr newfs 8 .