Skip to content

Instantly share code, notes, and snippets.

@motabass
Last active December 22, 2021 11:55
Show Gist options
  • Save motabass/a052039e74e66516715831021c7c3f4a to your computer and use it in GitHub Desktop.
Save motabass/a052039e74e66516715831021c7c3f4a to your computer and use it in GitHub Desktop.
mount host drive in wsl
sudo mkdir /mnt/n
sudo mount -t drvfs 'N:' /mnt/n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment