My friend showed me how to see my local file system on my windows Vista machine. I added the following paths to my windows PATH variable:
C:\Cygwin\bin;
C:\Cygwin\usr\bin;
C:\Cygwin\usr\local\bin;
C:\Cygwin\lib;
C:\Cygwin\usr\lib
Then I can see the local file system with:
cd c:/
I’m not sure what adding these path to this variable changed though. Cygwin was already working so I’m not sure why adding paths that point to it’s own directory structure allows me to see the local file structure.