Blog

Projects

Stacks

Snippets

About

Access WSL Files from Windows

Access Ubuntu WSL filesystem

\\wsl$\Ubuntu\

Access your home directory directly

\\wsl$\Ubuntu\home\<your-linux-username>

Replace <your-linux-username> with your actual Linux username. The \\wsl$ path is a special Windows path that provides access to all your WSL distributions.