On Feb 1 06:48, Eric Blake wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > This question came up on the coreutils list: > > Does cygwin provide any support for sparse files on NTFS volumes that > support it? lseek() could be patched to use FSCTL_SET_ZERO_DATA when a > seek jumps past the end of a file open for writing, but there is still the > issue of when that file is given the FSCTL_SET_SPARSE attribute.
lseek already creates sparse files automatically in a write after lseek, if the lseek seeked more than 128K beyond EOF. 128K is the value which has been found to be the smallest sparse block size at which making the file sparse makes a difference on XP. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader mailto:cygwin@cygwin.com Red Hat, Inc. -- 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/