Skip to content

Instantly share code, notes, and snippets.

@GrumpyChunks
Created July 31, 2020 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GrumpyChunks/587125ddd2c7bb35bded105178d7c907 to your computer and use it in GitHub Desktop.
Save GrumpyChunks/587125ddd2c7bb35bded105178d7c907 to your computer and use it in GitHub Desktop.

Execute the following commands to mount a network drive mapped to Z: in WSL

sudo mkdir /mnt/z
sudo mount -t drvfs Z: /mnt/z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment