17 June 2023

Windows Subsystem for Linux - How to compact an overgrown disk

Overview

Overtime a WSL2 partition may grow and not be reclaimed. The following will fix that.

Process

wsl --list
wsl --terminate Debian
diskpart
select vdisk file="C:\Users\joseph\AppData\Local\Packages\Debian.16571368D6CFF_kd1vv0z0vy70w\LocalState\ext4.vhdx"
compact vdisk
tags: wsl2