博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
如何将ESXI上的GUES OS的磁盘空间减小?
阅读量:5046 次
发布时间:2019-06-12

本文共 1065 字,大约阅读时间需要 3 分钟。

一般来讲,增大很容易,但缩小比较麻烦。

听说那个命令行工具也不很靠谱。

我没有测试成功。

找来找去,还是VMware Converter成功率最大。

参考文档:

Thin provisioned disks grow up with the time. When you work with a thin disk provisionned VM, you are copying new files into a VM, then deleting them, again and again, this process grow the thin disks over time. If you delete files from within the VM wanting to gain the space back, it just don’t work. The VMDK grows, but don’t shrink. While from within the quest OS in the VM you see that you’re getting more space, from the vSphere client the disk shows the same size. Natively from within vSphere client it is not possible to shrink VMDK disk files.

With VMware Converter standalone the process will actually do a clone of the original VM. But you’ll need enough space on your storage somewhere and enough time outside of business hours, because the process operates when the VM is shut down. In my test that you’ll be able to follow through the screenshots below, it took 36 min to do the V2V conversion process.

转载于:https://www.cnblogs.com/aguncn/archive/2013/04/17/3025743.html

你可能感兴趣的文章
Ubuntu 14.04下安装CUDA8.0
查看>>
跨平台开发 -- C# 使用 C/C++ 生成的动态链接库
查看>>
关于Redis处理高并发
查看>>
C# BS消息推送 SignalR介绍(一)
查看>>
asp.net core 系列 16 Web主机 IWebHostBuilder
查看>>
WPF星空效果
查看>>
WPF Layout 系统概述——Arrange
查看>>
ASP.NET CORE MVC 2.0 发布到IIS 配置问题
查看>>
SQL Server 跨网段(跨机房)复制
查看>>
WPF换肤之八:创建3D浏览效果
查看>>
C语言 链表
查看>>
C# ASP.NET Webservice调用外部exe无效的解决方法
查看>>
[Windows Phone] 以多国语言做为开发前提 (2)
查看>>
Windows Phone 8初学者开发—第16部分:使用应用程序栏
查看>>
HTML中关于url、scr、href的区别
查看>>
iOS第三方库冲突的处理
查看>>
Spring的配置
查看>>
使用typedef语句定义数组类型
查看>>
jquery只能输入数字
查看>>
Redis
查看>>