Answers for "wsl folder linux windows access"

3

wsl2 access folder from windows

Open File Explorer.
Type \\wsl$ in the address bar.
My distro shows up and click on it and you can see the file system
Posted by: Guest on February-03-2021
1

wsl folder linux windows access

#From win host
Open File Explorer.
Type \\wsl$\<wsl-distro-name> in the address bar.

#From the wsl distro 
#You can also map it to a specific folder in the win host if you want (symbolic link)
ls -s /wsl-dir-you-wanna-map /mnt/c/Users/<username>/<desired-path>



#by Leo Av
Posted by: Guest on October-23-2021
5

where is wsl folder in windows

%LOCALAPPDATA%\Packages\CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc\LocalState\rootfs
Posted by: Guest on October-16-2020
0

open WSL folder in windows explorer

#go to network explorer and type below

\\wsl$
Posted by: Guest on September-14-2021
-1

access WSL filesystem from Windows

\\wsl$
Posted by: Guest on January-24-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language