From: Mk 27 Date: 2009-05-28T08:02:22+09:00 Subject: Re: Copy data from many CDs using ruby 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/.