Skip to content

Instantly share code, notes, and snippets.

@yhtgrace
Last active March 23, 2017 19:38
Show Gist options
  • Save yhtgrace/b20cacb93cc84dbe76b492a0fb52bd82 to your computer and use it in GitHub Desktop.
Save yhtgrace/b20cacb93cc84dbe76b492a0fb52bd82 to your computer and use it in GitHub Desktop.

So while attempting bootcamp, my computer crashed and created a ghost partition that refused to be fixed by Disk Utility. Specifically, while attempting to fix the problem, I kept running into

The provided Core Storage logical volume has an incorrect size; you should run whole-disk repair

particularly when trying to use Disk Utility to delete the new free space partition that had popped up, even in recovery mode. However, running*

diskutil repairDisk disk0

and then going through Disk Utility to delete the free space partition re-absorbed it into Macintosh HD. Yay?

*doing a backup before this would probably have been wise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment