hard drive testing

Posted by: pca

hard drive testing - 22/10/2006 12:55

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
Posted by: mlord

Re: hard drive testing - 22/10/2006 13:14

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
Posted by: pca

Re: hard drive testing - 22/10/2006 13:39

Thanks, I'll give it a go.

Pca
Posted by: larry818

Re: hard drive testing - 22/10/2006 13:41

I use spinrite for this.
Posted by: Mataglap

Re: hard drive testing - 22/10/2006 14:23

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.
Posted by: pim

Re: hard drive testing - 22/10/2006 14:55

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
Posted by: mlord

Re: hard drive testing - 22/10/2006 20:41

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