summaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@richardiv.omgwallhack.org>2010-11-16 17:17:40 -0800
committerJoe Rayhawk <jrayhawk@richardiv.omgwallhack.org>2010-11-16 17:17:40 -0800
commitffa3d7b465b73efc7f4782946012582a4e913eaf (patch)
tree4afe943936fc68b8f0dfa73dd5f4ab38eac279ea /notes
parent11a8320cab60964d90ad23c0a0b9ddc66b4b1ecd (diff)
downloadjrayhawk-ffa3d7b465b73efc7f4782946012582a4e913eaf.tar.gz
jrayhawk-ffa3d7b465b73efc7f4782946012582a4e913eaf.zip
Fixing syntax assumption that would keep a qcow2 image from being created
Diffstat (limited to 'notes')
-rw-r--r--notes/qemu_ntfs_resize.mdwn2
1 files changed, 1 insertions, 1 deletions
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.