I am using dynamic vdi (SATA) and running Ubuntu 10.04 as guest over it. I had set its maximum size to 1TB and the size now is around 4GB. However, Ubuntu is giving me a disk full error and not allowing login access. df showed '/' as 100% full.
Code: Select all
obilgenie@ubuntu:~/Projects$ VBoxManage showhdinfo /home/mobilgenie/.VirtualBox/Harddisks/Movie_Box_dev.vdi
Oracle VM VirtualBox Command Line Management Interface Version 3.2.10
(C) 2005-2010 Oracle Corporation
All rights reserved.
UUID: 43f4acca-2519-45f6-9055-66365483db9c
Accessible: yes
Logical size: 1048576 MBytes
Current size on disk: 4266 MBytes
Type: normal (base)
Storage format: VDI
In use by VMs: MindLeap_Ubuntu_dev (UUID: 4c374af8-8ba7-4537-b513-81175e570e80)
Location: /home/mobilgenie/.VirtualBox/Harddisks/Movie_Box_dev.vdi1. Any ideas to get this to work the way I expected this to work (if I copy, create new files and directories, disk size will continue to expand till the maximum size is reached)??
2. If I share a host folder on /home, would that that count to the Ubuntu / size? If so, how can I prevent/work around that limitation?
Thanks