> cdrom: open failed.
> hdc: command error: status=0x51 { DriveReady SeekComplete Error }
> hdc: command error: error=0x54
> end_request: I/O error, dev hdc, sector 64
> isofs_fill_super: bread failed, dev=hdc, iso_blknum=16, block=16
> hdd: command error: status=0x51 { DriveReady SeekComplete Error }
> hdd: command error: error=0x54
> end_request: I/O error, dev hdd, sector 64
> isofs_fill_super: bread failed, dev=hdd, iso_blknum=16, block=16
> hdd: command error: status=0x51 { DriveReady SeekComplete Error }
> hdd: command error: error=0x54
> end_request: I/O error, dev hdd, sector 64
> isofs_fill_super: bread failed, dev=hdd, iso_blknum=16, block=16
>It's potentially a bad IDE controller. However, you may just not have the right modules. lsmod should show something like: ide_cd 37092 1 cdrom 33632 1 ide_cd ide_disk 16032 8 ide_generic 1344 0 [permanent] piix 9540 0 [permanent] generic 4516 0 [permanent] ide_core 115664 5 ide_cd,ide_disk,ide_generic,piix,generic That's what I have for my setup. 2.6.15--1-686-smp kernel. If you're running the Debian stock 2.6.12 kernel, you will want to upgrade to 2.6.15. I had major issues with the 2.6.12 kernel finding the onboard IDE controllers and consequently could not assemble the RAID 5 array. The upgrade did the trick. -Mike -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
