-
Notifications
You must be signed in to change notification settings - Fork 48
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
OSX, error running getdek: key sector not found[SOLVED] #71
Comments
What happens if you run |
Thank's again for the answer. |
That is strange... Probably a bug in reallymine? What happens if you run |
The result is: Volume Name: Not applicable (no file system) Content (IOContent): GUID_partition_scheme Disk Size: 2.0 TB (2000398934016 Bytes) (exactly 3907029168 512-Byte-Units) Read-Only Media: No Device Location: External Virtual: No Thank's again andlabs |
Can you post the complete kb.bin, please? |
That looks like your drive is fully working? Are you not able to mount that Windows partition? |
Doesn't "1: Microsoft Reserved 16.8 MB disk2s1" mean that partition 1 is a placeholder and that there is also an Apple partition scheme on the drive? So it's HFS+? |
And if "diskutil /dev/disk2" finds a partition table, doesn't that mean it's not encrypted? |
Hi to all, @andlabs @themaddoctor |
I checked and I get the same key from your kb.bin. By plugging the disk into Windows 7 you may have corrupted the MBR and first sector of the partition. Can you send sectors 0, 2048, and 2049? Are you sure it was an NTFS filesystem even though you have a mac? |
Hi themaddoctor, Best regards and again thank's a lot for the effort. |
Hi all, |
I'll leave the mac working for the week end, monday I hope to be able to access to the data. |
Bad news, dude. Your block 0 is NOT encrypted. So the disk was repartitioned after you took it out of the case. You used the wrong "skip" numbers. Block "2049" is really 2048, and decrypts to be the start of an NTFS partition. So you will have to deal with the bad partition table after you finish decrypting. |
@themaddoctor |
Hi, |
Done!!! Thank's to @andlabs and @themaddoctor |
Great job👍
…On Fri, Jul 13, 2018, 9:32 AM BoBMrTD ***@***.***> wrote:
Done!!!
I've used the dek.hex key obtained using reallymine in the procedure from
https://github.com/themaddoctor/linux-mybook-tools
Thank's to @andlabs <https://github.com/andlabs> and @themaddoctor
<https://github.com/themaddoctor>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#71 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AQE6xTJCp6JF5PQR181REazbCeAGsrsTks5uGK-FgaJpZM4VDwB6>
.
|
@BoBMrTD - I'm curious, after running reallymine from #38, were you able to recover your files? I'm curious if it works any differently on MacOS vs Linux. I'm currently attempting to decrypt a 3tb using Ubuntu 18.04, I have had it running for about a week now and have only decrypted roughly 200 GB. When I attempted using reallymine from #38 it "decrypted" way faster, but when I attempted to access the files through a file recovery program the files were not recoverable. Just looking for some ideas to hopefully help my situation a little quicker. |
@klturi421 |
Hi everybody
I'm running reallymine on OSX 10.13.5, the version posted here:
#38
Also mine WD enclosure have the usb connector detached, so I've attached it to my NB.
The enclosure was based on the JMicron JMS538S chip and the disk was a 2.0TB.
The result of the operation
sudo dd if=/dev/disk2 bs=512 skip=3907024928 count=1 of=kb.bin
is
hexdump -C kb.bin
00000000 57 44 76 31 cd f8 00 00 00 88 df e8 00 00 00 00 |WDv1............|
00000010 00 00 00 00 00 00 f0 00 00 00 00 00 00 00 00 00 |................|
00000020 01 00 00 00 00 00 46 50 00 00 00 00 00 00 00 00 |......FP........|
00000030 00 02 ff 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
so I think I've find the keyblock.
But when I run
sudo ./reallymine getdek /dev/disk2
the result is the following message
error running getdek: key sector not found
Can someone help me?
I've tryed also to perform the operation illustrated in
https://github.com/themaddoctor/linux-mybook-tools
but at the end of the operation I was unable to obtain a DEK.
Thank's in advance and sorry for my bad english.
The text was updated successfully, but these errors were encountered: