Skip to content

Instantly share code, notes, and snippets.

@theTonyHo
Last active January 12, 2018 00:56
Show Gist options
  • Save theTonyHo/a75dcc0ea5b5930d2f8026f6f032692c to your computer and use it in GitHub Desktop.
Save theTonyHo/a75dcc0ea5b5930d2f8026f6f032692c to your computer and use it in GitHub Desktop.

VMWare CLI SSH Commands

Create Virtual Disk

This will create a thin 0.01GB vmdk file. vmkfstools --createvirtualdisk 0.01G --diskformat thin FS-18XX.vmdk

Convert VMDK to Thin

vmkfstools -i FS-ARCHIVE.vmdk -d thin thinFS-ARCHIVE.vmdk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment