Answers for "wsl mount usb"

0

how to mount a flash drive in wsl

# let's say that the usb has letter 'g'
sudo mkdir /mnt/g
sudo mount -t drvfs G: /mnt/g
Posted by: Guest on October-09-2021
0

mount wsl drive in windows

cd /mnt
Posted by: Guest on June-30-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language