Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

a) via Graphical User Interface

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

b) via Command Line

  1. Restart computer and hold down ''Command + R" to open up Recovery Disk Mode
  2. Select the Recovery Disk
  3. Access Terminal through: Utilities > Terminal
  4. To see a list of disks, issue the following command within Terminal:

    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:

    sudo diskutil zeroDisk /dev/disk4
    sudo diskutil randomDisk /dev/disk3
    
    

c) via Target Disk Mode

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




  • No labels