Skip to content

Instantly share code, notes, and snippets.

@sibsfinx
Last active February 12, 2018 00:54
Show Gist options
  • Save sibsfinx/40d51105a6ade4aaec490eac43a2a5af to your computer and use it in GitHub Desktop.
Save sibsfinx/40d51105a6ade4aaec490eac43a2a5af to your computer and use it in GitHub Desktop.
Prepare external drive on mac fucking OS
# list disks:
diskutil list
# use disk name from the listed isntead of disk3
# unmount your external drive:
diskutil unmountDisk force disk3
# format in HFS with the name you want:
diskutil partitionDisk disk3 GPT JHFS+ "Drive Name" 0g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment