Last active
May 16, 2017 16:31
-
-
Save sdeluce/53a62df47d1e940c63afb471795d61e9 to your computer and use it in GitHub Desktop.
This file contains 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
# 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