Skip to content

Instantly share code, notes, and snippets.

@NorbertFenk
Last active December 15, 2019 18:51
Show Gist options
  • Save NorbertFenk/55461c856dc9047fc31ac7adc330e683 to your computer and use it in GitHub Desktop.
Save NorbertFenk/55461c856dc9047fc31ac7adc330e683 to your computer and use it in GitHub Desktop.
VirtualboxVM enlarge disk
# 1. convert vmdk to vdi
# https://unix.stackexchange.com/questions/18775/how-to-convert-vmdk-to-vdi-vhd
VBoxManage clonemedium disk <aaaa.vmdk> <aaaa.vdi> --format VDI
# 2. resize the partition, follow this answer
https://askubuntu.com/a/119458
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment