Skip to content

Instantly share code, notes, and snippets.

@dmilith
Created December 24, 2019 11:29
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 dmilith/365fad2ffa2891f3c25bfffb2ce5c02b to your computer and use it in GitHub Desktop.
Save dmilith/365fad2ffa2891f3c25bfffb2ce5c02b 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")
@Kelmas
Copy link

Kelmas commented Sep 17, 2020

Any solutions ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment