You are not logged in.

#1 2022-07-31 12:20:19

Morta
Member
Registered: 2019-07-07
Posts: 655

[SOLVED]How I can rebuild a corrputed RAID5 and LUKS drive?

lsblk

http://0x0.st/oe8n.txt

cryptsetup luksOpen /dev/md127 cryptdata

Is not a vaild LUKS device - but should be

How I can restore superblocks? Or restore the LUKS device?

Last edited by Morta (2022-07-31 13:19:59)

Offline

#2 2022-07-31 13:19:20

Morta
Member
Registered: 2019-07-07
Posts: 655

Re: [SOLVED]How I can rebuild a corrputed RAID5 and LUKS drive?

arch-chroot of root device

vgchange -a y

and then
mdadm --stop /dev/md127
mdadm -A --force /dev/md127 /dev/sd[abcdef]

did it

Offline

Board footer

Powered by FluxBB