NickTheGreek 160 Report post Posted January 29, 2017 In case of the 2GB split disk format, your virtual disk consists of multiple data files (e.g. <vmname>-sNNN.vmdk) and one header/descriptor file (<vmname>.vmdk) which describes the virtual disk. In the vmware-vdiskmanager command, it's only the header/descriptor vmdk which you need to supply as the source virtual disk. Convert to a pre-allocated disk. vmware-vdiskmanager -r sourceDisk.vmdk -t 2 destinationDisk.vmdk The following line is simply changing a pre-allocated input disk into a growable target disk. vmware-vdiskmanager -r sourceDisk.vmdk -t 0 destinationDisk.vmdk 1 Quote Share this post Link to post Share on other sites