Skip to content

Instantly share code, notes, and snippets.

@ctchuang
Last active May 6, 2018 14:57
Show Gist options
  • Save ctchuang/f09bb995db3738944710 to your computer and use it in GitHub Desktop.
Save ctchuang/f09bb995db3738944710 to your computer and use it in GitHub Desktop.
Shrink VMWare Disk

Guest OS

  • Windows

    Download sdelete from Microsoft Technet

    sdelete -c -z c:\
  • Linux
sudo dd if=/dev/zero of=zero.dat ; rm -f zero.dat  # haven't tried

Host OS (Mac)

  Applications/VMware\ Fusion.app/Contents/Library/vmware-vdiskmanager -d xxx.vmdk  # Defrag
  Applications/VMware\ Fusion.app/Contents/Library/vmware-vdiskmanager -k xxx.vmdk  # Shrink
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment