Problem while copying .EXE files

Mike Lerwill mlist@ml-solutions.co.uk
Sat Jul 10 18:42:00 GMT 2004


When copying an EXE file there is no problem when the target does not exist
but it fails for me when the target is present leaving a directory in place
of the desired file.

Below is the sequence of commands to reproduce this.

Administrator@home-iii ~
$ mkdir exetest

Administrator@home-iii ~
$ cd exetest

Administrator@home-iii ~/exetest
$ cp /bin/ls.exe fred.exe

Administrator@home-iii ~/exetest
$ ls -l
total 48
-rwxrwxrwx    1 Administ None        71680 Jul 10 19:31 fred.exe

Administrator@home-iii ~/exetest
$ cp /bin/ls.exe fred.exe
cp: writing `fred.exe': Invalid request code

Administrator@home-iii ~/exetest
$ ls -l
total 0
drwxrwxrwx+   2 Administ None            0 Jul 10 19:31 fred.exe

This is on a fully up to date cygwin installation.

cygcheck.out attached.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cygcheck.out
Type: application/octet-stream
Size: 37283 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/20040710/24527003/attachment.obj>
-------------- next part --------------
--
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/


More information about the Cygwin mailing list