diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-08-06 06:25:07 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-08-06 06:25:07 +0000 |
| commit | 87fc6c15e13558327ebfc89a73cd5d3612bb60fd (patch) | |
| tree | e1e9eaba98064f1888e79812cf944420d0ca7268 /sbin/ccdconfig | |
| parent | b39c728a8d0a6d5037278ec1d061d6d1e94d1824 (diff) | |
Notes
Diffstat (limited to 'sbin/ccdconfig')
| -rw-r--r-- | sbin/ccdconfig/ccdconfig.8 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sbin/ccdconfig/ccdconfig.8 b/sbin/ccdconfig/ccdconfig.8 index cd0ffd4fa7b1..59ce4d085bde 100644 --- a/sbin/ccdconfig/ccdconfig.8 +++ b/sbin/ccdconfig/ccdconfig.8 @@ -30,7 +30,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: ccdconfig.8,v 1.5 1998/06/04 06:41:26 charnier Exp $ +.\" $Id: ccdconfig.8,v 1.6 1998/11/19 20:22:10 asami Exp $ .\" .Dd July 17, 1995 .Dt CCDCONFIG 8 @@ -138,6 +138,12 @@ argument is optional. ccd0 16 none /dev/da2e /dev/da3e .Ed .Pp +The component devices need to name partitions of type +.Li FS_BSDFFS +(or +.Dq 4.2BSD +as shown by +.Xr disklabel 8 ). .Sh EXAMPLE The following command, executed from the command line, would configure ccd0 with 4 components (/dev/da2e, /dev/da3e, /dev/da4e, /dev/da5e), and an |
