delorie.com/archives/browse.cgi | search |
Message-Id: | <200406260950.i5Q9oNtH020783@delorie.com> |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
From: | "GARY VANSICKLE" <g DOT r DOT vansickle AT worldnet DOT att DOT net> |
To: | <cygwin AT cygwin DOT com> |
Subject: | RE: higher-level IO very slow with cygwin1.dll 5.10 (due to set_flags?) |
Date: | Sat, 26 Jun 2004 04:49:33 -0500 |
MIME-Version: | 1.0 |
In-Reply-To: | <opr96vbqwilh6y6a@localhost> |
X-IsSubscribed: | yes |
> > Possibly I should add that I am comparing the behavior of > version 1.5.10 to a much older version that I was using > before. It wasn't by chance... oh... say... B20? ;-) > So whatever is causing this odd behavior on my system > may not be a feature that was new to version 1.5.10. I am > thinking somehow that it might in fact have something to do > with how mounts are handled differently in more recent > versions. Previously I did not have to mount any directories, Yikes. I can't recall a time when you didn't have to mount directories, and I've been round these parts forever. That must be some *old* Cygwin! > now though I am having trouble finding any set of mount > commands that will allow me to open files in text mode by > default, which was how the earlier version of cygwin I had > worked. Nor does setting the CYGWIN environment variable to > nobinmode seem to have any effect. Don't worry about the CYGWIN var anymore, it's all mounts these days. "mount --help" and "umount --help" is what you want. Set up your mount table like this: C:\unix\bin on /usr/bin type system (textmode) C:\unix\lib on /usr/lib type system (textmode) C:\unix on / type system (textmode) c: on /cygdrive/c type user (textmode,noumount) d: on /cygdrive/d type user (textmode,noumount) e: on /cygdrive/e type user (textmode,noumount) And you're all set. You have to umount before mounting if any of the directories are already mounted unfortunately (last I checked anyway). -- Gary R. Van Sickle > > > -- > 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/ > -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |