Greg Miller wrote:
> amead wrote:
> 
>> Are you doing this at the Cygwin prompt or Window's command prompt?
>> My installation of Cygwin doesn't recognize DOS style paths at all:
>> 
>> $ ls c:\cygwin
>> ls: c:cygwin: No such file or directory
> 
> You used a backslash, escaping the 'c' character. Notice that the
> error message refers to "c:cygwin" rather than "c:\cygwin", which
> isn't equivalent. 
> 
> Try "ls c:/cygwin" instead.
> 
http://glmiller.blogspot.com/ "If my forgeries looked as bad as the CBS
documents, it would have been 'Catch Me In Two Days'"   -- Frank
Abagnale, Jr. 

try:
mkdir /C
mount -s -x -b C: /C
ls /C

reid

Reply via email to