Hello,
I wanted to map a disk backup to the machine it originated from. On the disk are some partitions with LVM.
This brings two issues with it:
How can you work around this? Or is there no way to do this on a read-only device.
I wanted to map a disk backup to the machine it originated from. On the disk are some partitions with LVM.
This brings two issues with it:
- The PV UUID is the same
- The PV does not like beeing /dev/loop0pX and would rather be /dev/sdaX which it was before the restore
vgimportclone /dev/loop0pX
but that wont work since the drive is read-only.How can you work around this? Or is there no way to do this on a read-only device.