From ffa3d7b465b73efc7f4782946012582a4e913eaf Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Tue, 16 Nov 2010 17:17:40 -0800 Subject: Fixing syntax assumption that would keep a qcow2 image from being created --- notes/qemu_ntfs_resize.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notes/qemu_ntfs_resize.mdwn') diff --git a/notes/qemu_ntfs_resize.mdwn b/notes/qemu_ntfs_resize.mdwn index d49efda..f6eb80d 100644 --- a/notes/qemu_ntfs_resize.mdwn +++ b/notes/qemu_ntfs_resize.mdwn @@ -11,6 +11,6 @@ If you are using a qcow2 image, you probably need to * qemu-img old.qcow2 new.raw * truncate -s 100GiB new.raw # or what have you -* qemu-img new.raw old.qcow2 +* qemu-img new.raw -O qcow2 old.qcow2 It is not clear why qcow2 images do not support resizing. -- cgit v1.2.3