How-to Zero out Disk

Mac OS repairs  > Uncategorized >  How-to Zero out Disk
0 Comments

• Run Disk Utility command to list drives
diskutil list
• Find the disk to be erased usually you will see something like below:
/dev/disk2 (external, physical)
• Once identified which disk to erase i.e. /dev/disk2 then need to issue wipe command below:
diskutil zeroDisk /dev/disk2