I would like to use a case-sensitive and encrypted disk-image for my development work. I need some folders inside it to be Dropbox-ed (using symlinks). However if I accidentally unmount the dmg, Dropbox erases everything in the cloud.
Therefore I need to prevent unmounting of this disk image (mounted at boot). Ideally it would require my session password when I click on the eject icon in the finder. Any ideas?
hdiutil attach -nobrowse some.dmg. It would only be shown in/Volumes/, not in Finder's sidebar or on the desktop. – Lri Nov 21 '11 at 14:17hdiutil attach -nobrowse some.dmgseems really interesting, tried to drag back the iso to the tabbar but it adds back the eject button. I guess i could find my way with symlinks somehow. – olouv Nov 22 '11 at 22:58