You are currently browsing the archives for the "dmg" tag.

Eject a stubborn .dmg
Sunday December 30th 2007, 1:12 pm
By dave kellam
Tags: dmg, terminal

I’ve run into the odd time that Finder will refuse to eject a .dmg file. I found that you can force an eject using the terminal using the following command:

hdiutil detach ImageName

For the ImageName part, it’s easy enough to type the first letter and then hit tab to auto-complete the dmg name.