怎样修改VMware虚拟硬盘文件(.vmdk) 大小

本文介绍如何利用vmware-vdiskmanager命令管理虚拟主机硬盘文件(.vmdk),包括创建、调整大小、碎片整理及收缩操作,提供实用的磁盘管理指南。

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

原文出处: http://blog.sina.com.cn/s/blog_53d27b3a0100cq5j.html

虚拟主机硬盘文件(.vmdk)的大小会随着安装软件不断变大,有时候空间紧张的话,最好收缩一下,刚好有个命令,使用参数-k就行了,也可以使用-d命令来整理一下,参考如下:


E:\VMware\VMware Server>vmware-vdiskmanager.exe/?
VMware Virtual Disk Manager - build 56528.
Usage: vmware-vdiskmanager.exe OPTIONS diskName |drive-letter:
Offline disk manipulation utility
Options:
    -c                  : create disk; need to specify other create options
    -d                  : defragment the specified virtual disk
    -k                  : shrink the specified virtual disk
    -n<source-disk>    : rename the specified virtual disk; need to
                           specify destination disk-name
    -p                  : prepare the mounted virtual disk specified by
                           the drive-letter for shrinking
    -q                  : do not log messages
    -r<source-disk>    : convert the specified disk; need to specify
                           destination disk-type
    -x<new-capacity>   : expand the disk to the specified capacity

    Additional options for create and convert:
       -a<adapter>     : (for use with -c only) adapter type (ide, buslogic o
r lsilogic)
       -s<size>        : capacity of the virtual disk
       -t<disk-type>   : disk type id

    Disk types:
                      : single growable virtual disk
                      : growable virtual disk split in 2Gb files
                      : preallocated virtual disk
                      : preallocated virtual disk split in 2Gb files

    The capacity can be specified in sectors, Kb, Mb or Gb.
    The acceptable ranges:
                          ide adapter : [100.0Mb, 950.0Gb]
                          scsi adapter: [100.0Mb, 950.0Gb]
       ex 1: vmware-vdiskmanager.exe -c -s 850Mb -a ide -t 0myIdeDisk.vmdk
       ex 2: vmware-vdiskmanager.exe -d myDisk.vmdk
       ex 3: vmware-vdiskmanager.exe -r sourceDisk.vmdk -t 0destinationDisk.vm
dk
       ex 4: vmware-vdiskmanager.exe -x 36Gb myDisk.vmdk
       ex 5: vmware-vdiskmanager.exe -n sourceName.vmdkdestinationName.vmdk
       ex 6: vmware-vdiskmanager.exe -k myDisk.vmdk
       ex 7: vmware-vdiskmanager.exe -p m:
             (A virtual disk first needs to be mounted at m:
              using the VMware Diskmount Utility.)

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值