암호화된 하드 드라이브에서 정보를 복구해 보세요.

암호화된 하드 드라이브에서 정보를 복구해 보세요.

기본 HDD 암호화가 실패했거나 실패하고 있습니다. 나는 그것에서 데이터를 복구하려고합니다. Pop_os를 사용하여 새 드라이브를 얻은 후! 설치 후 잠금을 해제하고 /dev/mapper에서 파티션을 볼 수 있었습니다.

나는 이전에 시도했습니다:

sudo mount /dev/mapper/bad_drive /mnt/test_drive/

받다:

mount: /mnt/test_drive: can't read superblock on /dev/mapper/bad_drive.

시험을 마친:

sudo fsck -c -v /dev/mapper/bad_drive

그리고 다음을 받았습니다:

fsck from util-linux 2.37.2
e2fsck 1.46.5 (30-Dec-2021)
fsck.ext2: Input/output error while trying to open /dev/mapper/bad_drive

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>

나는 또한 다음을 시도했습니다.

ls -l /dev/mapper/

받다:

total 0
crw------- 1 root root 10, 236 Oct  7 08:19 control
lrwxrwxrwx 1 root root       7 Oct  7 08:19 cryptswap -> ../dm-0
lrwxrwxrwx 1 root root       7 Oct  9 07:23 bad_drive -> ../dm-1

마지막 시도:

sudo pvdisplay /dev/dm-1

받다:

Error reading device /dev/mapper/bad_drive at 0 length 512.
  Error reading device /dev/mapper/bad_drive at 0 length 4096.
  Error reading device /dev/sdc at 0 length 512.
  Error reading device /dev/sdc at 0 length 4096.
  Error reading device /dev/sdc1 at 0 length 4096.
  Error reading device /dev/sdc2 at 0 length 4096.
  Error reading device /dev/sdc3 at 0 length 4096.
  Error reading device /dev/sdc4 at 0 length 4096.
  Cannot use /dev/dm-1: device has a signature

Pop_Os에 포함된 디스크 프로그램! 드라이브가 인식되고 곧 오류가 발생할 수 있다고 하며 암호화된 파티션의 잠금을 해제하고 파티션을 포맷할 수 있습니다(아마도 데이터를 잃고 싶지 않기 때문에 시도하지 않았지만 옵션이 회색으로 표시되지 않음). 암호화된 파티션을 마운트할 수 없습니다.

GParted를 사용해 보았지만 프로그램이 드라이브를 찾을 수 없습니다.

데이터를 복구할 수 있도록 파티션을 마운트하거나 복구하는 데 도움을 줄 수 있는 사람이 있습니까?

관련 정보