“Доступ к файлам WSL из Windows” Ответ

Откройте папку WSL в Windows Explorer

#go to network explorer and type below

\\wsl$
Innocent Ibex

Windows Как получить доступ к WSL от Explorer

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

in my case DistributionName is Ubuntu20.04
Shy Stork

Доступ к файлам Windows на WSL

cd /mnt/c
Busy Boar

доступ к файла WSL из Windows

\\wsl$
Homely Hyena

Доступ к файлам WSL из Windows

C:\Users\%USERNAME%\AppData\Local\Packages\CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc\LocalState\rootfs\
Cheerful Cat

Как получить доступ к локальной машине с помощью 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.
Naughty Newt

Ответы похожие на “Доступ к файлам WSL из Windows”

Вопросы похожие на “Доступ к файлам WSL из Windows”

Смотреть популярные ответы по языку

Смотреть другие языки программирования