Hacker News new | ask | show | jobs
by pastage 2961 days ago
It's called sparse files, it's files with holes in them where no data is written to disk. You can have terabytes of files on small disks as long as they contain a high % of bocks of only zeros.
1 comments

Can't believe I've gone so long without knowing about sparse files.