Changes between Version 75 and Version 76 of FAQ
- Timestamp:
- Apr 8, 2020, 6:45:04 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v75 v76 167 167 168 168 This is a bug in Intel 330 Firmware 300i and Intel 520 Firmware 400i. 169 The offset is [https:// communities.intel.com/message/273981#273981894794 hours].170 See also ticket #289 and [http ://www.intel.com/support/ssdc/hpssd/sb/CS-034131.htmIntel SSD Toolbox SMART Attributes FAQ].169 The offset is [https://forums.intel.com/s/question/0D50P0000490BxaSAE/why-my-new-ssd-drive-intel-520-120gb-shows-that-already-worked-power-on-time894813- 894794 hours]. 170 See also ticket #289 and [https://www.intel.com/content/www/us/en/support/articles/000006400/memory-and-storage/ssd-software.html Intel SSD Toolbox SMART Attributes FAQ]. 171 171 The hours counter from Device Statistics is not affected: 172 172 {{{ … … 459 459 460 460 As a workaround, run some tool or script which perform periodic low volume read accesses. 461 See [http ://sourceforge.net/p/smartmontools/mailman/message/32461042/ this thread]461 See [https://sourceforge.net/p/smartmontools/mailman/message/32461042/ this thread] 462 462 on smartmontools-support mailing list for an example. 463 463 … … 470 470 be run from a MS-DOS boot disk. 471 471 472 The [http ://www.ultimatebootcd.com/ UBCD (Ultimate Boot CD)]472 The [https://www.ultimatebootcd.com/ UBCD (Ultimate Boot CD)] 473 473 includes most of these disk-testing utilities and many other useful 474 474 diagnostic tools ready to boot from CD or USB memory stick. 475 Recent UBCD releases contain [http://partedmagic.com/ Parted Magic] which contains smartctl and476 GSmartControl, see the [wiki:LiveCDs List of Live CDs/DVDs] for further info.477 475 478 476 Note: if you do run one of these utilities, and it identifies the … … 541 539 === {{{smartctl}}} aborts with the message "...SMART_GET_VERSION failed" on Windows. What is going wrong? === 542 540 543 A failing [http ://msdn.microsoft.com/en-us/library/ff566202.aspxSMART_GET_VERSION] call means that the device driver does not implement the I/O controls (see [wiki:FAQ#OnWindowssmartctlprintsthemessage:...LogReadfailed:Functionnotimplemented below]) to access ATA SMART functionality.541 A failing [https://docs.microsoft.com/en-us/previous-versions/windows/hardware/drivers/ff566202%28v%3dvs.85%29 SMART_GET_VERSION] call means that the device driver does not implement the I/O controls (see [wiki:FAQ#OnWindowssmartctlprintsthemessage:...LogReadfailed:Functionnotimplemented below]) to access ATA SMART functionality. 544 542 545 543 Some Windows drivers for (S)ATA controllers are implemented as SCSI class drivers. This is usually the case for drivers which support RAID. Unfortunately, such drivers do not support the ATA specific SMART I/O controls. … … 559 557 To access ATA SMART functionality on Windows, smartmontools uses the 560 558 I/O control calls 561 [http ://msdn.microsoft.com/en-us/library/ff566204.aspxSMART_RCV_DRIVE_DATA] and562 [http ://msdn.microsoft.com/en-us/library/ff566206.aspxSMART_SEND_DRIVE_CMD].559 [https://docs.microsoft.com/en-us/previous-versions/windows/hardware/device-stage/drivers/ff566204%28v%3dvs.85%29 SMART_RCV_DRIVE_DATA] and 560 [https://docs.microsoft.com/en-us/previous-versions/windows/hardware/device-stage/drivers/ff566206%28v%3dvs.85%29 SMART_SEND_DRIVE_CMD]. 563 561 These calls were available since Win95 OSR2. 564 562 An example program from Microsoft can be found … … 573 571 [ftp://ftp.heise.de/pub/ct/listings/0207-218.zip here], 574 572 a related newsgroup thread is 575 [http ://groups.google.com/group/microsoft.public.development.device.drivers/browse_frm/thread/e9763262823e11d1here].573 [https://groups.google.com/forum/#!topic/microsoft.public.development.device.drivers/6XYyYoI-EdE here]. 576 574 577 575 Unfortunately, these undocumented functions are not implemented in … … 580 578 581 579 A new I/O control call 582 [http ://msdn.microsoft.com/en-us/library/ff559309.aspxIOCTL_ATA_PASS_THROUGH]580 [https://docs.microsoft.com/en-us/windows-hardware/drivers/ddi/ntddscsi/ni-ntddscsi-ioctl_ata_pass_through IOCTL_ATA_PASS_THROUGH] 583 581 is available since Win2003 and XP SP2. 584 582 It should be supported by most new drivers. Experimental code using … … 666 664 667 665 Please verify these using the 668 * [http://sourceforge.net/p/smartmontools/code/HEAD/tree/trunk/www/SmartmontoolsSigningKey_2017.txt Smartmontools GPG Signing Key (2017-2018)] 669 * [http://sourceforge.net/p/smartmontools/code/HEAD/tree/trunk/www/SmartmontoolsSigningKey_2015.txt Smartmontools GPG Signing Key (2015-2016)] 670 * [http://sourceforge.net/p/smartmontools/code/HEAD/tree/trunk/www/SmartmontoolsSigningKey_2012.txt Smartmontools GPG Signing Key (2013-2014)] 671 * [http://sourceforge.net/p/smartmontools/code/HEAD/tree/trunk/www/SmartmontoolsSigningKey_2010.txt Smartmontools GPG Signing Key (2010-2012)] 672 * [http://sourceforge.net/p/smartmontools/code/HEAD/tree/trunk/www/SmartmontoolsSigningKey_2005.txt Smartmontools GPG Signing Key (2005-2006)] 673 * [http://sourceforge.net/p/smartmontools/code/HEAD/tree/trunk/www/SmartmontoolsSigningKey.txt Smartmontools GPG Signing Key (2003-2004)] 666 * [https://sourceforge.net/p/smartmontools/code/HEAD/tree/trunk/www/SmartmontoolsSigningKey_2019.txt Smartmontools GPG Signing Key (2019-2020)] 667 * [https://sourceforge.net/p/smartmontools/code/HEAD/tree/trunk/www/SmartmontoolsSigningKey_2017.txt Smartmontools GPG Signing Key (2017-2018)] 668 * [https://sourceforge.net/p/smartmontools/code/HEAD/tree/trunk/www/SmartmontoolsSigningKey_2015.txt Smartmontools GPG Signing Key (2015-2016)] 669 * [https://sourceforge.net/p/smartmontools/code/HEAD/tree/trunk/www/SmartmontoolsSigningKey_2012.txt Smartmontools GPG Signing Key (2013-2014)] 670 * [https://sourceforge.net/p/smartmontools/code/HEAD/tree/trunk/www/SmartmontoolsSigningKey_2010.txt Smartmontools GPG Signing Key (2010-2012)] 671 * [https://sourceforge.net/p/smartmontools/code/HEAD/tree/trunk/www/SmartmontoolsSigningKey_2005.txt Smartmontools GPG Signing Key (2005-2006)] 672 * [https://sourceforge.net/p/smartmontools/code/HEAD/tree/trunk/www/SmartmontoolsSigningKey.txt Smartmontools GPG Signing Key (2003-2004)] 674 673 675 674 ---- … … 709 708 interfere with the regular operation of the disk. If you have this 710 709 problem, here is a link to an 711 [http:// www-307.ibm.com/pc/support/site.wss/MIGR-42215.htmlIBM DeskStar hard disk drive firmware update].710 [http://haque.net/dtla_update/ IBM DeskStar hard disk drive firmware update]. 712 711 713 712 ---- … … 718 717 [//browser/branches/RELEASE_5_26_WIN32_BRANCH/sm5 RELEASE_5_26_WIN32_BRANCH] and has been merged to the CVS trunk later. 719 718 720 The [http ://www.cygwin.com/ Cygwin] or [http://www.mingw.org/wiki/MSYS MSYS] environment can be used to build Windows (using [http://www.mingw.org/ MinGW]) versions of {{{smartctl}}} and {{{smartd}}}.721 Installation instructions for binary distributions can be found [ //wiki/Download#InstalltheWindowspackage here].719 The [https://www.cygwin.com/ Cygwin] or [https://www.mingw.org/wiki/MSYS MSYS] environment can be used to build Windows (using [http://www.mingw.org/ MinGW]) versions of {{{smartctl}}} and {{{smartd}}}. 720 Installation instructions for binary distributions can be found [wiki:Download#InstalltheWindowspackage here]. 722 721 723 722 ----