[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Strange disklabel when setting up ccd



Alright, so I am trying to setup two drives (wd0 [40GB] and wd1 [80GB]) as
one large drive [120GB]... Following the faq pages and the manual,

I fdisk the drives and erase anything that was on them.


Using disklabel I create the partitions as follows:

wd0:
  d: 66055185     63    4.2BSD     1024  8192    16   # (Cyl.    0*- 65530)
wd1:
 d: 156355521     63    4.2BSD     1024  8192    16  # (Cyl.    0*- 155114*)
(total sectors -63)


I configure ccd as follows:
# ccdconfig ccd0 64 none /dev/wd0d /dev/wd1d


When I type disklable -e ccd0:

I get the exact same info that there is for wd0

ie:
  d: 66055185     63    4.2BSD     1024  8192    16   # (Cyl.    0*- 65530)


I'm not trying to mirror, but rather stripe...

I have tried with smaller ileave but the same problem remains.


What am I missing or doing wrong...

Thanks

CH