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

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