Cygwin + Samba = Permission Denied

2002-04-12 Thread Ryan T. Sammartino
Turning to the mailing list as a last resort... The problem: cygwin-bash$ cp foo.txt //sambamachine/share/ cp: cannot create regular file `//sambamachine/share/foo.txt': Permission denied various unsuccessful mailing list and Google searches turned up only this, from Corinna:

Re: Cygwin + Samba = Permission Denied

2002-04-12 Thread Ryan T. Sammartino
On Fri, Apr 12, 2002 at 03:38:13PM -0700, Ryan T. Sammartino wrote: cygwin-bash$ cp foo.txt //sambamachine/share/ However: cygwin-bash$ CYGWIN='' cp foo.txt //sambamachine/share/ works, so I'm guessing that it has something to do with the set_security_attribute call in fhandler.cc (well,