Cygwin size-limitations

Corinna Vinschen corinna@vinschen.de
Mon Jan 3 09:28:00 GMT 2000


"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



More information about the Cygwin mailing list