On Wed, Jun 16, 2004 at 10:10:09AM -0700, Rick Rankin wrote: > > OK, it *must* be something specific to the particular share I've been working > with. I just mapped some other drives from other servers, tried the same tar > command, and it worked just fine. The puzzling part is that on the problem > share, the *only* thing that fails is tar. I can create files with touch, cp, > vim, etc., etc. and I can remove them with rm, so it doesn't appear to be a > permission problem. It's also not a space problem, so I'm back to building the > debug versions...
Try writing a one line program that opens the file with flags 0x601. That's what tar does (from your strace) 0 = fhandler_disk_file::open (m:\test.tar, 0x601) Pierre -- 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/