Skip to main content

All Questions

Tagged with
0 votes
2 answers
264 views

How can I create a scenario to test zerofree?

What I am doing I am studying the filesystem image sparse tool: zerofree. I imagine the steps to create the scenario should be that: create a file system image. use some way to fill it. clear it, but ...
metaphor's user avatar
0 votes
1 answer
189 views

Is it safe to interrupt when "fallocate --dig-holes" is running?

I use fallocate --dig-holes on very large disk images to make it sparse in-place. I'm worried that this operation may not be atomic. My questions are, Is my data guaranteed to be safe (holes are ...
zzh1996's user avatar
  • 123
1 vote
1 answer
1k views

NTFS support on Linux, dealing with large sparse files, impact on performance

Background : I attempted to recover data from a failing HDD using ddrescue on a recent Knoppix environment. At first I stored the output to a NTFS partition, but at some point the copying rate ...
GabrielB's user avatar
  • 855