Skip to content

Instantly share code, notes, and snippets.

@sdeluce
Last active May 16, 2017 16:31
Show Gist options
  • Save sdeluce/53a62df47d1e940c63afb471795d61e9 to your computer and use it in GitHub Desktop.
Save sdeluce/53a62df47d1e940c63afb471795d61e9 to your computer and use it in GitHub Desktop.
# pour connaitre le numero du peripherique a formater
diskutil list
# remplacer X par la valeur trouvee au dessu
sudo diskutil eraseDisk FAT32 NAME MBRFormat /dev/diskX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment