Re: Seagate STBV5000200 refuses (nearly) any smatrctl action

Christian Franke <[email protected]>
Newsgroups gmane.linux.utilities.smartmontools
Message-ID <[email protected]>
Markus Naeher wrote:
> I have bought a external USB3 harddisk Seagate Expansion Desktop 5TB 
> (STBV5000200) and I tried to self-test ist before using it.
> Without the -T permissive options, I got this error message:
> "A mandatory SMART command failed: exiting."
>
> Then, I tried a few parameter combinations (all with -T 
> verypermissive), but all of them also failed (see attachment).
> I assume you need more data. Just tell me how I can provide it to you 
> and I'll do.
>

Please provide the USB ID of this device. Smartctl should print it if no 
-d option is specified.


> root@TuxServer:~# smartctl -d sat,auto -T verypermissive -i -H -c /dev/sdn
> ...
> /dev/sdn [SCSI]: Device open changed type from 'sat,auto' to 'scsi'
> === START OF INFORMATION SECTION ===
> Vendor:               Seagate
> Product:              Expansion Desk

The 'auto' flag for '-d sat' would only work if vendor name "ATA " is 
returned via SCSI INQUIRY. This is the case for SATA drives behind SAS 
controllers. USB bridges usually return some real vendor name and 
smartctl selects -d scsi.


> root@TuxServer:~# smartctl -d sat,12 -T verypermissive -i -H -c /dev/sdn
> ...
> Read Device Identity failed: scsi error unsupported field in scsi command

This error message suggests that this USB bridge does not support the 
SAT ATA PASS-THROUGH(12) command.


> === START OF INFORMATION SECTION ===
> Device Model:     [No Information Found]
> ...

Due to '-T verypermissive' option, smartctl ignores the error and prints 
useless info from a zero filled IDENTIFY data block.


> root@TuxServer:~# smartctl -d sat,16 -T verypermissive -i -H -c /dev/sdn
> ...
> Read Device Identity failed: scsi error unsupported field in scsi command

Same problem with SAT ATA PASS-THROUGH(16) command.

Many Seagate USB drives support SAT, this one apparently doesn't.

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/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.