delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
Message-ID: | <3870DBB3.EE8984A7@vinschen.de> |
Date: | Mon, 03 Jan 2000 18:26:11 +0100 |
From: | Corinna Vinschen <corinna AT vinschen DOT de> |
X-Mailer: | Mozilla 4.7 [en] (WinNT; I) |
X-Accept-Language: | de,en |
MIME-Version: | 1.0 |
To: | "Chilleck, Joachim" <J DOT Chilleck AT hzd DOT hessen DOT de> |
CC: | cygwin AT sourceware DOT cygnus DOT com |
Subject: | Re: Cygwin size-limitations |
References: | <91AD4D8576DBD211B4340800060D955F10CB9F AT sv-berta DOT hzd DOT hessen DOT de> |
"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 AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |