When I double click a dmg file it's mounted (or so I assume) in the filesystem. I want to explore the dmg file in the terminal for hidden files (like the background for example), but I'm not sure where it's mounted - I checked /media and /mnt, but it's not there.
Tell me more
×
Ask Different is a question and answer site for
power users of Apple hardware and software. It's 100% free, no registration required.
|
All volumes, including DMGs, are mounted in You can get a list of mounted volumes by typing You can navigate to a Disk Image using |
|||||||||
|

mountin the terminal to see all mounted "volumes" – user606723 Dec 30 '11 at 20:28mount. It shows the volumes that are mounted, their mount points, how they're formatted, etc. – Nathan Greenstein♦ Dec 31 '11 at 22:00