服务器vmware虚拟机磁盘慢,独立的持久性磁盘是否比vmware服务器1中的从属磁盘更快?...

文章讨论了虚拟化环境中直接磁盘访问(RDM)与虚拟磁盘(如固定大小和动态大小磁盘)的性能差异。RDM提供最快的I/O速度,但不便于迁移;固定大小的虚拟磁盘比动态大小的快,特别是在非顺序写入操作中。同时,文章提到了物理磁盘到VMDK转换的可能性,并指出文件分割可能影响主机OS的寻道时间。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Hands down, "Raw Disks" is direct access to the physical disk and by far the fastest access and disk I/O, known as RDM. The downside is you cannot move the VM to another machine without imaging the physical disk that you mapped to that VM.

But, you asked which is the fastest "Virtual Disk". RDMs are not virtual disks.

And no, you cannot switch between virtual and raw types (unless I am missing an upgrade or something). EDIT: I think there are tools now that let you convert a physical disk to a VMDK. As for converting a VMDK to raw disk, I think you can just copy the contents to the physical drive (as long as it isn't a boot drive), and attach it normally to your VM.

As for which virtual disk is faster? Fixed size is much faster than that dynamic type, which has a cost of expansion. Fixed disk is close to speeds as Raw (as long as you aren't doing sequential writes with a database), but still much faster than dynamic.

Now, if you are asking if it makes a difference to break the files into chunks or have one single large file - there are many discussions on the net that go both ways. Personally, having them split up into multiples I feel increases your host OS' seek time as it must go and find all different files, especially if you defragged your local drive.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值