WD-Passport-Unlock-Linux
WD-Passport-Unlock-Linux copied to clipboard
last step gave me this issue need help
Everything went smoothly until the final step where I received this: SCSI Status: Check Condition
Sense Information: Fixed format, current; Sense key: Illegal Request Additional sense: Invalid command operation code
I also got this message. In my case I had wrongly selected "sda" instead of "sdb" after this step:
dmesg | grep -i scsi
Everything went smoothly until the final step where I received this: SCSI Status: Check Condition
Sense Information: Fixed format, current; Sense key: Illegal Request Additional sense: Invalid command operation code
I have same problem. what is the solution?
Can you post your output of:
dmesg | grep -i scsi
sure. here it is
dmesg | grep -i scsi [ 0.367897] SCSI subsystem initialized [ 0.516542] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243) [ 1.296516] scsi host0: ahci [ 1.297184] scsi host1: ahci [ 1.625615] scsi 0:0:0:0: Direct-Access ATA TOSHIBA MQ01ABD1 2C PQ: 0 ANSI: 5 [ 1.626486] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.640803] scsi 1:0:0:0: CD-ROM hp DVDRW DU8A6SH DH61 PQ: 0 ANSI: 5 [ 1.717045] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray [ 1.783753] sr 1:0:0:0: Attached scsi CD-ROM sr0 [ 1.783910] sr 1:0:0:0: Attached scsi generic sg1 type 5 [ 1.791772] sd 0:0:0:0: [sda] Attached SCSI disk [ 9050.764040] scsi host2: usb-storage 3-1:1.0 [ 9051.778071] scsi 2:0:0:0: Direct-Access WD My Passport 0827 1021 PQ: 0 ANSI: 6 [ 9051.778274] scsi 2:0:0:1: CD-ROM WD Virtual CD 0827 1021 PQ: 0 ANSI: 6 [ 9051.779562] scsi 2:0:0:2: Enclosure WD SES Device 1021 PQ: 0 ANSI: 6 [ 9051.781252] sd 2:0:0:0: Attached scsi generic sg2 type 0 [ 9057.440029] sr 2:0:0:1: [sr1] scsi3-mmc drive: 51x/51x caddy [ 9057.489884] sr 2:0:0:1: Attached scsi CD-ROM sr1 [ 9057.490243] sr 2:0:0:1: Attached scsi generic sg3 type 5 [ 9057.490780] scsi 2:0:0:2: Attached scsi generic sg4 type 13 [ 9058.512288] sd 2:0:0:0: [sdb] Attached SCSI disk [ 9058.635468] scsi 2:0:0:2: Wrong diagnostic page; asked for 1 got 8 [ 9058.635476] scsi 2:0:0:2: Failed to get diagnostic page 0x1 [ 9058.635479] scsi 2:0:0:2: Failed to bind enclosure -19 [10044.253651] scsi_io_completion_action: 4 callbacks suppressed [10083.444292] scsi_io_completion_action: 5 callbacks suppressed [10089.010095] scsi_io_completion_action: 6 callbacks suppressed [10192.210908] scsi_io_completion_action: 46 callbacks suppressed
Did you specify sda
in step 7 mentioned here.
i.e.
sudo sg_raw -s 40 -i password.bin /dev/sda c1 e1 00 00 00 00 00 00 28 00
yes. i did
Same error if you specify sda
or sdb
?
Okay. So it's the after one. The sdb disk. It's open now. @appukuttan-shailesh i appreciate you manage the time to help out. Thanks
Welcome @piyushjohri I remember I too did a bit of trial and error before getting it to run ;-)