Lines Matching +full:interleave +full:- +full:mode
67 .Bl -tag -width indent
96 file by the name of the ccd, the interleave factor, the ccd configuration
99 as a decimal number, a hexadecimal number, a comma-separated list
103 .Bd -literal -offset indent
104 CCDF_UNIFORM 0x02 Use uniform interleave
115 .Bd -literal -offset indent
128 compatibility mode, please be sure
132 .Bl -tag -width /etc/ccd.conf -compact
146 The first example creates a 4-disk stripe out of
148 The stripe uses a 64-sector interleave.
156 .Bd -literal
166 to create a RAID-0 in
170 .Bd -literal
171 # Create a RAID-0 on Linux:
172 mdadm --create --chunk=32 --level=0 --raid-devices=2 /dev/md0 \\
174 # Make the RAID-0 just created available on FreeBSD:
175 ccdconfig -c /dev/ccd0 32 linux /dev/ada0s1 /dev/ada0s2
182 Beware that changing any ccd parameters: interleave, flags, or the
194 This is a poor-man's mirroring implementation.