Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#288574 - 22/10/2006 12:55 hard drive testing
pca
old hand

Registered: 20/07/1999
Posts: 1102
Loc: UK
Hi.

OK, here's a question peripherally related to the recent posts on hard drive recovery.

I have a stack of hard drives here on the bench that are the result of gradually replacing the drives in my two main machines with larger ones. They vary in capacity from 20GB to 120GB, and with one exception, probably all work quite happily. I would like to go through them and test the things, to find out whether any are actually faulty. What's the best way to do this?

I know that the maxtor ones can be tested with the maxtor drive check software, but there are also ibm ones, hitachi ones, seagate ones, etc. Is there any generic HD reliability testing software (windows or linux) floating around?

I eventually want to use the good ones for backup purposes with an ide-usb converter cable, but backing up onto a possibly iffy hd isn't a very bright idea

The bad ones will be stripped and the platters removed for my slowly assembling tesla turbine project

pca
_________________________
Experience is what you get just after it would have helped...

Top
#288575 - 22/10/2006 13:14 Re: hard drive testing [Re: pca]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14478
Loc: Canada
Quote:
I would like to go through them and test the things, to find out whether any are actually faulty. What's the best way to do this?


smartctl -s on -C -t long /dev/hda

Note that the -C flag is optional here.

Cheers

Top
#288576 - 22/10/2006 13:39 Re: hard drive testing [Re: mlord]
pca
old hand

Registered: 20/07/1999
Posts: 1102
Loc: UK
Thanks, I'll give it a go.

Pca
_________________________
Experience is what you get just after it would have helped...

Top
#288577 - 22/10/2006 13:41 Re: hard drive testing [Re: pca]
larry818
old hand

Registered: 01/10/2002
Posts: 1033
Loc: Fullerton, Calif.
I use spinrite for this.

Top
#288578 - 22/10/2006 14:23 Re: hard drive testing [Re: pca]
Mataglap
enthusiast

Registered: 11/06/2003
Posts: 384
I've seen an ISO image some compiled with all of the vendor specific testing programs on it called the Ultimate Boot CD. Not the single program you asked about though.

Top
#288579 - 22/10/2006 14:55 Re: hard drive testing [Re: pca]
pim
addict

Registered: 14/11/2000
Posts: 474
Loc: The Hague, the Netherlands
My tool of choice is the Hitachi Drive Fitness Test. It will test all PATA, SATA and SCSI drives, regardless of brand and/or S.M.A.R.T. support. It comes as a bootable floppy or bootable ISO image, using IBM PC-DOS.

It does have extra features when it recognizes the drive as an IBM or a Hitachi drive, though. It will offer to do repairs (using remapping) and it will write a log file that will enable you to automatically get an RMA on the Hitachi GST site.

Pim

Top
#288580 - 22/10/2006 20:41 Re: hard drive testing [Re: mlord]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14478
Loc: Canada
Quote:
Quote:
I would like to go through them and test the things, to find out whether any are actually faulty. What's the best way to do this?


smartctl -s on -C -t long /dev/hda

Note that the -C flag is optional here.

Cheers


Oh, and after the test finishes (hours..), do smartctl -a /dev/hda to dump the logs and look for error messages and the like.

-ml

Top