Created
February 13, 2020 09:02
-
-
Save henri/d1dfce29591d9f575f98b51e04a05f24 to your computer and use it in GitHub Desktop.
macOS corestorage encryption notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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