Skip to content

Instantly share code, notes, and snippets.

@msalvaris
Created March 7, 2018 13:40
Show Gist options
  • Save msalvaris/409d1829b89e155db0cb345761e2bada to your computer and use it in GitHub Desktop.
Save msalvaris/409d1829b89e155db0cb345761e2bada to your computer and use it in GitHub Desktop.
Mount a Network drive on Windows to WSL
# from https://blogs.msdn.microsoft.com/wsl/2017/04/18/file-system-improvements-to-the-windows-subsystem-for-linux/
sudo mkdir /mnt/d
sudo mount -t drvfs D: /mnt/d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment