“accéder aux fichiers WSL depuis Windows” Réponses codées

Open WSL Dossier dans Windows Explorer

#go to network explorer and type below

\\wsl$
Innocent Ibex

Windows Comment accéder à WSL depuis Explorer

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

in my case DistributionName is Ubuntu20.04
Shy Stork

accéder aux fichiers Windows sur WSL

cd /mnt/c
Busy Boar

accéder au système de fichiers WSL à partir de Windows

\\wsl$
Homely Hyena

accéder aux fichiers WSL depuis Windows

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

Comment accéder à la machine locale à l'aide de 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

Réponses similaires à “accéder aux fichiers WSL depuis Windows”

Questions similaires à “accéder aux fichiers WSL depuis Windows”

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code