• Skip to main content
  • Skip to secondary menu
  • Skip to primary sidebar
Network Chatter

Network Chatter

Network Chatter

  • How To’s
    • Network How-To’s
    • VMWare How-To’s
  • Pro Tips
  • Questions
  • Miscellaneous
  • Netacad Lecture Notes
    • ENSA-v7
  • About Network Chatter

HowTo: Split VMWare VMDKs into 2GB Chunks

November 27, 2017 Leave a Comment

Did you already create a VMware machine and want to split your disk into 2GB chunks so that you put it on a FAT thumb drive to move somewhere?

Today we generally do not have to worry about moving files over FAT media anymore, but there is always that one time when you need to do it.

c:\vmware-vdiskmanager.exe -r sourceDisk.vmdk -t 1 destinationDisk.vmdk

If you have spaces in your path/filename make sure you include your path/filename in quotes:

c;\vmware-vdiskmanager.exe -r "C:\path to file\source Disk.vmdk" -t 1 "C:\path to file\destination Disk.vmdk"

The -t 1 parameter lets you choose how you want to split the image:

  • -t 0 – A growable virtual disk contained in a single file (called “monolithic sparse”).
  • -t 1 – A growable virtual disk split into 2GB files (called “split sparse”).
  • -t 2 – A preallocated virtual disk contained in a single file (called “monolithic flat”).
  • -t 3 – A preallocated virtual disk split into 2GB files (called “split flat”).

All of the research and testing that I have done shows no performance difference running with one large disk or multiple 2GB disks.

Filed Under: VMWare How-To's

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

Recent Articles

  • ProTip: How to protect yourself from config flubs with the Cisco “reload in” command.
  • HowTo: Configure an AUX port on a Cisco Router
  • HowTo: Backup your VMs off an ESXi Server

Copyright © 2025 · Dale Henninger · All Rights Reserved