From mboxrd@z Thu Jan 1 00:00:00 1970 From: chuck gelm Subject: Re: Burn Mulitple cd's at once? Date: Mon, 30 Jan 2006 21:49:26 -0500 Message-ID: <43DED036.1030305@gelm.net> References: <43DE1B91.1040109@gelm.net> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <43DE1B91.1040109@gelm.net> Sender: linux-newbie-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: chuck gelm Cc: Todd Patton , linux-newbie@vger.kernel.org Chuck I keep getting an error on the last line syntax error: unexpected end of file I tried adding "exit" to the script but it didn't change the error. -Just moved the line number down one. The arguments print correctly, First argument is filename Second argument is speed however there is no action on the cd drives. I checked the numbers with cdrecord -scanbus and made the approriate changes. Any ideas? Fedora 4 /Todd Hi, Todd: You must be root or 'sudo root' :-| Show the exact command. What is the output of cdrecord -version cerecord -scanbus There are some linefeeds in your post that should not be in the script. They may have been generated by my email viewer. :-| "cdrecord -v dev=0,0,0 fs=64M speed=$2 driveropts=burnproof gracetime=2 $1 &" is one line. What are you entering as the first argument? What are you entering as the secord argument? You can leave out the speed argument from the script as I think cdrecord will attempt to burn at the maximum speed reported from the CDRW device. You can leave out 'gracetime'. This will result in the default wait time before burn. If burncd.sh is in your path, your command should look something like this burncd.sh yabadabadoo.iso 52 HTH, Chuck - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.linux-learn.org/faqs