Answers for "how to mount a flash drive in wsl"

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language