Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save elliotberry/c5a96de8a58c4b57de8151b674a85350 to your computer and use it in GitHub Desktop.

Select an option

Save elliotberry/c5a96de8a58c4b57de8151b674a85350 to your computer and use it in GitHub Desktop.
Short story how "reliable" APFS is…
catie:/Projects/small (master) ✓ ⇢ sudo diskutil mount -mountPoint /usr/local /dev/disk1s9
Volume on disk1s9 failed to mount
Perhaps the operation is not allowed by the invoking user (kDAReturnNotPrivileged)
This appears to be an APFS Volume; note that locked APFS volumes
will not mount unless unlocked (e.g. "diskutil apfs unlockVolume")
catie:/Projects/small (master) ✓ ⇢ sudo diskutil apfs unlockVolume Local
Passphrase:
Unlocking any cryptographic user on APFS Volume disk1s9
Error unlocking APFS Volume: The given APFS Volume is not encrypted (-69593)
catie:/Projects/small (master) ✓ ⇢ sudo diskutil mount -mountPoint /usr/local /dev/disk1s9
Volume on disk1s9 failed to mount
Perhaps the operation is not allowed by the invoking user (kDAReturnNotPrivileged)
This appears to be an APFS Volume; note that locked APFS volumes
will not mount unless unlocked (e.g. "diskutil apfs unlockVolume")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment