|
From: Hardy G. <nt...@ma...> - 2005-02-12 10:20:42
|
Hans-Bernhard Broeker wrote: : > That most certainly is exactly the problem. Yes, the actual files must > be compatible with cygwin's "mount" option for the volume the files are > on (unless that mount option is "auto", in which case it shouldn't > matter). A text-mode mount will work with whatever files, but a > bin-mode mount won't work with CRLF-style text files. Unfortunately there is no "auto" option for cygwins mount. What I've understood so far is, that it is safer to mount with text. Is this right? What will happen if actually binary files are opened for reading? Will a \r\n sequence cut down to \n or how is the mode then detected? Seems to me that this is more a cygwin issue... Hardy |