How do I change Drive with bash on windows?

I can't seem to get it (bash) to access my F drive

In the Windows Linux subsystem your drives are mounted to /mnt.

So to change to drive F use the following command:

cd /mnt/f