Created
June 9, 2022 09:43
-
-
Save eliask/a6822b2b9b279d1654e86083fe5e1ce3 to your computer and use it in GitHub Desktop.
Mount drive on WSL2 manually
This file contains 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 mount -t drvfs 'G:\\' -o 'uid=1000;gid=1000;metadata;symlinkroot=/mnt/,mmap,access=client,msize=262144,trans=virtio,rw,noatime,dirsync,aname=drvfs' /mnt/g |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment