Tagged Questions
0
votes
1answer
101 views
Script to unmount mounted image automatically after some time
I have a sparse image that can be mounted as an encrypted volume.
I want to make sure it doesn't stay mounted once I am done using it.
To get help doing that, I had earlier asked this question, but ...
4
votes
1answer
165 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 ...
0
votes
1answer
97 views
Dependencies for LaunchAgent so it mounts a bundle before other daemons run
I have following setup: I have a sparsebundle on an external disk containing steam (it wouldn't install on my internal disk - something about the format). But by now I depend on this approach as this ...
3
votes
3answers
3k views
How do I mount a sparsebundle to a folder rather than an image?
I have a encrypted sparsebundle and I want to mount to to a folder in my home directory and not under /Volumes. How can I do that?