Ubuntu/Linux WSL – Access Windows Files

Many of us may have faced issues in accessing the Windows directory/drives in Ubuntu/Linux WSL installed on your local Windows machine/Laptop.

The easiest way of accessing your local Windows drive/folders etc through the Ubuntu/Linux WSL Bash interface is by accessing the /mnt (mount).

For example, you have your project folder on your local Windows system at,
f:/ubuntu

You can access the f:/ubuntu folder in your Ubuntu WSL using the below command,

cd /mnt/f/ubuntu