I have a SATA SSD contains a User password, so the device abort read/write commands after a power up.
I connect it to a Win7 PC by a USB-SATA bridge, the USB tree(in device manager) instantly list the device, then I click the "Scan for hardware changes" hoping it will be listed in "Disk drives" tree node, but the scan progress window
is endless. I use a SATA protocol analyzer to look at the SATA bus, and find "Read Sectors Ext"(0x24) commands are sent to the device repeatedly on the same LBA, and of course all these read commands are aborted. It seems the "scan" button
triggured these read commands but it can't get any expected response, thus the scan progress window doesn't disappear.
I'm wonderring whethere there is a way to ask "scan" action not to send the read commands, just add a node under "Disk drives" so that I can create a handle by "CreateFile" then use SCSI_PASS_THROUGH to unlock it by the password.