Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 06 Jun 2007 12:22:37 -0400
From:      Francisco Reyes <lists@stringsutils.com>
To:        Bill Moran <wmoran@potentialtech.com>
Cc:        Doug Poland <doug@polands.org>, questions@freebsd.org
Subject:   Re: Exercising ATA disks in hopes of revealing errors
Message-ID:  <cone.1181146957.138288.40437.5001@35st.simplicato.com>
References:  <52060.69.129.174.18.1176828969.squirrel@email.polands.org> <20070417130653.a07b6c1c.wmoran@potentialtech.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Bill Moran writes:

> Check with the vendors, though.  Many drive manufacturers have utilities
> you can download specifically to check their drives.

If the drives are somewhat recent you can try using SMART to check them.
In particular you can use the smartmontools port.
You may need to enable SMART on the motherboard.

SMART = Self-Monitoring, Analysis, and Reporting Technology (S.M.A.R.T.)
http://en.wikipedia.org/wiki/Self-Monitoring%2C_Analysis%2C_and_Reporting_Te 
chnology

Syntax is
smartctl -t short /dev/ad0[1]
smartctl -t long /dev/ad0[2]
smartctl -l selftest /dev/ad0[3]

[1] If the short fails you know there are problems. Still no guarantee. 
Still worth to do quick tests first.

[2] If it fails, there is a good chance the drive has some sort of problems.

[3] Use that to check the result. 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cone.1181146957.138288.40437.5001>