Hi, yesterday my linux machine gave me some smartd errors so i checked the disk in another machine and it had defective sectors, I installed a new hard disk on the original machine. Today this is being reported in logwatch. I have a Maxtor (200gig) as hda, a cdrom as hdc and another hard disk that is used for storage as hdd. All plain IDE (not sata)
--------------------- Kernel Begin ------------------------
WARNING: Kernel Errors Present end_request: I/O error, dev hda, sector...: 216 Time(s) hda: dma_intr: error=0x40 { Uncorrect...: 216 Time(s) hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }...: 216 Time(s)
On 12/7/06, Erick Perez eaperezh@gmail.com wrote:
Hi, yesterday my linux machine gave me some smartd errors so i checked the disk in another machine and it had defective sectors, I installed a new hard disk on the original machine. Today this is being reported in logwatch. I have a Maxtor (200gig) as hda, a cdrom as hdc and another hard disk that is used for storage as hdd. All plain IDE (not sata)
--------------------- Kernel Begin ------------------------
WARNING: Kernel Errors Present end_request: I/O error, dev hda, sector...: 216 Time(s) hda: dma_intr: error=0x40 { Uncorrect...: 216 Time(s) hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }...: 216 Time(s)
Did you run an enxtended SMART self test on the drive? If two disk drives are reporting errors, I would start to wonder if the controller isn't at fault. The SMART self test should help with isolating the faulty component.
Thanks, - Ryan
You do realize, that logwatch reports from system logs, and thus might very well have been reporting the errors from before the disk swap?
Maybe I don't understand the problem...
On Thu, 7 Dec 2006, Matty wrote:
On 12/7/06, Erick Perez eaperezh@gmail.com wrote:
Hi, yesterday my linux machine gave me some smartd errors so i checked the disk in another machine and it had defective sectors, I installed a new hard disk on the original machine. Today this is being reported in logwatch. I have a Maxtor (200gig) as hda, a cdrom as hdc and another hard disk that is used for storage as hdd. All plain IDE (not sata)
--------------------- Kernel Begin ------------------------
WARNING: Kernel Errors Present end_request: I/O error, dev hda, sector...: 216 Time(s) hda: dma_intr: error=0x40 { Uncorrect...: 216 Time(s) hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }...: 216 hda: Time(s)
Did you run an enxtended SMART self test on the drive? If two disk drives are reporting errors, I would start to wonder if the controller isn't at fault. The SMART self test should help with isolating the faulty component.
Thanks,
- Ryan
Matty,
Here are the logs for today. I waited a few days just to be sure (as Maciej said) that my /var/log/messages was not getting old info.
Dec 8 04:05:27 mail kernel: ide: failed opcode was: unknown Dec 8 04:05:27 mail kernel: end_request: I/O error, dev hda, sector 6018821 Dec 8 04:05:31 mail kernel: hda: read_intr: status=0x59 { DriveReady SeekComplete DataRequest Error } Dec 8 04:05:31 mail kernel: hda: read_intr: error=0x40 { UncorrectableError }, LBAsect=6018827, sector=6018821 Dec 8 04:05:31 mail kernel: ide: failed opcode was: unknown Dec 8 04:05:31 mail kernel: end_request: I/O error, dev hda, sector 6018821 Dec 8 04:05:45 mail kernel: hda: read_intr: status=0x59 { DriveReady SeekComplete DataRequest Error } Dec 8 04:05:45 mail kernel: hda: read_intr: error=0x01 { AddrMarkNotFound }, LBAsect=6234661, sector=6234661 Dec 8 04:05:45 mail kernel: ide: failed opcode was: unknown Dec 8 04:05:48 mail kernel: hda: read_intr: status=0x59 { DriveReady SeekComplete DataRequest
seems that the controller is bad. so the motherboard is bad.
On 12/7/06, Matty matty91@gmail.com wrote:
On 12/7/06, Erick Perez eaperezh@gmail.com wrote:
Hi, yesterday my linux machine gave me some smartd errors so i checked the disk in another machine and it had defective sectors, I installed a new hard disk on the original machine. Today this is being reported in logwatch. I have a Maxtor (200gig) as hda, a cdrom as hdc and another hard disk that is used for storage as hdd. All plain IDE (not sata)
--------------------- Kernel Begin ------------------------
WARNING: Kernel Errors Present end_request: I/O error, dev hda, sector...: 216 Time(s) hda: dma_intr: error=0x40 { Uncorrect...: 216 Time(s) hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }...: 216 Time(s)
Did you run an enxtended SMART self test on the drive? If two disk drives are reporting errors, I would start to wonder if the controller isn't at fault. The SMART self test should help with isolating the faulty component.
Thanks,
- Ryan
-- UNIX Administrator http://prefetch.net _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Saturday 09 December 2006 12:10, Erick Perez wrote:
Dec 8 04:05:31 mail kernel: hda: read_intr: error=0x40 { UncorrectableError }, LBAsect=6018827, sector=6018821
seems that the controller is bad. so the motherboard is bad.
In an ATA drive, the 'controller' on the motherboard is more like a host adapter like with SCSI (original ATA (AT Attachment) actually extended the ISA bus, minus addressing, across to the drive, thus 'Integrated Drive Electronics'). The 'controller' that is throwing the error is actually on the drive; more than likely this string of errors is a drive failure. Try another drive first, then check your cables (cable problems can do this too), then check your motherboard.