2006-11-25, 12:53 PM
Almost every boot of my FC6 system, I see these errors:
Code:
hda: drive_cmd: status=0x51 { DriveReady SeekComplete Error }
hda: drive_cmd: error=0x04 { DriveStatusError }
ide: failed opcode was: 0xb0
hdb: drive_cmd: status=0x51 { DriveReady SeekComplete Error }
hdb: drive_cmd: error=0x04 { DriveStatusError }
ide: failed opcode was: 0xb0
(from dmesg | tail)
Are both hda (newish Western Digital) and hdb (older Maxtor) dying or is there something else going on?
I ran an fsck on boot, and it came up clean for both / and /home (both on hda).
/etc/fstab:
Code:
LABEL=/ / ext3 defaults 1 1
devpts /dev/pts devpts gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs defaults 0 0
LABEL=/home /home ext3 defaults 1 2
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
/dev/hda3 swap swap defaults 0 0
/dev/hdb1 /windows/D vfat defaults,uid=500 0 0
/dev/hdb6 /windows/E ntfs defaults,ro,uid=500 0 0
fdisk -l
Code:
Disk /dev/hda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 3315 26627706 7 HPFS/NTFS
/dev/hda2 3316 18995 125949600 f W95 Ext'd (LBA)
/dev/hda3 18996 19093 787185 82 Linux swap / Solaris
/dev/hda5 3316 9689 51199123+ 7 HPFS/NTFS
/dev/hda6 9690 14788 40957686 7 HPFS/NTFS
/dev/hda7 14789 16573 14337981 6 FAT16
/dev/hda8 16574 18995 19454683+ 83 Linux
Disk /dev/hdb: 122.9 GB, 122942324736 bytes
255 heads, 63 sectors/track, 14946 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 1 3952 31744408+ c W95 FAT32 (LBA)
/dev/hdb2 3953 14946 88309305 f W95 Ext'd (LBA)
/dev/hdb5 3953 4155 1630566 7 HPFS/NTFS
/dev/hdb6 4156 6195 16386268+ 7 HPFS/NTFS
/dev/hdb7 6196 14946 70292376 7 HPFS/NTFS
Anyone have any ideas?