Answers for "access wsl files from windows"

1

windows how to access wsl from explorer

from explorer \\wsl$
from powershell: cd \\wsl$\<DistributionName> 

in my case DistributionName is Ubuntu20.04
Posted by: Guest on July-20-2020
0

How to Access Your Linux (WSL) Files in Windows 10

How to Access Your Linux (WSL) Files in Windows 10

From the WSL terminal run this command: 

explorer.exe .
Posted by: Guest on June-19-2021
0

access wsl files from windows

C:\Users\%USERNAME%\AppData\Local\Packages\CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc\LocalState\rootfs\
Posted by: Guest on August-26-2020
0

how to access the local machine using WSL

You can access your local machine using Windows Linux subsystem by accessing mnt folder in the root directory of the bash.
Just type, cd / 
-- this will get you to the root folder.
Then type, cd mnt
-- this will get you inside the mnt directory
Then type, ls -ltr
-- this will list down the drives in your local computer. From here yo can access anything you want on your local computer.
Posted by: Guest on April-10-2020
-1

access WSL filesystem from Windows

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

Code answers related to "access wsl files from windows"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language