Y
Hacker News
new
|
ask
|
show
|
jobs
by
edoceo
224 days ago
I make a random 1MB chunk, then write that all over the drive, at overlapping offsets. I've been told that really clears it. On IDE-spinning-rust disks I trusted it, not sure if I should trust these modern SSD
1 comments
p1mrx
224 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.
link
edoceo
224 days ago
Cause making new random was taking too much time.
link
throwawaymobule
222 days ago
Pretty sure most modern computers can generate random data faster than they can write to a disc.
link
Redundant data at least opens the possibility that the drive could deduplicate.