thafaker.crabdance.com

Welcome to my vintage Webserver with ftp; Files and Stuff for ms-dos, c64, amiga, howtos, classic mac

Create a QCOW2 Disk Image

Date: [27th Dec 2024]
Categories: [linux]

Because of my late and great Powermac G5 11,2 with Linux (apfelhammer.de), I often play with QEMU and do install PPC64 Distributions or compile or do something similar. And therefore the question is: How to create a QCOW2 Disk Image:

qemu-img create -f qcow2 Win2k.img 20G

where win2k.img is the name of your new harddisk file and 20G are 20 Gigabytes of space. So adjust that for your needs.