mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 04:53:28 +00: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 commit8669e516f0
) (cherry picked from commit7ced571062
)
This commit is contained in:
parent
da7a435018
commit
8e8d76571f
@ -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 New Issue
Block a user