I have an external HDD with three main partitions, Vol2 of which is a LUKS partition. I compromised the disk by installing a boot image. man cryptsetup
says:
LUKS header: If the header of a LUKS volume gets damaged, all data is permanently lost unless you have a header-backup.
therefore, can I theoretically recover Vol2? Here's what I get using testdisk/GIT analysis:
[ ... ]
P Linux filesys. data 1134254080 1134258175 4096
LUKS 1 (Data size unknown), 2097 KB / 2048 KiB
[ ... ]
Would it make sense to "construct a partition with starting sector 1134254080 and spanning the rest of the disk=." (I'm quoting from another forum)? If applicable, how to go about it (step by step)?