我对 Oracle VirtualBox 有疑问,我已将一个大文件 (80GB) 移动到 VM 中,但在删除大文件后,我的 VM 仍然保持相同大小但没有释放。
任何想法?请帮忙
我对 Oracle VirtualBox 有疑问,我已将一个大文件 (80GB) 移动到 VM 中,但在删除大文件后,我的 VM 仍然保持相同大小但没有释放。
任何想法?请帮忙
You need to use the following command:
VBoxManage modifyhd your_hd.vdi --compact
You may also need to zero the free space first using a tool like SDelete from the SysInternals group at Microsoft.