Hi, I have an external drive with a veracrypt encrypted partition. I used ddrescue to try to create an image of the encrypted partition in the encrypted state.
I can mount the ddrescue image using OSFMount, but decrypting with Veracrypt seems to not work even though I am using the right password.
Any ideas?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I have an external drive with a veracrypt encrypted partition. I used ddrescue to try to create an image of the encrypted partition in the encrypted state.
I can mount the ddrescue image using OSFMount, but decrypting with Veracrypt seems to not work even though I am using the right password.
Any ideas?
In Linux, you can mount such images as a loop device and then decrypt it with VC like any other storage device.
Greets
Edit: If it does not work, try using the embedded (or external) backup header. If it still won't mount, it's most likely too damaged.
Last edit: RealTehreal 2024-11-26
Do you have a recommendation for a linux mount software that allows mounting as loop device?