If you run Ubuntu in a VM hosted by VirtualBox, and you want to increase the disk space used by it, you can follow the instructions below.
- On host machine run the following commands to increase the disk file size.
1 | # Increase the disk file size. |
- Run the following commands on the guest VM(Ubuntu) to make it use the increased disk.
1 | # Check the current disk info. |
Done.