git: 8669e516f0e6 - main - ccdconfig: reference gpart rather than fdisk and disklabel
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Mar 2024 18:51:29 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=8669e516f0e6f48a5017db9e5f4768275f1deaa8
commit 8669e516f0e6f48a5017db9e5f4768275f1deaa8
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2024-01-23 18:23:44 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-03-22 18:51:15 +0000
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
---
sbin/ccdconfig/ccdconfig.8 | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/sbin/ccdconfig/ccdconfig.8 b/sbin/ccdconfig/ccdconfig.8
index ec9bbd6d0ff4..085d83cab7a2 100644
--- a/sbin/ccdconfig/ccdconfig.8
+++ b/sbin/ccdconfig/ccdconfig.8
@@ -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