On Fri, Apr 29, 2005 at 11:03:50PM -0400, Shaffer, Kenneth wrote: >I'm having a problem with cp returning "Permission denied". I managed to >strace it and found that after a whole lot of successful block >read/writes, an unknown windows error 64 shows up. A snippet of the trace >follows.
Was this a copy to a network share? That error is "ERROR_NETNAME_DELETED". I guess I'll map that error to "ENOSHARE" (a cygwin-specific errno) but that won't help your problem. There seems to be some underlying problem on windows causing this. cgf -- 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/