I'm trying to get CCD working correctly, but it just doesn't want to.
I have two identical 300GB disks that I'm trying to interleave.
Here's exactly what I'm doing:
# fdisk -i wd1
# fdisk -i wd3
# disklabel -E wd1
-> creating one partition of type ccd spaning entire disk
# disklabel -E wd3
-> creating one partition of type ccd spaning entire disk
# ccdconfig ccd0 32 0 /dev/wd1a /dev/wd3a
# newfs /dev/ccd0c
When I run newfs it only creates a 300GB filesystem, whereas it SHOULD
create a 600GB file system.
Any ideas? I can send the dmesg or any output if that helps (I didn't to
save space).
-Chris Mika