Tagged Questions
1
vote
1answer
423 views
Adding a populated existing disk device to a QEMU raw image
I have a raw QEMU image (vda.raw), and I would like to resize it and add an existing partition, using data I have in a file that contains a raw ext3 file system populated with data (vdb.raw). The two ...