3537 links
2603 private links
  • Les liens de Fanch
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Play Videos
Links per page: 20 50 100
  • thumbnail
    How to Shrink a WSL2 Virtual Disk on Windows

    Réduire son volume WSL2 (car il ne fait que grossir sans jamais rendre l'espace à Windows)

    wsl --shutdown
    diskpart

    open window Diskpart

    select vdisk file="C:\WSL-Distros\…\ext4.vhdx"
    C:\Users\fanch\AppData\Local\Packages\TheDebianProject.DebianGNULinux_76v4gfsz19hv4\LocalState\ext4.vhdx
    attach vdisk readonly
    compact vdisk
    detach vdisk
    exit

    Open issue: WSL 2 should automatically release disk space back to the host OS · Issue #4699 · microsoft/WSL
    https://github.com/microsoft/WSL/issues/4699#issuecomment-627133168

    Thu Sep 24 17:28:36 2020 * - permalink -
    QRCode
    - archive.org - https://stephenreescarter.net/how-to-shrink-a-wsl2-virtual-disk/
    wsl windows
Links per page: 20 50 100
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation