summaryrefslogtreecommitdiff
path: root/sbin/ccdconfig/ccdconfig.8
diff options
context:
space:
mode:
authorGiorgos Keramidas <keramida@FreeBSD.org>2003-01-26 02:52:07 +0000
committerGiorgos Keramidas <keramida@FreeBSD.org>2003-01-26 02:52:07 +0000
commitf6b811bedb664fc17687064a575042e55c2a0eb5 (patch)
tree1d68c5626d85f6ab0457e8adf784244c67b1cf37 /sbin/ccdconfig/ccdconfig.8
parent0f2e01e04dd7f7384dc80817b473c5f733fd0eda (diff)
Notes
Diffstat (limited to 'sbin/ccdconfig/ccdconfig.8')
-rw-r--r--sbin/ccdconfig/ccdconfig.811
1 files changed, 7 insertions, 4 deletions
diff --git a/sbin/ccdconfig/ccdconfig.8 b/sbin/ccdconfig/ccdconfig.8
index 94d7fe04c6a4a..f26d00e06183a 100644
--- a/sbin/ccdconfig/ccdconfig.8
+++ b/sbin/ccdconfig/ccdconfig.8
@@ -150,13 +150,13 @@ mirror. /dev/da2e is mirrored with /dev/da4e and assigned to ccd0.
.Ed
.Pp
When you create a new ccd disk you generally want to
-.Nm disklabel
+.Xr disklabel 8
it before doing anything else. Once you create the initial label you can
edit it, adding additional partitions. The label itself takes up the first
16 sectors of the ccd disk. If all you are doing is creating file systems
with newfs, you do not have to worry about this as newfs will skip the
label area. However, if you intend to
-.Nm dd
+.Xr dd 1
to or from a ccd partition it is usually a good idea to construct the
partition such that it does not overlap the label area. For example, if
you have A ccd disk with 10000 sectors you might create a 'd' partition
@@ -187,16 +187,19 @@ you begin to get disk errors you should be able to backup the ccd disk,
replace the broken hardware, and then regenerate the ccd disk. If you need
more than this you should look into external hardware RAID SCSI boxes,
RAID controllers such as the
-.Nm dpt
+.Xr dpt 4
controller, or software RAID systems such as
-.Nm vinum .
+.Xr vinum 8 .
.Sh FILES
.Bl -tag -width /etc/ccd.conf -compact
.It Pa /etc/ccd.conf
default ccd configuration file
.El
.Sh SEE ALSO
+.Xr dd 1 ,
.Xr ccd 4 ,
+.Xr dpt 4 ,
+.Xr disklabel 8 ,
.Xr rc 8 ,
.Xr vinum 8
.Sh BUGS