Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

input/output error when running reallymine on a MyBook #148

Open
Xharos opened this issue Aug 26, 2024 · 3 comments
Open

input/output error when running reallymine on a MyBook #148

Xharos opened this issue Aug 26, 2024 · 3 comments

Comments

@Xharos
Copy link

Xharos commented Aug 26, 2024

Hi there, thanks for this projectc first of all,

We got a WD SmartWare MyBook 1TB in the family for quite some time (10 years min).
The disk is encrypted through a password that has never been changed, written on a post-it stick to the case of the disk 😄

But last month, when entering the password to access the drive, i got a bad password prompt.
It was working fine, on the same computer (windows 11) three month ago.

I'm trying to run reallymine to access the data in a last hope, but i keep getting this error :

❯ lsblk -o NAME,MODEL,SIZE,TRAN                       
NAME        MODEL              SIZE TRAN
sdf         My Book 1110     930,9G usb
...

And for the reallymine part :

~/go/bin 
❯ sudo ./reallymine getdek /dev/sdf
[sudo] password for val: 
error running getdek: read /dev/sdf: input/output error

The dmesg show me this :

[ 2271.484640] sd 7:0:0:0: [sdf] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_OK cmd_age=0s
[ 2271.484645] sd 7:0:0:0: [sdf] tag#0 Sense Key : Data Protect [current] 
[ 2271.484647] sd 7:0:0:0: [sdf] tag#0 Add. Sense: Logical unit access not authorized
[ 2271.484649] sd 7:0:0:0: [sdf] tag#0 CDB: Read(10) 28 00 74 5b 77 f8 00 00 01 00
[ 2271.484650] critical target error, dev sdf, sector 1952151544 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 2
[ 2271.485135] sd 7:0:0:0: [sdf] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_OK cmd_age=0s
[ 2271.485137] sd 7:0:0:0: [sdf] tag#0 Sense Key : Data Protect [current] 
[ 2271.485139] sd 7:0:0:0: [sdf] tag#0 Add. Sense: Logical unit access not authorized
[ 2271.485140] sd 7:0:0:0: [sdf] tag#0 CDB: Read(10) 28 00 74 5b 77 f8 00 00 01 00
[ 2271.485141] critical target error, dev sdf, sector 1952151544 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2
[ 2271.485143] Buffer I/O error on dev sdf, logical block 244018943, async page read

Any help is welcome, after a quick google search, i dont know what to do.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@Xharos and others