Access the disk image created by Qemu using guestfish in Fedora.
If you are used to using Qemu for doing some experiments with different distro’s then you would also understand the problem of having to do ftp/ssh to copy the files from virtual machine to local machine. Also you have to run the machine to do that. How would you like to have a application that can help you copy the files to and from the image without having to run the VM. That’s exactly what the guestfish does. How to do it, quick demo here:
Continue reading