Are you looking to wipe a drive that currently has your on it, or is it an external/secondary drive?
Select and, crucially, choose "Data erasure: ON" in the change settings menu. This takes longer but performs a more thorough overwrite. Why not use DBAN? wipe nvme
Use the following command to securely erase all data: sudo nvme format /dev/nvmeXn1 --ses=1 (Note: --ses=1 invokes a secure erase, whereas --ses=2 invokes a cryptographic erase if supported). Summary of Best Practices Recommended Method Selling/Disposing Drive Sanitize Command or Cryptographic Erase Repurposing/Reinstalling OS Format NVM (Standard) Enterprise/Sensitive Data Cryptographic Erase Are you looking to wipe a drive that
Most motherboard BIOS/UEFI menus (especially from ASUS, MSI, or Gigabyte) have a tool built-in called "Secure Erase" or "NVMe Sanitizer." This is the cleanest method because it runs outside of your operating system. 2. Manufacturer Utilities Why not use DBAN
This method uses the SSD controller's internal algorithm to erase all user data, complying with the NVM Express Base Specification.