What is sparse file?

Answer Posted / vivek

A sparse file is a type of computer file that attempts to
use file system space more efficiently when the file itself
is mostly empty. This is achieved by not writing data to
disk when it has been allocated but not actually filled
with data. Instead, brief information about these empty
regions is stored, which takes up much less disk space.
These regions are only written to disk at their actual size
when data is written to them; the file system transparently
converts empty sections into blocks filled with zero bytes
when read at runtime. Most modern file systems support
sparse files, including most Unix variants and NTFS. Sparse
files are commonly used for disk images, database
snapshots, log files and in scientific applications.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

1259


What language is c written?

577


Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..

646


What is character constants?

714


What is %lu in c?

685






what type of questions arrive in interview over c programming?

1557


How can I find out how much free space is available on disk?

629


what is uses of .net

1275


int i=10; printf("%d %d %d", i, i=20, i);

1013


Is it possible to pass an entire structure to functions?

557


What does c mean?

588


Explain the use of fflush() function?

626


What are the 5 organizational structures?

569


How important is structure in life?

590


What are header files and what are its uses in C programming?

634