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 |
|||
|
Here's the best way I've found: http://alexeytorkhov.blogspot.com/2009/09/mounting-raw-and-qcow2-vm-disk-images.html |
|||
|
|
|
There's also libguestfs, but it's not yet available from official repositories [1]. There are binaries in http://libguestfs.org/download/binaries/ though. |
|||
|
|
|
|||
|
|