Adam PAPAI writes: > Hello misc, > > I have an IBM xSeries 335 machine with Dual Xeon processor and 2x73GB > SCSI Seagate Barracuda 10K rpm disc. I run OpenBSD 3.8 on it. > > When I'm creating the raid array (raidctl -iv raid0), I get the > following error message: > > sd0(mpt0:0:0): Check Condition (error 0x70) on opcode 0x28 > SENSE KEY: Media Error > INFO: 0x224c10c (VALID flag on) > ASC/ASCQ: Read Retries Exhausted > SKSV: Actual Retry Count: 63 > raid0: IO Error. Marking /dev/sd0d as failed. > raid0: node (Rod) returned fail, rolling backward > Unable to verify raid1 parity: can't read stripe. > Could not verify parity.
Is this early in the initialization or late in the initialization? Try doing: dd if=/dev/rsd0d of=/dev/null bs=10m and see if you get the same error message... Later... Greg Oster

