wsl mount code example Example: mount d on wsl Mount $ sudo mkdir /mnt/d $ sudo mount -t drvfs D: /mnt/d Unmount $ sudo unmount /mnt/d