mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
ccdconfig: reference gpart rather than fdisk and disklabel
fdisk and disklabel are legacy tools for legacy disk partitioning schemes. Reviewed by: imp Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D43564 (cherry picked from commit 8669e516f0e6f48a5017db9e5f4768275f1deaa8)
This commit is contained in:
parent
9407889ec2
commit
7ced571062
1 changed files with 4 additions and 6 deletions
|
|
@ -27,7 +27,7 @@
|
|||
.\"
|
||||
.\" $NetBSD: ccdconfig.8,v 1.4 1996/02/28 01:01:17 thorpej Exp $
|
||||
.\"
|
||||
.Dd January 24, 2024
|
||||
.Dd March 22, 2024
|
||||
.Dt CCDCONFIG 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -176,9 +176,8 @@ ccdconfig -c /dev/ccd0 32 linux /dev/ada0s1 /dev/ada0s2
|
|||
.Ed
|
||||
.Pp
|
||||
When you create a new ccd disk you generally want to
|
||||
.Xr fdisk 8
|
||||
and
|
||||
.Xr disklabel 8
|
||||
partition it using
|
||||
.Xr gpart 8
|
||||
it before doing anything else.
|
||||
Beware that changing any ccd parameters: interleave, flags, or the
|
||||
device list making up the ccd disk, will usually destroy any prior
|
||||
|
|
@ -206,8 +205,7 @@ and
|
|||
.Sh SEE ALSO
|
||||
.Xr dd 1 ,
|
||||
.Xr ccd 4 ,
|
||||
.Xr disklabel 8 ,
|
||||
.Xr fdisk 8 ,
|
||||
.Xr gpart 8 ,
|
||||
.Xr gvinum 8 ,
|
||||
.Xr rc 8
|
||||
.Sh HISTORY
|
||||
|
|
|
|||
Loading…
Reference in a new issue