Ubuntu 16.04下减小VirtualBox虚拟硬盘文件的大小
Posted Jim
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu 16.04下减小VirtualBox虚拟硬盘文件的大小相关的知识,希望对你有一定的参考价值。
一般在VirtualBox中安装Windows,然后用无缝模式进行某些特定软件的使用。
而VirtualBox的虚拟硬盘会越用越大,并且VirtualBox没有自带清理工具,相比VMware来说,VMware自带磁盘整理工具。
下面是具体的清理方法:
1、如果虚拟机使用的系统为Windows:
①进入虚拟机,下载SDelete,下载地址:http://technet.microsoft.com/en-us/sysinternals/bb897443.aspx。
②在命令行上运行
sdelete.exe -z C:
切记:不能使用-c参数,不然会磨损SSD。
此期间会在100%停留很久,直到完成为止。
③、完成后,关闭虚拟机,在Ubuntu的命令上下压缩vdi文件,命令如下:
vboxmanage modifyhd xxx.vdi --compact
④如果不是vdi格式,需要做一个转换,命令如下:
vboxmanage clonehd source.vmdk cloned.vdi --format vdi vboxmanage modifyhd cloned.vdi --compact vboxmanage clonehd cloned.vdi compressed.vmdk --format vmdk
2、如果使用的是Linux的虚拟机:
上面第③④步不变,之前的步骤改为:
sudo dd if=/dev/zero of=/EMPTY bs=1M sudo rm -f /EMPTY
还有一种选择,使用zerofree,命令如下:
busybox mount -o ro,remount /dev/sda1 zerofree /dev/sda1 busybox mount -o rw,remount /dev/sda1
参考:
https://superuser.com/questions/388733/virtualbox-how-to-free-up-unused-vdi-disk-place
http://blog.csdn.net/god2469/article/details/8525880
http://blog.csdn.net/ganshuyu/article/details/46360271
http://blog.csdn.net/cnylsy/article/details/52474513
https://forums.virtualbox.org/viewtopic.php?p=29272#p29272
以上是关于Ubuntu 16.04下减小VirtualBox虚拟硬盘文件的大小的主要内容,如果未能解决你的问题,请参考以下文章
VirtualBox下安装Ubuntu Server 16.04
Ubuntu 16.04下使用VirtualBox虚拟机安装Windows XP win7 linux 安装虚拟机
virtualbox下ubuntu16.04虚拟机网卡配置桥接方式上网
记录问题-VirtualBox6.1 下 配置 Ubuntu 16.04 多网卡