糟糕。我不小心输入了TWICE qemu-img resize hdd.img +100GB
,现在我有一个图像,认为它可以在300GB磁盘上增长到340GB。
尝试qemu-img resize hdd.img -100GB
返回:
qcow2 doesn't support shrinking images yet
请建议: - )
编辑:# qemu-img info dev1hdd1.img
:
image: hdd.img
file format: qcow2
virtual size: 340G (365072220160 bytes)
disk size: 100G
cluster_size: 65536
Format specific information:
compat: 0.10
答案 0 :(得分:0)
鉴于缺乏缩减支持,我相信您唯一的选择是创建一个具有正确尺寸的新图像,并使用qemu-img convert
复制数据