Daily Shaarli

All links of one day in a single page.

May 21, 2020

How to compact VirtualBox's VDI file size? - Super User
thumbnail
  • dd if=/dev/zero of=/var/tmp/bigemptyfile bs=4096k ; rm /var/tmp/bigemptyfile
  • See progress in dd terminal by sending kill -USR1 <PID>
  • Stop the VM
  • vboxmanage modifymedium --compact /path/to/thedisk.vdi
  • "C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" modifymedium --compact /path/to/thedisk.vdi