Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the '10.5: Eject stubborn disk images via AppleScript' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
10.5: Eject stubborn disk images via AppleScript
Authored by: auco on Wed, May 21 2008 at 1:26PM PDT
Unfortunately this script didn't work for me. It returned that the "resource is busy" ;-(

However, there's a simple command to force eject very stubborn disks (maybe a little bit more safely than simply unplugging)

in Terminal type:
hdiutil eject -force /Volume/volumeNameHere

[ Reply to This | # ]
10.5: Eject stubborn disk images via AppleScript
Authored by: ctierney on Wed, May 21 2008 at 2:00PM PDT
I was under the impression that eject (synonym for detach) requires a device name. Does it also work with a /Volumes path?

[ Reply to This | # ]