|
|
|
|
|
by IAmLiterallyAB
139 days ago
|
|
To maximize device performance when wiping a drive to use for something else, I use nvme format with --ses=1. Which in theory should free all of the blocks on the flash. Really hard to find good documentation on this stuff. Doesn't help that 95% of internet articles just say "overwrite with zeroes" which is useless advice |
|
[edit] sanitize runs on the controller level while format works on the namespace level. So I suppose formatting won't touch any pages not allocated to a namespace.
I wish there was _any_ way to find out which NVME controllers supported which operation before you buy them!