Skip to content

Instantly share code, notes, and snippets.

@oliveira-andre
Created April 21, 2021 23:20
Show Gist options
  • Select an option

  • Save oliveira-andre/dd0829468eca19292883cf88fa5516ab to your computer and use it in GitHub Desktop.

Select an option

Save oliveira-andre/dd0829468eca19292883cf88fa5516ab to your computer and use it in GitHub Desktop.

Formating disk

MacOS

first list your disks

diskutil list

format the partition that you want folowing this layout

sudo diskutil eraseDisk [FORMAT] [VOLUME-NAME] [USB-LOCATION-AND-NAME]

example

sudo diskutil eraseDisk exFAT  untitled /dev/disk2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment