Skip to content

Instantly share code, notes, and snippets.

@eliask
Created June 9, 2022 09:43
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 eliask/a6822b2b9b279d1654e86083fe5e1ce3 to your computer and use it in GitHub Desktop.
Save eliask/a6822b2b9b279d1654e86083fe5e1ce3 to your computer and use it in GitHub Desktop.
Mount drive on WSL2 manually
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