Changes between Version 70 and Version 71 of FAQ


Ignore:
Timestamp:
Nov 12, 2017, 10:02:50 AM (6 years ago)
Author:
Alex Samorukov
Comment:

Add information about OSX related limitations

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v70 v71  
    584584
    585585----
     586=== On OSX smartctl prints `ATA_READ_LOG_EXT (addr=0x11:0x00, page=0, n=1) failed: 48-bit ATA commands not implemented` ===
     587
     588When I run {{{smartctl -x}}} output contains lines that:
     589
     590{{{
     591ATA_READ_LOG_EXT (addr=0x11:0x00, page=0, n=1) failed: 48-bit ATA commands not implemented
     592Read SATA Phy Event Counters failed
     593}}}
     594
     595This is because OSX provides very limited SMART API and direct disk access is not allowed. It is possible to use Linux LiveCD to get full information about the drive.
     596
     597----
     598=== OSX - External USB / !FireWire drive diagnostics support  ===
     599
     600Mac OS X does not support diagnosing external drives using S.M.A.R.T. technology “out of the box” . In order to allow your Mac to diagnose external drives, you will need to install a special third party driver. Please note that this is a requirement of Mac OS X, and not smartmontools. Links:
     601
     602- [https://binaryfruit.com/drivedx/usb-drive-support Binary Fruit page about USB/OSX] with instructions for the different versions
     603- [https://github.com/kasbert/OS-X-SAT-SMART-Driver OSX Smart driver GitHub page] original source code of the driver
     604
     605
     606
     607----
    586608
    587609== Firmware Issues ==