What is sparse file?
Answer / 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 |
how we can make 3d venturing graphics on outer interface
What is the difference between c and python?
Write a program for finding factorial of a number.
What are the properties of union in c?
write a program for fibonaci series by using while loop in c?
What is main () in c?
In C programming, what command or code can be used to determine if a number of odd or even?
Is struct oop?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
How can I access an I o board directly?
Give a fast way to multiply a number by 7
15 Answers Accenture, Aricent, Microsoft,
What does the c preprocessor do?