summaryrefslogtreecommitdiff
path: root/notes/qemu_ntfs_resize.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'notes/qemu_ntfs_resize.mdwn')
-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.