This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: SPARSE files considered harmful - please revert


> Um? By my understanding, making a file sparse can never be dangerous. It
can
> cause sub-optimal performance, but code reading the file doesn't have to
be
> aware of anything special - the OS takes care of it.

I remember there use to be a warning the man page that file system holes can
cause seek offsets to be wrong for programs that do seek's across or into
hole boundries.  The original Linux code only handled when code was loaded
as a result of an mmap which happens for exec's and dlopen.  It could be by
now these restrictions have been eliminated.  I notice the latest GNU cp
info page lists sparse files a filesystem capacity not a kernel capability,
and the logic for --sparse=auto simply copies a file as-is, nothing smart
like checking for the execution bit.

I looked through the NTFS document on MSDN.  It seems at least for NTFS
there is no restriction on what types of files can be sparse.  Of course, if
you make files sparse that are going to be accessed with RW operations, you
are going to fragment the file.

                                            Bill





--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]