Skip to content

Instantly share code, notes, and snippets.

@iahuang
Created May 18, 2021 18:02
Show Gist options
  • Save iahuang/f45713c4acc1d836f3630259aca3e9cf to your computer and use it in GitHub Desktop.
Save iahuang/f45713c4acc1d836f3630259aca3e9cf to your computer and use it in GitHub Desktop.
Mount external drive on WSL
# Assuming ext. drive G: and /mnt/g, respectively
sudo mkdir /mnt/g
sudo mount -t drvfs G: /mnt/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment