Agrandir la taille d’un disque VirtualBox

Steps to Increase your VirtualBox Hard Disk Size cd into the directory where your virtual drive is found (usually ~/VirtualBox VMs/{Your VirtualBox PC name}) cd ~/VirtualBox VMs/Win7 run the modify hd function with the new size (in MB) I choose 50GB (50 * 1024mb = 51200MB) VBoxManage modifyhd Win7.vdi –resize 51200 VirtualBox will resize your …