X-Spam-Check-By: sourceware.org Date: Thu, 11 May 2006 11:24:39 -0400 (EDT) From: Igor Peshansky Reply-To: cygwin AT cygwin DOT com To: Dave Korn cc: cygwin AT cygwin DOT com Subject: RE: Data streams being treated as files in Cygwin In-Reply-To: <003a01c6750e$19c1a1b0$a501a8c0@CAM.ARTIMI.COM> Message-ID: References: <003a01c6750e$19c1a1b0$a501a8c0 AT CAM DOT ARTIMI DOT COM> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Thu, 11 May 2006, Dave Korn wrote: > On 11 May 2006 16:11, Igor Peshansky wrote: > > > On Thu, 11 May 2006, Dave Korn wrote: > > > >> On 11 May 2006 16:00, Igor Peshansky wrote: > >> > >>> On Thu, 11 May 2006, Dave Korn wrote: > >> > >>>> Cygwin's file handling relies on the underlying facilities of the > >>>> Windows O/S, for the most part. > >>> > >>> Yes, and that leads to some funny behavior -- see below. > >> > >>> Interestingly enough: > >>> > >>> $ echo "BLAH" > a:b > >>> bash: a:b: No such file or directory > >> > >> Perhaps you forgot to put a floppy in the drive? > > > > Gee, you think so? :-) > > Hmmm... let's try.... > > dk AT rainbow /test/ads> echo "blah" > a:b > bash: a:b: No medium found > dk AT rainbow /test/ads> > > OK, I think I get it now. Let me re-word my observation: > > >> Perhaps you forgot to put the floppy drive in? Yep, yep. But I knew exactly what the issue was -- just trying to make the comment below (first sentence). > > The point I was making was that Windows isn't consistent about treating > > filenames as streams vs. disk references, due to the reuse of the ':' > > character. I'm guessing it would be possible to add streams to a file > > called 'a', but not through the interfaces used by Cygwin. > > Gee, you think not? :-) > > dk AT rainbow /test/ads> echo "blah" > ./a:b > dk AT rainbow /test/ads> ls -la a > -rw-r--r-- 1 dk Domain Users 0 May 11 16:16 a > dk AT rainbow /test/ads> ...as I found out after about 15 seconds after hitting "Send", by reading the main NTFS streams entry on MSDN. It's amasing what a little RTFM *before sending the message* can do... :-) Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu | igor AT watson DOT ibm DOT com ZZZzz /,`.-'`' -. ;-;;,_ Igor Peshansky, Ph.D. (name changed!) |,4- ) )-,_. ,\ ( `'-' old name: Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte." "But no -- you are no fool; you call yourself a fool, there's proof enough in that!" -- Rostand, "Cyrano de Bergerac" -- 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/