Last active
July 3, 2020 17:41
-
-
Save xinbinhuang/877d4097313e4207ef8c7f128d8c0868 to your computer and use it in GitHub Desktop.
Compact disk space used by WSL2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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