3582 links
2644 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
3 results tagged wsl x
  • 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 24 Sep 2020 05:28:36 PM CEST * - permalink -
    QRCode
    - archive.org - https://stephenreescarter.net/how-to-shrink-a-wsl2-virtual-disk/
    wsl windows
  • Installer le WSL (et Ubuntu) sans Microsoft Store – Le blog de Seboss666
    Sat 01 Feb 2020 06:42:44 PM CET * - permalink -
    QRCode
    - archive.org - https://blog.seboss666.info/2019/11/installer-le-wsl-et-ubuntu-sans-microsoft-store/
    wsl
  • thumbnail
    arkane-systems/genie: A quick way into a systemd "bottle" for WSL

    (A tester...)

    Un systemd sous debian via WSL : genie

    curl -s https://packagecloud.io/install/repositories/arkane-systems/wsl-translinux/script.deb.sh | bash

    Car non, systemd n'est pas utilisable out-of-box sous Debian via Windows SubSystem Linux.
    Voici l'erreur avec un systemd natif :

    systemctl enable --now mongod

    System has not been booted with systemd as init system (PID 1). Can't operate.
    Failed to connect to bus: Host is down
    Tue 12 Nov 2019 08:31:04 PM CET * - permalink -
    QRCode
    - archive.org - https://github.com/arkane-systems/genie
    wsl debian systemd
Links per page: 20 50 100
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation