Skip to content

Instantly share code, notes, and snippets.

@nachoaguirre
Last active November 3, 2019 21:32
Show Gist options
  • Save nachoaguirre/6617168a767e90f85d1cd72ee76fc5f6 to your computer and use it in GitHub Desktop.
Save nachoaguirre/6617168a767e90f85d1cd72ee76fc5f6 to your computer and use it in GitHub Desktop.
Reparar discos MacOS. Error -96760. No se pudo escribir en el último bloque del dispositivo.txt
diskutil eraseDisk JHFS+ nombre /dev/disk#
Started erase on disk#
Unmounting disk
Error: -69760: Unable to write to the last block of the device
->
fdisk -i /dev/disk#
diskutil umountDisk /dev/disk#
dd bs=64k if=/dev/zero of=/dev/disk#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment