Hacker News new | ask | show | jobs
by p1mrx 211 days ago
Why rewrite the same 1MB chunk, instead of making new random chunks?

Redundant data at least opens the possibility that the drive could deduplicate.

1 comments

Cause making new random was taking too much time.
Pretty sure most modern computers can generate random data faster than they can write to a disc.