Open rbolser opened 9 months ago
It looks like you have an NTFS partition at sector 2048. Try the loopback method instead of kpartx.
It looks like you have an NTFS partition at sector 2048. Try the loopback method instead of kpartx.
Did the loopback and here is the output. I must be missing something. Thanks for the help.
randy@randylinux:~/Downloads/wd$ sudo losetup -o 1048576 -f /dev/mapper/wd
randy@randylinux:~/Downloads/wd$ sudo losetup -j /dev/mapper/wd
/dev/loop11: [0005]:644 (/dev/dm-2), offset 1048576
randy@randylinux:~/Downloads/wd$ sudo mkdir -p /mnt/wd
randy@randylinux:~/Downloads/wd$ sudo mount /dev/loop11 /mnt/wd
mount: /mnt/wd: unknown filesystem type 'BitLocker'.
randy@randylinux:~/Downloads/wd$
Well, if that is accurate, then your friend set up an encrypted partition with a piece of software called BitLocker that comes with Windows. That must be the thing for which he gave you the password.
I can't help you with BitLocker. I suggest you dd (or ddrescue or dd_rescue) the drive from /dev/mapper/wd to another 1-TB disk, and then give the new disk to your friend. That way, it won't be encrypted by WD, only by BitLocker.
Just wanted to thank you again. Recovered the drive completely. Bitlocker was a treat.
Hello
First of all, I want to thank you for your great tutorial. I hope you have a minute to look at my steps and output as I am stuck....
A week ago a friend asked if I could look at their dead WD My Book Essential 1TB(JMicron JMS538S chip). As with most of these, the unit was dead. I was told that their was a password. I have the password.
First I attached to windows via a dock. Figured it had some type of encryption, move to Linux.
First step under Linux was to make a copy of the drive using dd.
I followed your steps and the only way I could get the hex files to match yours was to use the defaut kek.hex (03141592653589793238462643383279fcebea6d9aca7686cdc7b9d9bcc7cd86).
Any help would be most appreciated.
My steps:
randy@randylinux:~/Downloads/wd$ hexdump -C kb3.bin
Thanks
Randy