views:

23

answers:

0

Hi,

I would like to read the whatever metadata there might be in a DMG file. I don't need to actually install it, I just want to read any metadata (commentary, timestamp, manifest, whatever) there might be. I'm working on a Linux system, and I do not have superuser privileges.

I have read that it's possible to read a DMG file by mounting it as a loopback filesystem. Is there a way to do that as an unprivileged user?

Thanks for your help, I appreciate it.