Skip to content

Instantly share code, notes, and snippets.

@kaishuu0123
Created December 2, 2023 00:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaishuu0123/a40764513fd91fd51180b9e95760e604 to your computer and use it in GitHub Desktop.
Save kaishuu0123/a40764513fd91fd51180b9e95760e604 to your computer and use it in GitHub Desktop.
wsl --shutdown
diskpart
# open window Diskpart
select vdisk file="C:\WSL-Distros\…\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