This is an old revision of the document!


Table of Contents

Migrate data drives

LUKS

sudo cryptsetup luksHeaderBackup /dev/mapper/vg_data2-lv_home --header-backup-file /path/to/backup/header.img
sudo cryptsetup luksErase /dev/sdb1
sudo cryptsetup luksHeaderRestore /dev/sdb1 --header-backup-file /path/to/backup/header.img

LVM2