On Fri, May 01, 2020 at 06:18:10PM +0200, Dieter wrote:
> I tried accessing data on an old qubes (3.2) drive that doesnt boot
> However after decryption I only see the lvms "qubes_dom0-swap" and
> "qubes_dom0-root"
> reading from dom0 is no problem but how can I access the other VMs?
mount the dom0 root volume
check for .img files under /var/lib/qubes/
these are loop-mountable volumes
you can dd them to blockdevices, or use as-is.
private volumes should be usable on qubes 4.0 unless they contain
fancy configuration.
if you want to copy them around, beware of them being sparse files.
(== unless you use some copy tooling that can handle sparse files,
they will take a lot more space after copying than before)