skip to content

Linux Hard Disk Maintenance

Monitoring Hard Disks with SMART

Linux Journal has an article introducing Self-Monitoring, Analysis and Reporting Technology (SMART). SMART is avaivalable in many Linux distros, including Slackware, Debian, SuSE, Mandrake, Gentoo, Conectiva ,and RedHat.

To install on Gentoo, do:

root# emerge -pv smartmontools

To install on Ubuntu, do:

Start Synaptic and search for smartmontools, and then install the the tool. Or use apt-get, or aptitude to install if you wish. If you are using Ubuntu as your desktop, you can also install the GUI tool "smart-notifier".

After installation, you will get two utilities: smartctl and smartd. You can man each command to see the usage.

Run "smartctl -a /dev/sda" to get a full report on your disk /dev/sda.

Comments

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Copy the characters (respecting upper/lower case) from the image.
Powered by Drupal.