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…
Gestern erst hatte ich nach einer Neuinstallation von Ubuntu in der aktuellen Version folgendes Problem. Ich habe es auf einem älteren Laptop installiert über PXE (Linux-Installation über Netzwerk). Das klappte soweit auch alles super. Allerdings…