VirtualBox - Modificare Dimensione Disco
NOTE: Increasing the drive does not increase the primary partition so this is a two step process.
Step 1: Increase the size of the drive.
Use the following command to increase the size of the drive:
vboxmanage modifyhd <absolute path to file> --resize <size in MB>
Example: I have a 10GB drive that I want to be 20GB the command would be.
vboxmanage modifyhd <absolute path including the name and extension> --resize 20480
Step 2: Extend the primary partition to include the new drive space.