View Single Post
  #10  
Old 07-06-2007, 05:14 PM
dnanian's Avatar
dnanian dnanian is offline
Administrator
 
Join Date: Apr 2001
Location: Weston, MA
Posts: 14,923
Send a message via AIM to dnanian
It's not the name, it's the UID. It'll auto-mount, no problem, and you can get it to dismount with a little shell script that does something like:

Code:
#!/bin/sh
nohup /bin/bash -c "sleep 30; hdiutil eject '/Volumes/The Image Volume Name'" &
__________________
--Dave Nanian
Reply With Quote