Quote:
Originally Posted by rtspitz
make a backup.
if suggest to run badblocks on the failed ext3 disk.
|
Thanks for the reply!
I did run badblocks and then tried to :
fsck -t ext2 -l badblocks /dev/hdb1
But then I got a whole bunch of :
Bad block 2766258 out of range; ignored.
Bad block 2766259 out of range; ignored.
Bad block 2767756 out of range; ignored.
Bad block 2767757 out of range; ignored.
Bad block 2767758 out of range; ignored.
....
What is interesting is this :
dmesg | grep hdb
hdb: read_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
hdb: read_intr: error=0x40 { UncorrectableError }, LBAsect=1835966, sector=1835903
end_request: I/O error, dev 03:41 (hdb), sector 1835903
hdb: read_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
hdb: read_intr: error=0x40 { UncorrectableError }, LBAsect=3148990, sector=3148927
end_request: I/O error, dev 03:41 (hdb), sector 3148927
hdb: read_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
hdb: read_intr: error=0x40 { UncorrectableError }, LBAsect=3932571, sector=3932508
end_request: I/O error, dev 03:41 (hdb), sector 3932508
I guess the disk really isn't looking good at all but is there anything I can still try?
Thanks!