Friday, October 23, 2015

windows xp - How can I shrink the disk INSIDE VirtualBox?

I created a virtual disk using WindowsXP inside VirtualBox, the host is OSX.
Initially I created the disk 20Gb, in 2 partitions, each of 10Gb.
Because I did not need it, I dropped the 2nd partition, which is now
reported as empty space.


How can I shrink the disk to only the 1st partition, saving 10Gb
and shrinking the .vdi too?

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...