Q: hd troubles

Q: hd troubles

Post by Andrew Cos » Tue, 14 Oct 1997 04:00:00



On Mon, 13 Oct 1997 10:59:41 -0400,


>I started having hard drive problems on my machine.
>Here's what I'm getting on system console:
>hdb: read_intr: status=0x59
>    { DriveReady SeekComplete DataRequest Error }
>hdb: read_intr: error=0x40 { UncorrectableError }
>    CHS=1005/8/49, sector=460200
>end_request: I/O error, dev 03:43, sector 4
>60200

You've got a bad sector there.

Restart into single-user mode
(e.g. get the lilo boot: prompt and enter "linux single").

Then do an

  e2fsck -c /dev/hdb3

That will check for and map out any bad blocks.

 
 
 

Q: hd troubles

Post by Vladislav Grinchenk » Tue, 14 Oct 1997 04:00:00


Hi folks,

I started having hard drive problems on my machine.
Here's what I'm getting on system console:

hdb: read_intr: status=0x59
        { DriveReady SeekComplete DataRequest Error }
hdb: read_intr: error=0x40 { UncorrectableError }
        CHS=1005/8/49, sector=460200
end_request: I/O error, dev 03:43, sector 4
60200

A little bit about my system:

Linux vgrinche 2.0.27 #1 Fri Dec 20 13:24:40 EST 1996 i486

Disk /dev/hda: 15 heads, 34 sectors, 1001 cylinders
Units = cylinders of 510 * 512 bytes

   Device Boot   Begin    Start      End   Blocks   Id  System
/dev/hda1   *        1        1     1001   255238   83  Linux native
Partition 1 has different physical/logical endings:
     phys=(999, 14, 34) logical=(1000, 14, 34)

Disk /dev/hdb: 16 heads, 63 sectors, 1024 cylinders
Units = cylinders of 1008 * 512 bytes

   Device Boot   Begin    Start      End   Blocks   Id  System
/dev/hdb1   *        1        1      508   256000+   6  DOS 16-bit >=32M
/dev/hdb2          509      509      549    20664   82  Linux swap
/dev/hdb3          550      550     1024   239400   83  Linux native

any suggestions will be greately appreciated.