Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 does typeof return in c?

1163


Can you think of a logic behind the game minesweeper.

2524


Can you add pointers together? Why would you?

1187


What do you know about the use of bit field?

1101


What extern c means?

1065


Can the sizeof operator be used to tell the size of an array passed to a function?

1180


Calculate 1*2*3*____*n using recursive function??

2102


What will be your course of action for a push operation?

1157


Why is sprintf unsafe?

1132


What are the two types of functions in c?

1060


What the different types of arrays in c?

1128


Tell me when is a void pointer used?

1243


How do you use a pointer to a function?

1151


How do I round numbers?

1057


What are the different file extensions involved when programming in C?

1347