Skip to content

Instantly share code, notes, and snippets.

@xinbinhuang
Last active July 3, 2020 17:41
Show Gist options
  • Save xinbinhuang/877d4097313e4207ef8c7f128d8c0868 to your computer and use it in GitHub Desktop.
Save xinbinhuang/877d4097313e4207ef8c7f128d8c0868 to your computer and use it in GitHub Desktop.
Compact disk space used by WSL2
# https://github.com/microsoft/WSL/issues/4699
wsl.exe --shutdown
# Compact wsl2 vhd to save space
# You may need change the path to fit your actual WSL folder name
cd $env:LOCALAPPDATA\Packages\CanonicalGroupLimited.Ubuntu18.04onWindows_79rhkp1fndgsc\LocalState\
optimize-vhd -Path .\ext4.vhdx -Mode full
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment