Changes between Version 17 and Version 18 of USB
- Timestamp:
- Mar 28, 2019, 9:22:58 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
USB
v17 v18 17 17 * SCSI support is implemented in the operating system interface of smartmontools. 18 18 19 Many recent USB to SATA bridges support the vendor independent SAT (SCSI/ATA Translation, ANSI INCITS 431-2007) standard (there is no such standard for NVMe). Other USB bridges provide vendor specific pass-through commands. The current version of smartmontools supports the following pass-through commands and USB bridges: 19 Many recent USB to SATA bridges support the pass-through commands from the SAT (''SCSI/ATA Translation'', ANSI INCITS 431-2007) standard. Other USB bridges provide vendor specific pass-through commands. The NVMe ''SCSI Translation Reference'' does not yet specify a pass-through command for NVMe. 20 21 The current version of smartmontools supports the following pass-through commands and USB bridges: 20 22 ||= '''Command''' =||= '''USB bridges''' =||= '''smartctl option''' =||= '''48-bit ATA support''' =||= '''Comment''' =|| 21 23 || SAT ATA pass-through 12 and 16 || various (ASMedia, Initio, Oxford, newer JMicron, ...) || -d sat[,16]; -d sat,12 || requires '-d sat[,16]' || Older Linux kernels may require '-d sat,12' ||