Other Qemu tips

To create a disk raw image, which can be read by Qemu, and then mounted and files copied to/from it under GNU/Linux you should:

To mount it under GNU/Linux, when finished working with it, and having exited Qemu, check which block the partition in the file starts at. This only needs to be done before mounting it for the first time. For this:

Utilizing the offset number, you can then mount the disk file:


.