www.delorie.com/archives/browse.cgi | search |
Roe, Kevin L: > I did read that page and I reiterate: "No write capability" =C2=A0That in= cludes USB sticks. Yes, so you've said, and my post didn't doubt that in any way. I'm of course highly intrigued by what high-falutin' mystery system you might be working on. > Please continue to give constructive advice so that I can resolve this is= sue. That's pretty rich considering it's taken repeated prompting to get answers to rather straightforward questions. Anyway, now that the case-sensitivity issue seems to have been ruled out, let's go back to an earlier post in this thread: Corinna Vinschen: >>what would cause >> >> =C2=A0 =C2=A0 =C2=A0 open(".new.p_change.pl", O_WRONLY | O_CREAT | O_TRU= NC, 0777) >> >> to fail with errno set to ENOENT. > >Just as in Linux: > >ENOENT =C2=A0O_CREAT is not set and the named file does not exist. Or, a > =C2=A0 =C2=A0 =C2=A0directory component in pathname does not exist or is = a dangling > =C2=A0 =C2=A0 =C2=A0 symbolic link. The way I understand this, the open() call shouldn't fail with ENOENT given those arguments, because O_CREAT is set and there is no directory component in the pathname. What type of file system is your checkout on? Andy -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |