On 3/8/07, Greg Oster <[EMAIL PROTECTED]> wrote:
[snip]
> Kernelized RAIDframe activated
> Searching for raid components...
> dkcsum: wd0 matches BIOS drive 0x80
> dkcsum: wd1 matches BIOS drive 0x81
> root on wd0a
> rootdev=0x0 rrootdev=0x300 rawdev=0x302
> RAIDFRAME: protectedSectors is 64.
> raid0: Component /dev/wd0d being configured at row: 0 col: 0
> Row: 0 Column: 0 Num Rows: 1 Num Columns: 2
> Version: 2 Serial Number: 200612010 Mod Counter: 844
> Clean: Yes Status: 0
> raid0: Component /dev/wd1d being configured at row: 0 col: 1
> Row: 0 Column: 1 Num Rows: 1 Num Columns: 2
> Version: 2 Serial Number: 200612010 Mod Counter: 844
> Clean: Yes Status: 0
> RAIDFRAME(RAID Level 1): Using 6 floating recon bufs with no head sep limit.
> raid0 (root)
> #
So this is still not the output I'd expect.... what does 'disklabel wd0'
and 'disklabel wd1' say? Are wd0d and wd1d of type FS_RAID ??
nope :-(
So that is the reason right?
is there any hope of fixing it now?
Will the raid be functioning right actually?
Do you want me to recreate it with FS_RAID?
==========================================================================
# disklabel wd0d
# /dev/rwd0d:
type: ESDI
disk: ESDI/IDE disk
label: ST3120827AS
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 16
sectors/cylinder: 1008
cylinders: 16383
total sectors: 234441648
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0 # microseconds
track-to-track seek: 0 # microseconds
drivedata: 0
16 partitions:
# size offset fstype [fsize bsize cpg]
a: 3145905 63 4.2BSD 2048 16384 328 # Cyl 0*- 3120
b: 204624 3145968 swap # Cyl 3121 - 3323
c: 234441648 0 unused 0 0 # Cyl 0 -232580
d: 231085953 3350592 4.2BSD 2048 16384 328 # Cyl 3324 -232575*
# disklabel wd1d
# /dev/rwd1d:
type: ESDI
disk: ESDI/IDE disk
label: ST3120827AS
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 16
sectors/cylinder: 1008
cylinders: 16383
total sectors: 234441648
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0 # microseconds
track-to-track seek: 0 # microseconds
drivedata: 0
16 partitions:
# size offset fstype [fsize bsize cpg]
a: 3145905 63 4.2BSD 2048 16384 328 # Cyl 0*- 3120
b: 204624 3145968 swap # Cyl 3121 - 3323
c: 234441648 0 unused 0 0 # Cyl 0 -232580
d: 231085953 3350592 4.2BSD 2048 16384 328 # Cyl 3324 -232575*
# disklabel raid0
# /dev/rraid0c:
type: RAID
disk: raid
label: fictitious
flags:
bytes/sector: 512
sectors/track: 128
tracks/cylinder: 8
sectors/cylinder: 1024
cylinders: 225669
total sectors: 231085824
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0 # microseconds
track-to-track seek: 0 # microseconds
drivedata: 0
16 partitions:
# size offset fstype [fsize bsize cpg]
a: 3145728 0 4.2BSD 2048 16384 323 # Cyl 0 - 3071
b: 4194304 3145728 swap # Cyl 3072 - 7167
c: 231085824 0 unused 0 0 # Cyl 0 -225669*
d: 2097152 7340032 4.2BSD 2048 16384 323 # Cyl 7168 - 9215
e: 4194304 9437184 4.2BSD 2048 16384 323 # Cyl 9216 - 13311
f: 12582912 13631488 4.2BSD 2048 16384 323 # Cyl 13312 - 25599
g: 125829120 26214400 4.2BSD 2048 16384 323 # Cyl 25600 -148479
h: 79042304 152043520 4.2BSD 2048 16384 323 # Cyl 148480 -225669*
i: 2031616 2097152 unused 0 0 # Cyl 2048 - 4031
j: 2031616 2097152 unused 0 0 # Cyl 2048 - 4031
k: 2031616 2097152 unused 0 0 # Cyl 2048 - 4031
l: 2031616 2097152 unused 0 0 # Cyl 2048 - 4031
#
=========================================================================
You should
be seeing a "Component on wd0d" and then the full component label, and that
should be printed before the dkcsum bits... It's still almost as
though RAID_AUTOCONFIG isn't defined... (but it is, since the
"Searching..." line above is printed...)
RAID_AUTOCONFIG is defined but for that to work the FS type shoud be
FS_RAID right?
Do you think this setup is bad actually?
Thankyou so much
Kind Regards
Siju