Skip to content

Instantly share code, notes, and snippets.

@lgw4
Created July 27, 2018 23:24
Show Gist options
  • Select an option

  • Save lgw4/b03e99dce2d65934935e38eaa6e58143 to your computer and use it in GitHub Desktop.

Select an option

Save lgw4/b03e99dce2d65934935e38eaa6e58143 to your computer and use it in GitHub Desktop.
macOS: Create encrypted APFS sparsebundle
hdiutil create "${VOLUME_NAME}.sparsebundle" -size "${SIZE}"G -fs APFS -type SPARSEBUNDLE -encryption AES-256 -volname "${VOLUME_NAME}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment