Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

a) via Graphical User Interface

  1. Insert bootable external drive
  2. Restart computer and hold Power on by holding down 'Option' key to open up Recovery Command + R" keys to boot into Recovery Disk Mode
  3. Select the inserted bootable external driveRecovery Disk.
  4. Select 'Disk Utility' from the macOS Utilities page
  5. Select the desired internal drive and select Erase
  6. Select 'Security Options' and drag the slider to the third option or 'Most Secure' to ensure that the drive is completely secured.
  7. Click Confirm and begin the wiping process. (Note: This process may take hours to complete.)

b) via Command Line

...

  1. Power on by holding down 'Option' key to open up Recovery Command + R" keys to boot into Recovery Disk Mode
  2. Select the inserted bootable external driveSelect Terminal from the 'Utilities' tab within macOS UtilitiesRecovery Disk
  3. Access Terminal through: Utilities > Terminal
  4. To see a list of disks, issue the following command within Terminal:

    Code Block
    diskutil list

    Use this list to determine the desired drive to wipe.

  5. Issue the following commands within terminal:

    Use zeroDisk if zeroing out the disk for reuse.  Use randomDisk if sending it out for surplusing
    Make sure to issue the correct disk when wiping! Any errors will result in lost data!

    Example:

    Code Block
    sudo diskutil zeroDisk /dev/disk4
    sudo diskutil randomDisk /dev/disk3
    Use zeroDisk if zeroing out the disk for reuse.  Use randomDisk if sending it out for surplusing
    Make sure to issue the correct disk when wiping! Any errors will
    
    
    


c) via Target Disk Mode

Note: This method requires the use of two working Macs.

  1. Connect the two Macs through a firewire or thunderbolt cable.
  2. From the device you are trying to wipe, access Target Disk Mode through: Applications > System Preferences > Startup Disk
    Image Added

  3. Unlock the lock (Administrator password required) to make changes.
    Image Added

  4. Select Target Disk Mode and restart your computer.
  5. From your second computer, access the Disk Recovery Mode and follow the procedures from Part A or B to wipe the connected computer.
    Note: Make sure to select the correct hard drive in which you want to erase! Selecting the wrong drive can result in lost data!