Changes between Version 9 and Version 10 of USB
- Timestamp:
- Feb 6, 2015, 2:04:58 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
USB
v9 v10 18 18 19 19 Some recent USB bridges already support the vendor independent SAT (SCSI/ATA Translation, ANSI INCITS 431-2007) standard. Other USB bridges provide vendor specific ATA pass-through commands. The current version of smartmontools supports the following pass-through commands and USB bridges: 20 || '''Command''' || '''USB bridges''' || '''smartctl option''' || '''48-bit ATA support''' || '''Comment'''||20 ||= '''Command''' =||= '''USB bridges''' =||= '''smartctl option''' =||= '''48-bit ATA support''' =||= '''Comment''' =|| 21 21 || SAT ATA pass-through 12 and 16 || various (ASMedia, Initio, Oxford, ...) || -d sat[,16]; -d sat,12 || requires '-d sat[,16]' || Older Linux kernels may require '-d sat,12' || 22 22 || Cypress ATACB || Cypress CY7C68300B/C (AT2LP), CY7C68310 (ISD-300LP) || -d usbcypress[,CMD] || No || CY7C68300A (AT2) may not work. || … … 25 25 26 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 || '''Platform''' || '''...has SCSI pass-through''' || '''smartmontools supports SCSI''' || '''... supports USB''' || '''... auto-detection''' || '''... in smartd DEVICESCAN''' || '''Comment'''||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 29 || Mac OS X || No || No || (Yes) || (Yes) || (Yes) || via OS-X-SAT-SMART-Driver, see below ||