Skip to content
Snippets Groups Projects
Verified Commit 792c4787 authored by anarcat's avatar anarcat
Browse files

do not verify SSD wipes

That doesn't change anything from non-SSD wipes and just takes more
time for no reason.
parent b1992972
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ WARNING: this procedure doesn't cover the case where the disk is an
SSD. See [this paper][] for details on how classic data scrubbing
software might not work for SSDs. For now we use this:
nwipe --autonuke --method=random --rounds=2 /dev/nvme1n1
nwipe --autonuke --method=random --rounds=2 --verify=off /dev/nvme1n1
When you return:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment