{{{ #!div style="border: 1pt solid; float:right; padding:10px; background-color: #E6E6FA; margin-left:30px;" '''Menu'''[[BR]] [[BR]] [wiki:Download Download Instructions][[BR]] [wiki:TocDoc Documentation][[BR]] [wiki:Help][[BR]] [wiki:TocSupport Device Support][[BR]] [wiki:TocDeveloper Developers Area][[BR]] [wiki:Links] }}} = Smartmontools Documentation = [[PageOutline(2-3,Table of Contents, inline)]] ---- In this section we provide documentation upon basic and general understanding of smartmontools. Have a look on the [wiki:FAQ FAQ Page] too, where you find information concerning more specific issues. == Manpages == If you are having trouble understanding the output of smartctl or smartd, please first read the manual pages installed on your system: {{{ man 8 smartctl man 8 smartd man 8 update-smart-drivedb man 5 smartd.conf }}} Here are on-line versions of the smartmontools man pages: [/browser/trunk/smartmontools/smartctl.8.in smartctl manual page][[BR]] [/browser/trunk/smartmontools/smartd.8.in smartd manual page][[BR]] [/browser/trunk/smartmontools/update-smart-drivedb.8.in update-smart-drivedb manual page][[BR]] [/browser/trunk/smartmontools/smartd.conf.5.in smartd.conf manual page] Note that these are the manual pages for the ''current version'' of smartmontools in the developers SVN repository; they might not correspond to the (possibly older) version of smartmontools installed on '''your''' system. So the manual pages installed on your system should be regarded as definitive for your installation. ---- == Tutorials == [http://blog.shadypixel.com/monitoring-hard-drive-health-on-linux-with-smartmontools/ Monitoring Hard Drive Health on Linux with smartmontools ("Random Bits", Jan 2009)][[BR]]Step by step for beginners. Clear instruction with very nice layout :-) [http://www.linuxjournal.com/article.php?sid=6983 Monitoring Hard Disks with SMART (Linux Journal, Jan 2004)] [http://lea-linux.org/cached/index/Hardware-hard_plus-smart.html Soyez Smart (Francais) from GNU Linux Magazine France n°68] [http://www.linux-user.de/ausgabe/2004/10/056-smartmontools/ Vorbeugen statt Crash (Deutsch)] from [http://www.linux-user.de/ausgabe/2004/10 LinuxUser 2004/10] [https://web.archive.org/web/20060603181315/http://www.linux-magazine.com/issue/49/Monitoring_Hard_Disks_with_smartmontools.pdf Crash Prevention (English version of above)] from [http://www.linux-magazine.com/ Linux Magazine Dec 2004] ---- == Case Studies == * [wiki:Help#Howtoreadsmartctlreports smartctl Example Reports] * [http://www.dipohl.de/en/blog-en/41-no-sudden-death-of-disk.html Graphical Monitoring with Munin: Agony of a dying disk] (plus buggy disk firmware) ---- == SMART Testing == ''- Types of tests'' [wiki:test_offline Offline test (Data collection)][[BR]] [wiki:selftest_short Short Selftest][[BR]] [wiki:selftest_long Long Selftest][[BR]] [wiki:selftest_conveyance Conveyance Selftest (ATA only)][[BR]] [wiki:selftest_selective Selective Selftest (ATA only)] ''- Handling and configuration'' [wiki:AutomateSelftests Automate selftests with smartd][[BR]] [wiki:Powermode Special options for powermanagement] ---- == SMART Attributes == If you find strange output, or unknown attributes, please look in the below listed pages with vendor specific info.[[BR]] When you don't find an answer to your question there, send an email to [http://lists.sourceforge.net/mailman/listinfo/smartmontools-support smartmontools-support] and we'll help you try and figure it out. === RAW Values === ''Different vendors, different interpretation..'' The RAW values of SMART attributes (temperature, power-on lifetime, and so on) are stored in vendor-specific structures. Sometime these are strange. Hitachi disks (at least some of them) store power-on lifetime in minutes, rather than hours. IBM disks (at least some of them) have three temperatures stored in the raw structure, not just one. And so on.[[BR]] Bruce Allen said on [https://sourceforge.net/mailarchive/message.php?msg_id=Pine.LNX.4.63.0708310141280.17169%40trinity.phys.uwm.edu smartmontools-support list] (2007-08-31): ''The raw values for certain Attributes have vendor-specific meanings and are hard to interpret unless you know exactly how the vendor uses them on that specific disk model. The bit pattern might be a mix of flags, counters, and bitmasks, for example, leading to large and strange numbers. I wouldn't worry about the raw values very much. The normalized values (VALUE/WORST/THRESH) should have a sensible interpretation.'' Nevertheless smartmontools have a new EXPERIMENTAL feature to log ''Attributes Raw Data'' in external files. See option [http://smartmontools.sourceforge.net/man/smartd.8.html#lbAG --attributelog] in smartd manpage and read the [wiki:attributelog authors instructions]. Franc Zabkar has a special interest in deciphering raw values. Read [wiki:raw_values some of his elaborated postings] on smartmontools-support mailing list. === External Information Resources === See [wiki:Links] page. == Warnings == [wiki:Warnings] ---- '''License'''[[BR]] All content in this wiki is published under [http://www.gnu.org/licenses/gpl-2.0.html#SEC1 GNU GPL].