Forked from dmilith/gist:365fad2ffa2891f3c25bfffb2ce5c02b
Created
August 28, 2025 07:23
-
-
Save elliotberry/c5a96de8a58c4b57de8151b674a85350 to your computer and use it in GitHub Desktop.
Short story how "reliable" APFS is…
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
| 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