“Uzyskaj dostęp do plików WSL z Windows” Kod odpowiedzi

Otwórz folder WSL w Eksploratorze Windows

#go to network explorer and type below

\\wsl$
Innocent Ibex

Windows Jak uzyskać dostęp do WSL od Explorer

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

in my case DistributionName is Ubuntu20.04
Shy Stork

Uzyskaj dostęp do plików Windows na WSL

cd /mnt/c
Busy Boar

Uzyskaj dostęp do systemu plików WSL z Windows

\\wsl$
Homely Hyena

Uzyskaj dostęp do plików WSL z Windows

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

Jak uzyskać dostęp do komputera lokalnego za pomocą 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

Odpowiedzi podobne do “Uzyskaj dostęp do plików WSL z Windows”

Pytania podobne do “Uzyskaj dostęp do plików WSL z Windows”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu