Hacker News new | ask | show | jobs
by awda 4384 days ago
The bad part is bs=1024. That block size will make it take longer.

Often, a sparse file doesn't really emulate a real file well, and you do want a big file full of zeroes...

1 comments

Not on a copy on write file system.
What does CoW have to do with anything?