Last active
October 22, 2016 13:49
-
-
Save anddam/24f3808253c387fac8ea6e8727b6db34 to your computer and use it in GitHub Desktop.
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
me@bibook ~> diskutil eraseVolume fat32 NO\ NAME disk2s1 | |
Started erase on disk2s1 NO NAME | |
Unmounting disk | |
Erasing | |
Error: -69877: Couldn't open device | |
me@bibook ~> man diskutil | |
me@bibook ~> sudo diskutil eraseVolume fat32 NO\ NAME disk2s1 | |
Started erase on disk2s1 NO NAME | |
Unmounting disk | |
Erasing | |
Error: -69877: Couldn't open device |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment