ccdconfig.8 (f6b811bedb664fc17687064a575042e55c2a0eb5) ccdconfig.8 (522ccf3f353a439b7938a4f10adfab7d912210a2)
1.\" $NetBSD: ccdconfig.8,v 1.1.2.1 1995/11/11 02:43:33 thorpej Exp $
2.\"
3.\" Copyright (c) 1995 Jason R. Thorpe.
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 150 unchanged lines hidden (view full) ---

159.Xr dd 1
160to or from a ccd partition it is usually a good idea to construct the
161partition such that it does not overlap the label area. For example, if
162you have A ccd disk with 10000 sectors you might create a 'd' partition
163with offset 16 and size 9984.
164.Pp
165.Bd -unfilled -offset
166# disklabel ccd0 > /tmp/disklabel.ccd0
1.\" $NetBSD: ccdconfig.8,v 1.1.2.1 1995/11/11 02:43:33 thorpej Exp $
2.\"
3.\" Copyright (c) 1995 Jason R. Thorpe.
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 150 unchanged lines hidden (view full) ---

159.Xr dd 1
160to or from a ccd partition it is usually a good idea to construct the
161partition such that it does not overlap the label area. For example, if
162you have A ccd disk with 10000 sectors you might create a 'd' partition
163with offset 16 and size 9984.
164.Pp
165.Bd -unfilled -offset
166# disklabel ccd0 > /tmp/disklabel.ccd0
167# disklabel -Rr ccd0 /tmp/disklabel.ccd0
167# disklabel -Rr ccd0 /tmp/disklabel.ccd0
168# disklabel -e ccd0
169.Ed
170.Pp
171The disklabeling of a ccd disk is usually a one-time affair. Unlike other
172devices, ccd currently requires that you specify partition 'c' when
173running disklabel. If you reboot the machine and reconfigure the ccd disk,
174the disklabel you
175had created before will still be there and not require reinitialization.

--- 25 unchanged lines hidden (view full) ---

201.Xr dpt 4 ,
202.Xr disklabel 8 ,
203.Xr rc 8 ,
204.Xr vinum 8
205.Sh BUGS
206The initial disklabel returned by
207.Xr ccd 4
208specifies only 3 partitions.
168# disklabel -e ccd0
169.Ed
170.Pp
171The disklabeling of a ccd disk is usually a one-time affair. Unlike other
172devices, ccd currently requires that you specify partition 'c' when
173running disklabel. If you reboot the machine and reconfigure the ccd disk,
174the disklabel you
175had created before will still be there and not require reinitialization.

--- 25 unchanged lines hidden (view full) ---

201.Xr dpt 4 ,
202.Xr disklabel 8 ,
203.Xr rc 8 ,
204.Xr vinum 8
205.Sh BUGS
206The initial disklabel returned by
207.Xr ccd 4
208specifies only 3 partitions.
209One needs to change the number of paritions to "8" using `disklabel -e'
210to get the usual BSD expectations.
209One needs to change the number of paritions to 8 using
210.Dq Nm disklabel Fl e
211to get the usual
212.Bx
213expectations.
211.Sh HISTORY
212The
213.Nm
214utility first appeared in
215.Nx 1.0a .
214.Sh HISTORY
215The
216.Nm
217utility first appeared in
218.Nx 1.0a .