Open GoogleCodeExporter opened 8 years ago
The only POSIX way I can think of to do that is to first read the file as
though it were not sparse and map out all the blocks that read as zero, then
skip the zero blocks in subsequent passes? It'd have to be a new option,
disabled by default.
There's no way to differentiate between unused areas of the file and content
consisting of zeros, so enabling this would be too relaxed for compliance with
the letter of the various overwrite "standards".
Maybe I'm missing a better way to do this?
Original comment by garlick....@gmail.com
on 19 Jan 2012 at 4:25
Original issue reported on code.google.com by
jacob.r....@gmail.com
on 19 Jan 2012 at 4:03