This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Bug in cvs cygwin1.dll ?


At 05:49 PM 6/27/2002 +0100, Chris January wrote:

>> ~: mount
>> <snip>
>> c: on /c type user (binmode,noumount)
>> e: on /e type user (binmode,noumount)
>> mv: cannot move `ggg' to `/c': File exists
>> ~: strace -o mv_file_e mv ggg /e
>> mv: cannot stat `/e': Permission denied
>Try making the directories /c and /e.
>i.e.:
>mkdir /c
>mkdir /e
>
>and then retry. Do you still have this problem?

~: mkdir /c
mkdir: cannot create directory `/c': File exists
~: mkdir /e
mkdir: cannot create directory `/e': File exists
~: umount /e
umount: /e: No such file or directory
~: ls /e
ls: /e: Permission denied
~: ls /e/*
/e/AUTOEXEC.DOS       /e/MSDOS.SYS      /e/config.sys    <snip><snip>

I also tried creating directories from DOS, no positive effect.
Thanks for the prompt feedback.

Pierre


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]