Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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 X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: de,en MIME-Version: 1.0 To: "Chilleck, Joachim" CC: cygwin AT sourceware DOT cygnus DOT com Subject: Re: Cygwin size-limitations References: <91AD4D8576DBD211B4340800060D955F10CB9F AT sv-berta DOT hzd DOT hessen DOT 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 AT sourceware DOT cygnus DOT com