Skip to content

Instantly share code, notes, and snippets.

@DFilyushin
Created August 5, 2021 11:26
Show Gist options
  • Save DFilyushin/bed24f93cbc82108ab8b8d63668cd235 to your computer and use it in GitHub Desktop.
Save DFilyushin/bed24f93cbc82108ab8b8d63668cd235 to your computer and use it in GitHub Desktop.
wsl_compact_drive.cmd
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