Created
January 9, 2013 22:47
-
-
Save developish/4497717 to your computer and use it in GitHub Desktop.
How to destructively remove unnecessary "Boot OS X" record from a drive by completely reformatting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# where /dev/disk3 is the disk you want to reset | |
# GPT is the GUID partition table | |
# HFS+ is the Apple HFS format | |
diskutil partitionDisk /dev/disk3 GPT HFS+ newDiskName 100% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment