Skip to content

Instantly share code, notes, and snippets.

@isaaccorley
Created July 28, 2021 21:57
Show Gist options
  • Save isaaccorley/ac4f88c553fc26140ba685c2a1310b6e to your computer and use it in GitHub Desktop.
Save isaaccorley/ac4f88c553fc26140ba685c2a1310b6e to your computer and use it in GitHub Desktop.
Free unused space from WSL2
wsl --shutdown
diskpart
select vdisk file="C:\Users\<user>\AppData\Local\Packages\CanonicalGroupLimited.Ubuntu20.04onWindows_79rhkp1fndgsc\LocalState\ext4.vhdx"
attach vdisk readonly
compact vdisk
detach vdisk
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment