Page 1 of 1

Ejecting volume on Mac OS X

Posted: Thu Apr 15, 2010 3:35 pm
by jwbuzz
I'm developing a kiosk where someone plugs in an MP3 Player. After they do something, I want to programmatically eject that volume so they don't get the OS message when they unplug it. Can I do that in Revolution?

Re: Ejecting volume on Mac OS X

Posted: Thu Apr 15, 2010 4:05 pm
by Klaus
Hi jwbuzz,

you can do this with the SHELL command "umount"

Open the terminal and type:
man umount
to get more info about the necessary parameters.

Best

Klaus