#!/bin/bash
Hard Disk SMART Tester
A script to SMART test your harddisk. Suited for cron.
This script uses the smartctl program to run test on harddisks support SMART (should be supported by any modern harddisk, really). It will log its information to a file as well as print them to stdout, making it suited to use in cron.
Project Category: tool
Project owner: blindcoder
Version history:
| Version | Release date | ChangeLog | Download |
| 2 | Sun Sep 10 07:34:34 UTC 2006 | fix a race condition | hdtest_v2.sh (application/x-sh) |
| 1 | Mon Jan 30 11:21:36 UTC 2006 | hdtest_v1.sh (application/x-sh) |