Unable to mount images unless using sudo hdiutil mount from command line
I had some old sparse bundles that I was unable to mount. Double-clicking in Finder, prompt for password, and a message pop up with a yellow exclamation and saying
"The disk image couldn't be opened - Failed to mount filesystems".
Thinking it was corrupt, I tried to go thru repair steps. Turns out ALL my old sparse bundles had the same problem. I then tried to mount a 3rd party DMG file and it mounted correctly to install software. I've been mount 3rd party DMG's fine, it's just the images I create / or created that have issues.
I then tried to create a new non-password sparsebundle, asif, and regular dmg from diskutil, and all three show the same problem. Just empty APFS formatted images, with nothing in them.
After more troubleshooting, it looks like from the command line, I am NOT able to run:
$ hdiutil mount /path/to/Untitled.dmg
hdiutil: mount failed - no mountable file systems
But when I try this:
$ sudo hdiutil mount /path/to/Untitled.dmg
Password:
/dev/disk4 GUID_partition_scheme
/dev/disk4s1 Apple_APFS
/dev/disk5 EF57347C-0000-11AA-AA11-0030654
/dev/disk5s1 41504653-0000-11AA-AA11-0030654 /Volumes/Untitled
Everything works as expected.
So obviously permissions are messed up somewhere if root can do it but the default login (who is an administrator) is unable. I don't believe it's Tahoe related, but yes - on Tahoe 26.0.1
I have hdiutil mount -debug output for the sudo (worked) and regular user; but not sure how to attach here.
From the debug log towards the end:
2025-10-04 21:25:06.300 diskimages-helper[5294:294306] _postflightMountPointsAfterDAMount: disk5 aborting because no mount point found.
2025-10-04 21:25:06.300 diskimages-helper[5294:294306] _postflightMountPointsAfterDAMount: returned 113
Any thoughts or trouble shooting tips?
Mac Studio, macOS 26.0