Tom Cloyd wrote:

>     system( "mount '" + cd_source + "'" )

There is a problem here in that most contemporary linux users use 
distros with auto-mounting.  So either change the prompt to "Insert disk 
and hit enter AFTER cd is mounted" or use a sleep() of some appropriate 
duration.
-- 
Posted via http://www.ruby-forum.com/.