View Single Post
Old Nov 29, 2012, 08:48 AM   #15
Aquinus
3500 Posts
 
Aquinus's Avatar
 
Join Date: Jan 2012
Location: Dover, New Hampshire, USA
Posts: 4,240 (8.86/day)
Thanks: 1,264
Thanked 1,322 Times in 981 Posts

System Specs

Try running a long SMART test on it. I know you can do this using smartmontools in Linux. It doesn't give you a progress bar or anything so you have to literally leave it alone for 4 hours or so. SMART will tell you if there really is a problem. It's pretty easy if you have a debian-based distro handy, a LiveCD is fine but you have to stay booted from it for a few hours.

Code:
#Ubuntu/Debian
sudo aptitude update
sudo aptitude install smartmontools
sudo smartctl -a /dev/sdX #About your drive
sudo smartctl -t long /dev/sdX #Run a long SMART test.
__________________
MyHeat
Aquinus is offline  
Crunching for Team TPU
Reply With Quote