mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 15:27:17 +00:00
Fixes the Command for macOS drive recovery
Changes the documentation to update the disktutil command which didn't fix my case, cause the boot partition was broken. This way it rewrites the drive into a FAT32 partition editable in Unix/Windows. Changelog-entry: docs: Update macOS drive recovery command Change-type: patch
This commit is contained in:
parent
82a3c37c16
commit
52cf6375eb
@ -166,7 +166,7 @@ Run the following command in `Terminal.app`, replacing `N` by the corresponding
|
||||
disk number, which you can find by running `diskutil list`:
|
||||
|
||||
```sh
|
||||
diskutil eraseDisk free UNTITLED /dev/diskN
|
||||
diskutil eraseDisk FAT32 UNTITLED MBRFormat /dev/diskN
|
||||
```
|
||||
|
||||
### GNU/Linux
|
||||
|
Loading…
x
Reference in New Issue
Block a user