Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-Id: <6.1.2.0.0.20040831193832.01cc4f70@172.16.0.2> X-Sender: arnaud DOT mouiche AT 172 DOT 16 DOT 0 DOT 2 Date: Tue, 31 Aug 2004 19:38:51 +0200 To: cygwin AT cygwin DOT com From: Arnaud Mouiche Subject: c:/ seems to be accessed in binary even if cygwin is configured as textmode by default Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-IsSubscribed: yes Hi. just make a fresh update (from a long time). I mount my system in textmode by default. yet, c:/file seems to be accessed in binary mode /cygdrive/c/file is accessed in text mode Is it the new default behaviour ? Is there a configuration that I missed ? thanks Arnaud .... here a simple proof $ cygcheck -c | grep cygwin cygwin 1.5.10-3 OK cygwin-doc 1.3-7 OK $ mount C:\cygwin\bin on /usr/bin type system (textmode) C:\cygwin\lib on /usr/lib type system (textmode) C:\cygwin on / type system (textmode) c: on /cygdrive/c type user (textmode,noumount) d: on /cygdrive/d type user (textmode,noumount) w: on /cygdrive/w type user (textmode,noumount) $ echo a > /cygdrive/c/a $ echo a > /cygdrive/c/b and $ diff /cygdrive/c/a c:/b 1c1 < a --- > a another one: $ echo a > c:/a $ echo a > /cygdrive/c/b $ ls -l c:/a c:/b -rw-rw-rw- 1 arnaud Aucun 2 Aug 31 19:29 c:/a -rw-rw-rw- 1 arnaud Aucun 3 Aug 31 19:29 c:/b (size differs) -- 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/