Comment by p1mrx
7 hours 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.
7 hours 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.
Cause making new random was taking too much time.