Top "Sparse-file" questions

A sparse file is a file where only the non-zero data are stored in data blocks and all zero-data are generated by the filesystem when the file is read.

Copying a 1TB sparse file

I got a sparse file of 1TB which stores actually 32MB data on Linux. Is it possible to "efficiently" make …

linux file sparse-file
What is a sparse file and why do we need it?

What is a sparse file and why do we need it? The only thing that I am able to get …

file filesystems system disk sparse-file