Note: You are currently viewing my old web site. There is a new version with most of this content at OJB.NZ.
The new site is being updated, uses modern techniques, has higher quality media, and has a mobile-friendly version.
This old site will stay on-line for a while, but maybe not indefinitely. Please update your bookmarks. Thanks.


[Index] [Menu] [Up] Title[Header]
Tips

(Up to OJB's Mac Tips List Page)


Secure Erase Options

To secure erase when that option isn't available in Disk Utility.
For example, for SSDs.
Boot from another disk or recovery mode.
Erase the disk encrypted, with a complex key.
Fill the disk with zeros.
Erase it again, without encryption or with a different key.

Options to fill with zeros

If it is available, use mkfile, otherwise use dd...

mkfile SIZE FILE
Example: mkfile 200G File1
dd if=/dev/zero of=FILE bs=BLOCKSIZE count=BLOCKS
Example: dd if=/dev/zero of=File1 bs=1024 count=1000000


[Up]

[Contact][Server Blog][AntiMS Apple][Served on Mac]