View previous topic :: View next topic |
Author |
Message |
eolson Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/gallery/Funny_Figure/klo.gif)
Joined: 12 Sep 2003 Posts: 96 Location: Colorado
|
Posted: Tue Sep 14, 2004 3:02 am Post subject: I think my HD is dying |
|
|
I think my HD is dying. It seems to work OK right after a startup. But then later I can't read or write to it. I notice that my HD activity light is usually flickering all the time by this point.
This is what happens when I do a hdparm -Tt
Code: |
silvermonkey root # hdparm -Tt /dev/hdb
/dev/hdb:
read() failed: Input/output error
Timing buffered disk reads: read() failed: Input/output error
HDIO_DRIVE_CMD(null) (wait for flush complete) failed: Input/output error
|
Any ideas or suggestions. Other tests I can do?
Update
Actually, here is the same command run after a fresh reboot.
Code: |
silvermonkey root # hdparm -Tt /dev/hdb
/dev/hdb:
Timing buffer-cache reads: 976 MB in 2.00 seconds = 487.83 MB/sec
Timing buffered disk reads: 138 MB in 3.02 seconds = 45.69 MB/sec
|
So it's working ok now... But in 10 minutes it will start to be unreadable. Weird. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
bmichaelsen Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/8206921454311a2208aadc.jpg)
Joined: 17 Nov 2002 Posts: 1277 Location: Hamburg, Germany
|
Posted: Tue Sep 14, 2004 4:42 am Post subject: |
|
|
Code: | emerge smartmontools |
... and look if the drive knows that it is dying ... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
fctk Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 28 Jan 2004 Posts: 1424 Location: Milan, Italy, EU
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
eolson Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/gallery/Funny_Figure/klo.gif)
Joined: 12 Sep 2003 Posts: 96 Location: Colorado
|
Posted: Tue Sep 14, 2004 5:36 pm Post subject: |
|
|
Hmm, I don't know if that's helping.
It passes all the tests fine when I run them directly after a reboot.
Code: |
silvermonkey root # smartctl -H /dev/hdb
smartctl version 5.26 Copyright (C) 2002-3 Bruce Allen
Home page is http://smartmontools.sourceforge.net/
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
|
yet after about an hour here is the same test run.
Code: |
silvermonkey root # smartctl -H /dev/hdb
smartctl version 5.26 Copyright (C) 2002-3 Bruce Allen
Home page is http://smartmontools.sourceforge.net/
Smartctl: Device Read Identity Failed (not an ATA/ATAPI device)
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
|
So I think i'm back in the same position. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
KingTaco Developer
![Developer Developer](/images/ranks/rank-dev.gif)
![](images/avatars/gallery/Southpark/avatar40.gif)
Joined: 22 Aug 2003 Posts: 207 Location: Bay Area, CA
|
Posted: Tue Sep 14, 2004 5:43 pm Post subject: |
|
|
boot knoppix or a livecd, and repeat the same test. sounds like your kernel config is b0rk3d(specificly relating to your IDE controller chipset) _________________ Explaining the obvious to the oblivious.
Adopt an unanswered post today -- https://forums.gentoo.org/search.php?search_id=unanswered |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
thepi Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/TV Stars/langley1.jpg)
Joined: 06 Jan 2004 Posts: 352 Location: Tokyo, Japan
|
Posted: Wed Sep 22, 2004 6:07 pm Post subject: |
|
|
also test your hard drive's temperature during operation. as the error appears only after a while, it can be related to a malfunction provoked by overheating.
another possibility: propably one of the chips on your harddrive or your mainboard is defective so that it doesn't operate within the designed temperature range. in both cases, adding an additional cooling fan to either your hdd or your mainboard's ide controller chip could help.
hth,
pi~ _________________ Violence is the last resort of the incompetent --Isaac Asimov
Gentoo on Acer TM800 | Help! | Vote! | Get FF! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
KingTaco Developer
![Developer Developer](/images/ranks/rank-dev.gif)
![](images/avatars/gallery/Southpark/avatar40.gif)
Joined: 22 Aug 2003 Posts: 207 Location: Bay Area, CA
|
Posted: Wed Sep 22, 2004 6:56 pm Post subject: |
|
|
thepi wrote: | also test your hard drive's temperature during operation. as the error appears only after a while, it can be related to a malfunction provoked by overheating.
another possibility: propably one of the chips on your harddrive or your mainboard is defective so that it doesn't operate within the designed temperature range. in both cases, adding an additional cooling fan to either your hdd or your mainboard's ide controller chip could help.
hth,
pi~ |
good point, this could quite possibly be the case. _________________ Explaining the obvious to the oblivious.
Adopt an unanswered post today -- https://forums.gentoo.org/search.php?search_id=unanswered |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|