Changes between Version 7 and Version 8 of USB


Ignore:
Timestamp:
Mar 9, 2013, 1:38:24 PM (11 years ago)
Author:
Christian Franke
Comment:

Add OS-X-SAT-SMART-Driver (ticket #262)

Legend:

Unmodified
Added
Removed
Modified
  • USB

    v7 v8  
    2424|| Sunplus ATA pass-through || Sunplus SPIF215/6, SPIF225/6 || -d usbsunplus || Yes ||   ||
    2525
    26 Smartmontools was successfully tested with [wiki:Supported_USB-Devices many USB devices] on several Platforms. This will never work on MacOS X unless someone adds SCSI pass-through support to this OS. If the USB ID can be obtained from the operating system, smartmontools also supports auto-detection of (the already tested) USB devices. Then it is not necessary to specify the '-d' option. See the following table for details:
     26Smartmontools was successfully tested with [wiki:Supported_USB-Devices many USB devices] on several Platforms. If the USB ID can be obtained from the operating system, smartmontools also supports auto-detection of (the already tested) USB devices. Then it is not necessary to specify the '-d' option. See the following table for details:
    2727|| '''Platform''' || '''...has SCSI pass-through''' || '''smartmontools supports SCSI''' || '''... supports USB''' || '''... auto-detection''' || '''... in smartd DEVICESCAN''' || '''Comment''' ||
    2828|| Linux || Yes || Yes || YES || YES || YES || See comment about SAT in above table ||
    29 || MacOS X || No || No || No || No || No || USB works with e.g. XP in a VM ||
     29|| Mac OS X || No || No || (Yes) || (Yes) || (Yes) || via OS-X-SAT-SMART-Driver, see below ||
    3030|| FreeBSD || Yes || Yes || YES || YES || YES ||   ||
    3131|| NetBSD || Yes || Yes || YES || No || No ||   ||
     
    3636|| Windows XP/Vista/Win7 || Yes || Yes || YES || YES || YES ||   ||
    3737|| Windows 9x/ME || Yes || Yes || YES || No || No || Requires ASPI driver ||
     38
     39The [https://github.com/RJVB/OS-X-SAT-SMART-Driver OS-X-SAT-SMART-Driver] provides access to SMART data for SAT capable USB and Firewire devices on Mac OS X. This works without {{{-d sat}}} option. Note that this does not support USB bridges with vendor specific commands (JMicron, Sunplus), 48-bit ATA commands ({{{-l xerror}}}) or non-SMART ATA commands ({{{-s apm,N}}}). Full USB support would require SCSI pass-through support which does not yet exist on Mac OS X.