Hello,
I have a VHD export from Xen that I extracted with 7zip. It has given me 3 files out of which the main file is a .lvm file. I have tried to mount it but I have gotten an error:
How do I access the contents of this file (whether to attach directly to VM or copy the contents)
Thanks!
I have a VHD export from Xen that I extracted with 7zip. It has given me 3 files out of which the main file is a .lvm file. I have tried to mount it but I have gotten an error:
Code:
# mount 1.lvm /mnt/temp
mount: /mnt/temp: unknown filesystem type 'LVM2_member'.
How do I access the contents of this file (whether to attach directly to VM or copy the contents)
Thanks!