mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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:
parent
c1582ceec0
commit
286fe46c4b
1 changed files with 6 additions and 5 deletions
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Reference in a new issue