1 .\" $NetBSD: ccd.conf.5,v 1.3 2002/06/11 13:58:09 wiz Exp $
3 .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
4 .\" All rights reserved.
6 .\" This code is derived from software contributed to The NetBSD Foundation
9 .\" Redistribution and use in source and binary forms, with or without
10 .\" modification, are permitted provided that the following conditions
12 .\" 1. Redistributions of source code must retain the above copyright
13 .\" notice, this list of conditions and the following disclaimer.
14 .\" 2. Redistributions in binary form must reproduce the above copyright
15 .\" notice, this list of conditions and the following disclaimer in the
16 .\" documentation and/or other materials provided with the distribution.
17 .\" 3. The name of the author may not be used to endorse or promote products
18 .\" derived from this software without specific prior written permission.
20 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
21 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
22 .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
23 .\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
24 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
25 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30 .\" POSSIBILITY OF SUCH DAMAGE.
37 .Nd concatenated disk driver configuration file
43 file defines the configuration of concatenated disk devices, or ccds.
48 option and at system boot time.
49 For more information about the concatenated disk driver, see
52 Each line of the configuration file contains arguments as per the
57 .Bd -ragged -offset indent -compact
65 .Bl -tag -width preserveX
69 The interleave, expressed in units of
72 The flags for the device, which may be represented as a decimal number,
73 a hexadecimal number, a comma-separated list of strings, or the word
76 The component partitions to be concatenated, which should be of type
82 is a comment, and everything to end of line is ignored.
85 at the end of a line indicates that the next line should be concatenated
89 preceding any character (other than the end of line) prevents that
90 character's special meaning from taking effect.
96 .Bd -literal -offset indent
99 # Configuration file for concatenated disk devices
102 # ccd ileave flags component devices
103 ccd0 16 none /dev/sd2e /dev/sd3e
111 configuration file first appeared in