Skip to content

Instantly share code, notes, and snippets.

@joanteixi
Last active January 17, 2022 18:30
Show Gist options
  • Save joanteixi/cfdbcaa15058e15c405a78eb2925b559 to your computer and use it in GitHub Desktop.
Save joanteixi/cfdbcaa15058e15c405a78eb2925b559 to your computer and use it in GitHub Desktop.
Compact WSL disk space
cd C:\Users\joan.teixido\AppData\Local\Packages\CanonicalGroupLimited.Ubuntu20.04onWindows_79rhkp1fndgsc\LocalState
wsl --shutdown
optimize-vhd -Path .\ext4.vhdx -Mode full
cd C:\Users\joan.teixido\AppData\Local\Docker\wsl\data
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