Browsing Folders in MSYS

AndroidDev picture AndroidDev · Jul 7, 2012 · Viewed 56.1k times · Source

This will be the toughest question of the day. How do I navigate through my Windows folder structure within the MSYS shell? When I start the shell, all I see is a '~'. I type 'ls' and the folder is empty. I just want to know how to get to my c drive.

Answer

GL770 picture GL770 · Jul 7, 2012

cd /c/ to access C:

cd /d/ for D:

etc.