[Solved] Windows & Cannot See Unallocated Disk Space
Posted: 16. Apr 2017, 18:06
I was running out of space on my C: drive on my Windows 7 guest, so I resized the VM using:
This worked - It got to 100% with no errors and it shows the right size:
But when I start up my Windows 7 guest I cannot see the unallocated disk space in Disk Manager. What am I missing?
I'm using Oracle VBox v5.0.32 r112930, and I took a snapshot of the VM prior to changing the VM size. Are snapshots the problem? Do I need to clone it or delete the snapshots?
Code: Select all
VBoxManage modifymedium ~/Windows7.vdi --resizebyte 68719476736Code: Select all
UUID: ec1bae22-7e99-4b87-a25d-2b3840be3d8b
Parent UUID: base
State: locked read
Type: normal (base)
Location: /Users/rwaddell/VirtualBox VMs/Windows 7 (MacBook)/Windows 7 (MacBook).vdi
Storage format: VDI
Format variant: dynamic default
Capacity: 65536 MBytes
Size on disk: 51057 MBytes
Encryption: disabled
In use by VMs: Windows 7 (MacBook) (UUID: 9f261e8a-574e-4d6b-a03b-ee8c41f90dac) [Prior to installing WF 2017 (UUID: 2ddad45b-ed7d-4de1-a3be-4cd82ca2dc9c)]
Child UUIDs: 543ac9fa-3abb-46f2-ab9e-59b5f76f4d39I'm using Oracle VBox v5.0.32 r112930, and I took a snapshot of the VM prior to changing the VM size. Are snapshots the problem? Do I need to clone it or delete the snapshots?