Mount USB-Stick in WSL (Windows Subsystem for Linux)
Sometimes you want to mount an USB-Stick in WSL. How to do this?It’s very easy to do with this simple commands: $ sudo mkdir /mnt/d $ sudo mount -t drvfs D: /mnt/d You have to…
Sometimes you want to mount an USB-Stick in WSL. How to do this?It’s very easy to do with this simple commands: $ sudo mkdir /mnt/d $ sudo mount -t drvfs D: /mnt/d You have to…