Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
From: Chris Faylor <cgf@cygnus.com>
Date: Thu, 8 Jun 2000 16:11:27 -0400
To: cygwin@sourceware.cygnus.com
Subject: Re: New version of setup.exe with fixes for i686-pc-cygwin/* problem
Message-ID: <20000608161127.A1172@cygnus.com>
Reply-To: cygwin@sourceware.cygnus.com
Mail-Followup-To: cygwin@sourceware.cygnus.com
References: <20000608173106.5178.qmail@web125.yahoomail.com> <200006082003.VAA31342@murgh.cygnus.co.uk>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2i
In-Reply-To: <200006082003.VAA31342@murgh.cygnus.co.uk>; from jlarmour@redhat.co.uk on Thu, Jun 08, 2000 at 09:03:22PM +0100

On Thu, Jun 08, 2000 at 09:03:22PM +0100, Jonathan Larmour wrote:
>In article <20000608173106.5178.qmail@web125.yahoomail.com> you write:
>>
>>You need to decide, binmode or textmode.  Operating in both is a major cause
>>for a major headache.
>
>Isn't the point that it depends on the data at that mount point? In the case
>of Windows-y areas, text mode is exactly correct.
>
>Plus textmode is still the default for mount.

Yup.  Good points.

If you know what you're doing, there is no reason not to mix.  I think that
the default "root" mounts like /bin, /lib, and /usr should be binary.  Everything
else can be whatever makes sense.

The problem is that many people use an "identity mount" where c:\ == /.  The
current version of setup.exe mounts root as binary, similarly to the Cygwin CD.

This causes problems who have something like a 'c:\src' directory since it will
automatically be considered to be binmode by default.

DJ has suggested that a future version of cygwin should default to "read text,
write binary".  I think we'll probably be moving to that model sometime soon.

This will essentially provide a third mount option, like "-a".

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

