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
Message-ID: <3870DBB3.EE8984A7@vinschen.de>
Date: Mon, 03 Jan 2000 18:26:11 +0100
From: Corinna Vinschen <corinna@vinschen.de>
X-Mailer: Mozilla 4.7 [en] (WinNT; I)
X-Accept-Language: de,en
MIME-Version: 1.0
To: "Chilleck, Joachim" <J.Chilleck@hzd.hessen.de>
CC: cygwin@sourceware.cygnus.com
Subject: Re: Cygwin size-limitations
References: <91AD4D8576DBD211B4340800060D955F10CB9F@sv-berta.hzd.hessen.de>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

"Chilleck, Joachim" wrote:
> running Cygwin32 B19 under Windows NT 4.0 SP4.
> I have problems with (dump-)files > 4GB and Cygwin while NT seems to have no
> problems with this files.
> example:
> "ls -l" shows the following resulut (instead of real size 4.302.350.336):
> -rw-r--r--   1 544      everyone 7383040 Dec 28 00:22

The size limit is regarding to the fact that size and positional
calculations are based on 32bit ints. You should be able to read
such files in sequential order and seek to any position < 2^32.
If this is not enough you will have to use Win32-API calls for now.

Regards,
Corinna

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

