first:
YOU WROTE: "-> creating one partition of type ccd spanning entire disk"

i take you're word.... then you should have a close look at 'man ccd'

"Note that the `raw' partitions of the disks should not be combined. Each 
component partition should be offset at least one cylinder from the beginning 
of the component disk."

this is not what you said you did.

second:
i would use disklabel to create explicitly a partition on ccd0 (not 
using 'c'). but i'm not sure if this is really necessary.



On Wednesday 17 January 2007 19:11, Chris Mika wrote:
> 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

Reply via email to