Last active
December 22, 2021 11:55
-
-
Save motabass/a052039e74e66516715831021c7c3f4a to your computer and use it in GitHub Desktop.
mount host drive in wsl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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