从加密的 luks 磁盘中恢复我的数据,分析时出错

从加密的 luks 磁盘中恢复我的数据,分析时出错

我尝试使用 LUKS 加密我的外部硬盘,但磁盘头有问题。所以我按照这里描述的方法操作

https://unix.stackexchange.com/questions/281349/mount-error-when-automounting-a-luks-encrypted-usb-flashdrive

当我分析 .dd 时,我得到了这个:

e2fsck 1.45.5 (07-Jan-2020)
ext2fs_open2: Bad magic number in super-block
e2fsck: Superblock invalid, trying backup blocks...
e2fsck: Bad magic number in super-block while trying to open USBimage.dd

The superblock could not be read or does not describe a valid ext2/ext3/ext4
filesystem.  If the device is valid and it really contains an ext2/ext3/ext4
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
    e2fsck -b 8193 <device>
 or
    e2fsck -b 32768 <device>

USBimage.dd contains a crypto_LUKS filesystem

我尝试使用备用超级块,但没有成功。我该怎么办?我只想复制我的数据,然后擦除磁盘。提前谢谢 :D

相关内容