Comment: Re:Once again... follow the money... (Score 3, Informative) 136
Comment: Re:Fork? (Score 2, Interesting) 307
Comment: Re:GDB (Score 1) 776
Comment: Re:Second on the drive thing (Score 4, Informative) 835
SMART provides a lot of data, some of which is crap
# smartctl -l error
Any disk with a non-empty error log you should consider replacing. Also, always run the short diagnostic tests:
# smartctl -t short
# [wait 2 minutes]
# smartctl -l selftest
Comment: Re:Second on the drive thing (Score 4, Informative) 835
What the manufacturer's test programs do is *precisely* run the SMART diagnostic test, so save yourself a CD-R. All they do is run the long self test. All SMART-friendly HDDs support the short (1 to 2 minutes) and long (1 to 2 hours) diagnostic tests, the latter doing an exhaustive sector scan. Boot a Linux live CD and type "sudo smartctl -t long
A damaged disk cannot pass that test, not unless something is utterly borked with the firmware (*cough* seagate *cough*).