Changes between Version 7 and Version 8 of USB
- Timestamp:
- Mar 9, 2013, 1:38:24 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
USB
v7 v8 24 24 || Sunplus ATA pass-through || Sunplus SPIF215/6, SPIF225/6 || -d usbsunplus || Yes || || 25 25 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:26 Smartmontools 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: 27 27 || '''Platform''' || '''...has SCSI pass-through''' || '''smartmontools supports SCSI''' || '''... supports USB''' || '''... auto-detection''' || '''... in smartd DEVICESCAN''' || '''Comment''' || 28 28 || Linux || Yes || Yes || YES || YES || YES || See comment about SAT in above table || 29 || Mac OS 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 || 30 30 || FreeBSD || Yes || Yes || YES || YES || YES || || 31 31 || NetBSD || Yes || Yes || YES || No || No || || … … 36 36 || Windows XP/Vista/Win7 || Yes || Yes || YES || YES || YES || || 37 37 || Windows 9x/ME || Yes || Yes || YES || No || No || Requires ASPI driver || 38 39 The [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.