View Single Post
  #5  
Old 07-21-2009, 08:31 AM
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
sjk's right here - you'd have to run a shell script, in the background, to do it. Something along the lines of:

Code:
#!/bin/sh
nohup /bin/bash -c "sleep 30; diskutil eject /some/volume" &
__________________
--Dave Nanian
Reply With Quote