8

I've originally created my VDI to auto-expand to 20GB of virtual capacity.

For performance reasons, I would like to convert them to linear, that is, to have a single, non-sparse, 20GB file sitting on the disk, instead of the dynamically expanding, prone to fragmentation image.

1 Answer 1

7

Use vboxmanage clonehd:

vboxmanage clonehd olddisk.vdi newdisk.vdi --variant fixed

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .