Skip to content

Commit

Permalink
Update README about 7-Pass Erase using a fixed pattern.
Browse files Browse the repository at this point in the history
  • Loading branch information
rentzsch committed Nov 16, 2011
1 parent 9a0ee15 commit d943a33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Some SSD's de-duplicate stored blocks. For these "filling" it with zeros if actu

`stressdrive` only overwrites the drive with data once (so it's 7x faster) and then verifies all the data is correctly read back (which Disk Utility doesn't do at all).

Jens Ayton [informs me](https://twitter.com/ahruman/status/136930141568905217) 7-Pass Erase uses fixed patterns, so de-duping may be an issue there as well.

### "Pshaw! I could do this with `dd`, `/dev/random` and `shasum`!"

Indeed you could. I prefer a minimal focused tool whose operation is fixed, its source simple+readable and offers good built-in progress reporting.
Expand Down

0 comments on commit d943a33

Please sign in to comment.