0

my ssd disk was luks encrypted crashed after reboot i got error about superblock and wrong signature 3030

cryptsetup luksOpen /dev/sdb2 origin-disk

before open luks

sdb 8:16 0 232.9G 0 disk ├─sdb1 8:17 0 487M 0 part └─sdb2 8:18 0 64.6G 0 part

after:

sdb 8:16 0 232.9G 0 disk
├─sdb1 8:17 0 487M 0 part
└─sdb2 8:18 0 64.6G 0 part
└─origin-disk 253:10 0 64.6G 0 crypt

├─sdb1 is grub

now i can not mount original disk it gives me this error

root@pve:~# mount /dev/mapper/origin-disk /mnt6 mount: /mnt6: wrong fs type, bad option, bad superblock on /dev/mapper/origin-disk, missing codepage or helper program, or other error.

the problem is disk usage show bigger than disk size too!

Disk /dev/sdb - 250 GB / 232 GiB - CHS 30396 255 63
     Partition               Start        End    Size in sectors
>P Linux filesys. data         2048     999423     997376
 P Linux filesys. data      1001472  136561368  135559897
 P Linux filesys. data    301427429  309618856    8191428 [M-UH M-1ه _^J ]

and mapper

https://www.cgsecurity.org

Disk /dev/mapper/origin-disk - 69 GB / 64 GiB - 135528448 sectors

The harddisk (69 GB / 64 GiB) seems too small! (< 248 GB / 231 GiB)
Check the harddisk size: HD jumper settings, BIOS detection...

The following partitions can't be recovered:
     Partition               Start        End    Size in sectors
>  Linux filesys. data         2046  485279741  485277696
   Linux filesys. data         2048  485279743  485277696



    ext4 blocksize=4096 Large_file Sparse_SB Backup_SB, 248 GB / 231 GiB

i try to recover by testdisk both /dev/sdb2 and /dev/mapper/origin-disk here is the output

but i did not write into yet is there any solution?

0 Answers0