I've come across an old hard disk (+15 years) that contains an image of another disk I created using dd.
By using losetup, I can attach it to a loop device.
# lsblk -f /dev/loop0
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
loop0 LVM1_member qvBl4K-3QK0-wYyg-la09-LGdg-tjCj-Vz5EIu
But I cannot mount it
# mount /dev/loop0 /mnt
mount: /home/void/mnt: unknown filesystem type 'LVM1_member'.
dmesg(1) may have more information after failed mount system call.
So, how should I mount an LVM 1 volume on modern distro?
old-releases.ubuntu.comand install it (or find another ISO that included lvm directly). Spin it up in a VM, see if it works...