Apple removed the 'Security Options' button from Disk Utility in macOS Sequoia/Tahoe, making it impossible to perform a secure erase of spinning hard drives through the GUI. The workaround is to use the Terminal command `diskutil secureErase` with an integer option (0–4) specifying the erase method, ranging from a single zero-fill pass to a 35-pass Gutmann algorithm. The post walks through identifying the correct disk with `diskutil list` and running the secure erase command, with a note that multi-pass erases can take an extremely long time on large or older drives.
Sort: