Skip to content

Instantly share code, notes, and snippets.

@henri
Created February 13, 2020 09:02
Show Gist options
  • Save henri/d1dfce29591d9f575f98b51e04a05f24 to your computer and use it in GitHub Desktop.
Save henri/d1dfce29591d9f575f98b51e04a05f24 to your computer and use it in GitHub Desktop.
macOS corestorage encryption notes
# hfs+ conversion notes
# 1. df -h (find the disk partition information
# 2. diskutil cs convert <disk0s2> -passphrase <my_super_secret_passphrase>
# 3. diskutil cs list | grep -i progress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment