Re: unknown windows error 64

2005-05-02 Thread Shaffer, Kenneth

 Was this a copy to a network share?  That error is
 ERROR_NETNAME_DELETED.

Yes, it was a copy from a local disk to an archive established on a share.

Is there a right way to copy to a share? I've done either of the
following:

   cp file //machine/share/directory

or

   cd //machine/share
   cp /c/directory/file directory

Do you know of any timeouts I might increase? Wonder why it would work for
many many block before it had a problem? (it's a large file)

--
Ken Shaffer



 - - - - - - -  Appended by Scientific-Atlanta, Inc.  - - - - - - -  
This e-mail and any attachments may contain information which is confidential, 
proprietary, privileged or otherwise protected by law. The information is 
solely intended for the named addressee (or a person responsible for delivering 
it to the addressee). If you are not the intended recipient of this message, 
you are not authorized to read, print, retain, copy or disseminate this message 
or any part of it. If you have received this e-mail in error, please notify the 
sender immediately by return e-mail and delete it from your computer.


--
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/



Re: unknown windows error 64

2005-04-29 Thread Christopher Faylor
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/