Re: Seeking help with JMicron JMS551/Sharkoon Quickport Duo USB 3.0
Alexander Heubner <[email protected]>
| Newsgroups | gmane.linux.utilities.smartmontools |
|---|---|
| Message-ID | <[email protected]> |
Hi Christian, first, thank you for the quick response. I tried running all the commands again with admin privileges, including with -d sat, but except for -d ata, all the others now spit out the following: C:\WINDOWS\system32>smartctl -d sat -a /dev/sdc smartctl 6.4 2015-06-04 r4109 [x86_64-w64-mingw32-win8] (sf-6.4-1) Copyright (C) 2002-15, Bruce Allen, Christian Franke, www.smartmontools.org Read Device Identity failed: scsi error unsupported field in scsi command A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options. So -d ata is the only thing that actually succeeds at gathering *some* valid information from the hard drive. Do you have any other ideas? As a side note: this is my first time using a mailing list. I'm using Thunderbird's "Reply All" to reply to this, and I'm guessing you will get two copies of this mail because of that. Is there any better option? Regards, Alex On 06.10.2015 19:30, Christian Franke wrote: > Alexander Heubner wrote: >> Hi smartmontools mailing list. >> >> I have, so far unsuccessfully, tried to read smart data from a hard >> drive of mine sticking inside a Sharkoon Quickport Duo USB 3.0 >> (http://en.sharkoon.com/product/1686/10066). According to Sharkoon, this >> thing comes with a JMicron JMS551, which is listed in my device manager >> (running Windows 10) as 152d 0561, a USB ID which is not yet listed on >> Mr. Gowdy's USB ID repository. The repo's down right now, and I was >> unsuccessful in registering an account at an earlier point in time, so I >> could not add it up until now. >> >> Things I've tried so far: >> [1] smartctl -a /dev/sdc >> [2] smartctl -d ata -a /dev/sdc >> [3] smartctl -d ata -s on -a /dev/sdc > > Usually -d ata does not work with USB bridges. > > >> [4] smartctl -d usbjmicron -a /dev/sdc >> smartctl -d usbjmicron,0 -a /dev/sdc >> smartctl -d usbjmicron,1 -a /dev/sdc > > If -d usbjmicron does not work, try also with -d sat. Some newer JMicron > bridges support SAT. > > >> Results: >> ... >> [2] C:\Users\Alex>smartctl -d ata -a /dev/sdc >> smartctl 6.4 2015-06-04 r4109 [x86_64-w64-mingw32-win8] (sf-6.4-1) >> Copyright (C) 2002-15, Bruce Allen, Christian Franke, >> www.smartmontools.org >> >> Warning: Limited functionality due to missing admin rights > > Run smartctl as admin, otherwise USB (SCSI) pass-through access does not > work at all. > > Regards, > Christian > ------------------------------------------------------------------------------