You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
sparse file
About this tag
Sparse files are a file system feature that allows large files to be stored efficiently by only allocating disk space for data that is actually written, leaving empty space unallocated. On Windows, sparse files are commonly used in scenarios like virtual machine disk images and database files. A known issue in Windows 7 and Windows Server 2008 R2 involved data corruption when a sparse file underwent random write stress. This was addressed by a hotfix from Microsoft (KB2708811). Understanding sparse file behavior is important for system administrators and developers working with storage-intensive applications to avoid data integrity problems.
After some investigations I found out that some (many > 100) files of my hard disc are "sparse" files.
These sparse files are mostly *.pdf and *.avi files.
From what I know so far sparse files are files which occupy not their full official size on the hard disc.
I don't know why e.g. the...