Sparse file

From Wikipedia, the free encyclopedia

In computer science, a sparse file is a type of computer file that attempts to use file system space more efficiently. When space has been allocated to a file but not actually filled with data it is not written to the file system. Instead information on these "empty" regions is stored until they are filled with data.

File systems supporting sparse files include: NTFS, ext2, ext3, XFS, JFS, ReiserFS, Reiser4, UFS

[edit] See also

[edit] References

[edit] External links


In other languages