Tagged Questions
0
votes
1answer
49 views
Mount a disk image as physical USB drive?
I have an certificate manager ("BankID") that allows me to export certificates from its certificate store. However, for some stupid reason it only allows me to export these certificates to USB drives, ...
4
votes
1answer
169 views
auto unmount .dmg if it has not been accessed for a while
Is there a way to automatically unmount a specific volume (mounted from a .dmg/.sparseimage) if it has not been accessed for a specified period?
EDIT:
This would be especially useful for password ...
2
votes
1answer
49 views
Unique volname for DMGs
We have a build process that is now doing the common layout for distributed DMGs. This is done in a way that I've seen in many places -- the DMG is attached, then Finder does its job via osascript. ...
6
votes
1answer
231 views
Prevent other users from ejecting (or even seeing) my mounted disk images
I have an encrypted disk image (sparsebundle) where all of my private documents are stored; I mount it to a custom mount point with:
mkdir -p /Users/gabriele/MyDocs
hdiutil attach ...
15
votes
1answer
668 views
Where is a dmg file mounted?
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 ...