Skip to content

Instantly share code, notes, and snippets.

@rtrouton
Created December 31, 2017 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtrouton/f5b383f718ba427bb18f49a990fabf5d to your computer and use it in GitHub Desktop.
Save rtrouton/f5b383f718ba427bb18f49a990fabf5d to your computer and use it in GitHub Desktop.
diskutil apfs decryptVolume manpage section
decryptVolume volumeDevice [-user disk | existingCryptoUserUUID] [-passphrase existingPassphrase | -stdinpassphrase]
Start "background" decryption of a currently-encrypted APFS Volume.
The APFS Volume must be unlocked before beginning this operation.
In most cases, you will have to specify some (any) existing cryptographic user and passphrase on the APFS
Volume. If you do not supply a user, the "Disk User" is assumed. If you do not supply a passphrase yet one
is required, you will be prompted interactively.
Ownership of the affected disks is required.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment