Skip to content

Instantly share code, notes, and snippets.

@opshope
Created November 2, 2015 18:20
Show Gist options
  • Save opshope/ff31307c897e934d0e3b to your computer and use it in GitHub Desktop.
Save opshope/ff31307c897e934d0e3b to your computer and use it in GitHub Desktop.
Faronics DeepFreeze CoreStorage Fix
disk="$(diskutil cs list | grep -i revert -B4 | grep -i disk | awk '{print $2}')"
diskutil cs revert /dev/"$disk" && reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment