From: Henry N. <hen...@ar...> - 2009-03-04 21:45:52
|
Henry Nestler wrote: > You can add a size parameter to create empty disk images. But be > carefully, it can shrink the size (and delete) existing images. For > example to create a 1GB image: > scsi0=disk,file.img,1073741824 The size should give in megabytes, not in bytes. The right example with 1GB is: scsi0=disk,file.img,1024 -- Henry N. |