No, navigating to /cygdrive/c results in the same issue - and as you
can see below, navigating to 'c:' does work, and changes to the
/cygdrive/c directory.

[EMAIL PROTECTED] ~
$ cd /cygdrive/c

[EMAIL PROTECTED] /cygdrive/c
$ ls
ls: reading directory .: No such file or directory

[EMAIL PROTECTED] /cygdrive/c
$


thx :)
monte


Re: Revised: ls: reading directory .: No such file or directory
From: Andrew Schulman <schulman dot andrew at epamail dot epa dot gov>
To: cygwin at cygwin dot com
Date: Tue, 01 Aug 2006 12:04:57 -0400
Subject: Re: Revised: ls: reading directory .: No such file or directory
References: <[EMAIL PROTECTED]>

--------------------------------------------------------------------------------

[EMAIL PROTECTED] ~
$ cd c:

[EMAIL PROTECTED] /cygdrive/c
$ ls
ls: reading directory .: No such file or directory

WAG:  if you run 'cd /cygdrive/c' instead of 'cd c:', does the problem go
away?

The shell obviously is interpreting c: as /cygdrive/c in your shell prompt,
but maybe it's storing c: instead of /cygdrive/c as the current directory,
and choking on that.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to