Answers for "where are ubuntu files stored in windows 10"

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
5

access windows files from windows ubuntu

cd /mnt/c
Posted by: Guest on December-16-2019
1

where are ubuntu files stored in windows 10

%userprofile%\AppData\Local\Packages
Posted by: Guest on April-21-2021
5

where is wsl folder in windows

%LOCALAPPDATA%\Packages\CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc\LocalState\rootfs
Posted by: Guest on October-16-2020
0

where is my ubuntu folder located

C:\Users\NAME\AppData\Local\Packages\DISTRO_FOLDER\LocalState\rootfs
Posted by: Guest on October-12-2020
0

access wsl files from windows

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

Code answers related to "where are ubuntu files stored in windows 10"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language