On Wed, Jul 6, 2011 at 10:15 AM, Kaushal Shriyan
<[email protected]> wrote:
> Is there a way to resize the Hard Disk of VM ?

You can use qemu-img resize on a disk image that is currently not in use:
qemu-img resize <filename> +10G

Or you can use libguestfs to get a parted-style resize:
http://libguestfs.org/virt-resize.1.html

Stefan
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to