Changes between Version 5 and Version 6 of WikiStart
- Timestamp:
- Jul 24, 2009, 2:49:34 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v5 v6 1 1 {{{ 2 #!div style="border: 1pt solid; float:right; background-color: #E6E6FA; padding:20px; margin- right:10px;"2 #!div style="border: 1pt solid; float:right; background-color: #E6E6FA; padding:20px; margin-left:30px;" 3 3 '''''Other Resources''''' 4 4 … … 11 11 [https://lists.sourceforge.net/lists/listinfo/smartmontools-database smartmontools-database] 12 12 }}} 13 {{{ 14 #!div style="float:left; margin-right:30px;" 15 [[PageOutline(2-3,Table of Contents)]] 16 }}} 13 14 [[PageOutline(1-3,Table of Contents)]] 17 15 18 16 == Device Support == 17 [http://smartmontools.wiki.sourceforge.net/overview_USB-Support List of USB-Devices] that work with smartmontools[[BR]] 18 [http://smartmontools.wiki.sourceforge.net/USB USB devices and smartmontools][[BR]] 19 [http://smartmontools.wiki.sourceforge.net/NAS NAS devices and smartmontools] 20 19 21 == SMART Testing == 22 ''- Types of tests'' 23 24 [http://smartmontools.wiki.sourceforge.net/test_offline Offline test (Data collection)][[BR]] 25 [http://smartmontools.wiki.sourceforge.net/selftest_short Short Selftest][[BR]] 26 [http://smartmontools.wiki.sourceforge.net/selftest_long Long Selftest][[BR]] 27 [http://smartmontools.wiki.sourceforge.net/selftest_conveyance Conveyance Selftest (ATA only)][[BR]] 28 [http://smartmontools.wiki.sourceforge.net/selftest_selective Selective Selftest (ATA only)] 29 20 30 == SMART Attributes == 31 ''Different vendors, different interpretation..'' 32 The raw 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]] 33 If you find strange output, or unknown attributes, please look in the below listed pages with vendor specific info.[[BR]] 34 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. 35 36 [http://smartmontools.wiki.sourceforge.net/Attributes_Fujitsu Fujitsu][[BR]] 37 [http://smartmontools.wiki.sourceforge.net/Attributes_IBM IBM (Hitachi)][[BR]] 38 [http://smartmontools.wiki.sourceforge.net/Attributes_Maxtor Maxtor][[BR]] 39 [http://smartmontools.wiki.sourceforge.net/Attributes_Samsung Samsung][[BR]] 40 [http://smartmontools.wiki.sourceforge.net/Attributes_Seagate Seagate][[BR]] 41 [http://smartmontools.wiki.sourceforge.net/Attributes_Western-Digital Western Digital][[BR]] 42 21 43 == Bug Reports == 44 [http://smartmontools.wiki.sourceforge.net/seagate_firmware_bug Info and field reports] on [http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207931&NewLang=en Seagates firmware bug (Jan 2009)] 45 22 46 == Info for Developers == 47 [http://smartmontools.wiki.sourceforge.net/howto_migrate Howto migrate existing os-ports to new interface] (Step-by-step instruction by Christian Franke)[[BR]] 48 [http://smartmontools.sourceforge.net/doxygen/ Smartmontools Sourcecode Documentation][[BR]] 49 [http://smartmontools.wiki.sourceforge.net/howto_code Some general guidelines for new smartmontools developers] 23 50 51 ---- 52 '''License'''[[BR]] 53 All content in this wiki is published under [http://www.gnu.org/licenses/gpl-2.0.html#SEC1 GNU GPL].