#242 closed enhancement (wontfix)
Adding Support for USB 2.0 IDE Adapter (ID 05e3:0702)
Reported by: | sghpunk | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | all | Version: | |
Keywords: | Cc: |
Description
There is Genesys Logic, Inc. USB 2.0 IDE Adapter (ID 05e3:0702) described in wiki, that it is unsupported, and link to the mail archive.
Ok, but why is it unsupported? There is no information in wiki. Is it impossible to add its support? I was reading datasheet http://www.datasheetcatalog.net/de/datasheets_pdf/G/L/8/1/GL811E.shtml
And found that this bridge complies with ATA/ATAPI-6 specification rev 1.0, and ATAPI-6 includes S.M.A.R.T. support.
I'm not an expert, though.
Add support to this bridge, please.
Or if it is impossible to add, explain this in wiki.
Change History (2)
comment:1 by , 12 years ago
Component: | smartctl → all |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
comment:2 by , 10 years ago
Usage of -d sat,auto
triggers no error, but SMART information is not reported either for my old external HDD. Reporting it in case it helps.
# smartctl /dev/sda -d sat,auto -a smartctl 6.3 2014-07-26 r3976 [x86_64-linux-3.17.6-1-ARCH] (local build) Copyright (C) 2002-14, Bruce Allen, Christian Franke, www.smartmontools.org /dev/sda [SCSI]: Device open changed type from 'sat,auto' to 'scsi' === START OF INFORMATION SECTION === Vendor: WDC WD20 Product: 00BB-22KEA0 Revision: 0811 User Capacity: 200,049,647,616 bytes [200 GB] Logical block size: 512 bytes Device type: disk Local Time is: Wed Dec 31 16:23:50 2014 CET SMART support is: Unavailable - device lacks SMART capability. === START OF READ SMART DATA SECTION === Error Counter logging not supported Device does not support Self Test logging
This USB bridge does not implement any of the ATA pass-through SCSI commands supported by smartmontools. It may implement another vendor-specific command. Adding this to smartmontools is not possible without documentation from the vendor.
The ATA compliance of an USB bridge does not imply that full pass-through access to all ATA commands is supported. The SMART feature set is optional and never needed for the normal I/O done by an operating system.
See wiki page USB devices and smartmontools and the smartctl man page section "ATA, SCSI command sets and SAT" for more info.
Please reopen this ticket if smartctl actually works with this device when any of the USB related -d options (sat, usbcypress, usbjmicron, usbsunplus) is specified.