“Greifen Sie von Windows von Windows von WSL -Dateien zu” Code-Antworten

Öffnen Sie den WSL -Ordner im Windows Explorer

#go to network explorer and type below

\\wsl$
Innocent Ibex

Windows So greifen Sie vom Explorer auf WSL zu

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

in my case DistributionName is Ubuntu20.04
Shy Stork

Greifen Sie auf Windows -Dateien auf WSL zu

cd /mnt/c
Busy Boar

Greifen Sie von Windows von WSL -Dateisystem von Windows zu

\\wsl$
Homely Hyena

Greifen Sie von Windows von Windows von WSL -Dateien zu

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

So greifen Sie mit WSL auf die lokale Maschine zu

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

Ähnliche Antworten wie “Greifen Sie von Windows von Windows von WSL -Dateien zu”

Fragen ähnlich wie “Greifen Sie von Windows von Windows von WSL -Dateien zu”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen