Re: Seagate STBV5000200 refuses (nearly) any smatrctl action
Christian Franke <[email protected]>
| Newsgroups | gmane.linux.utilities.smartmontools |
|---|---|
| Message-ID | <[email protected]> |
Markus Naeher wrote: > Hi, > > It looks like even the USB ID can not be read by smartctl (see > attachment). The only ID I > could query was via lsusb: > > Bus 006 Device 006: ID 0bc2:3312 Seagate RSS LLC SRD00F2 Expansion > Desktop Drive (STBV) > > Is that the ID you need to know ? Yes. This ID is already in drivedb.h because it reportedly works with -d sat option: http://www.smartmontools.org/ticket/320 > Right in this moment, one thing comes into my mind: I've read about an > issue in the kernel > with some UAS (USB Attached SCSI) drives, and SATA drives in an USB3 > case are also > affected. > Could this be related ? Possibly. Could you test the drive on a different machine? > root@TuxServer:~# smartctl -T verypermissive -i -H -c /dev/sdn > smartctl 6.3 2014-07-26 r3976 [x86_64-linux-3una.18.4-1-ARCH] (local build) > ... > Read Device Identity failed: scsi error unsupported field in scsi command This means that smartctl did not detect this device as USB. Smartctl uses the following heuristics: Follow the symlink "/sys/block/sdn" which is expected to point to some "/sys/devices/pci*/*/usb*/*/*/host*/target*/*/block/sdn" directory. Then check its parent directories for first idVendor and idProduct files. These should contain the USB ID of the drive. Please try: ls -l /sys/block/sdn find /sys/devices -name idProduct Thanks, Christian ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/