I have a QEMU virtual machine that uses a qcow2 disk image.
How can I mount its filesystem without powering on the virtual machine?
I have a QEMU virtual machine that uses a qcow2 disk image.
How can I mount its filesystem without powering on the virtual machine?
A quick google search turns up the
qemu-nbd
program, mentioned here. It is part of theqemu-kvm
package, so you'll have to install KVM if you aren't using that already. Not sure about any direct GNOME/KDE solutions, if that is what you were looking for. Here is an example for using it:There's also libguestfs, but it's not yet available from official repositories1. There are binaries in libguestfs.org though.
xmount
can make the disk images of some VMs look like a raw disk (which can then be partitioned withlosetup
, and the partitions mounted). I don't know if it supports qcow2, however.you can directly mount as a normal mount like this
But if u have n number of device mean you want again mount it to another directory for that you can follow this one:
Mounting a partition from raw image is pretty simple: