From owner-freebsd-questions Mon Oct 22 13: 2:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cantvc.canterbury.ac.nz (cantvm.canterbury.ac.nz [132.181.2.36]) by hub.freebsd.org (Postfix) with ESMTP id 9F9DC37B406 for ; Mon, 22 Oct 2001 13:02:50 -0700 (PDT) Received: from CONVERSION-DAEMON.it.canterbury.ac.nz by it.canterbury.ac.nz (PMDF V6.0-025 #39332) id <01K9OH96OUTC9850ST@it.canterbury.ac.nz> for freebsd-questions@freebsd.org; Fri, 19 Oct 2001 09:01:22 +1300 (NEW ZEALAND DAYLIGHT TIME) Received: from rbm49.tacacs.canterbury.ac.nz (rbm49.tacacs.canterbury.ac.nz [172.31.164.87]) by it.canterbury.ac.nz (PMDF V6.0-025 #39332) with ESMTP id <01K9OH96KB3Q8WWIRU@it.canterbury.ac.nz>; Fri, 19 Oct 2001 09:01:23 +1300 (NEW ZEALAND DAYLIGHT TIME) Received: from rbm49 by rbm49.tacacs.canterbury.ac.nz with local (Exim 3.22 #1) id 15uJNm-0000ZZ-00; Fri, 19 Oct 2001 09:03:10 +1300 Date: Fri, 19 Oct 2001 09:03:10 +1300 From: Richard B Mahoney Subject: Re: burncd questions In-reply-to: <"from Ronj_clark"@fellowshipchurch.com> To: Ronnie Clark Cc: Subscribers to FreeBSD-Questions Reply-To: Richard B Mahoney Mail-Followup-To: Ronnie Clark , Subscribers to FreeBSD-Questions Message-id: <20011019090310.A1321@it.canterbury.ac.nz> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.3-RELEASE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ronnie, On Thu, Oct 18, 2001 at 12:45:26PM -0400, Ronnie Clark wrote: > Everything seemed to work fine, but after it had bured, I tried to > mount the newly burned CD-RW, and I get the following message: > cd 9660: /dev/acd1c: Invalid argument > > Does anyone have any idea? > > Also, I cannot seem to try to burn to the RW again unless I erase > it first. Any help is most appreciated. You can see how to do things by looking at this script I use to backup my home directory every night through cron : #!/bin/sh # # ~/bin/local-backup-rbm49-cd # /usr/local/bin/mkisofs -allow-multidot -allow-lowercase \ -relaxed-filenames -R \ -o /usr/home/share/temp/rbm49/rbm49.iso /usr/home/rbm49 && \ /usr/sbin/burncd -f /dev/acd0c erase && \ /usr/sbin/burncd -f /dev/acd0c data \ /usr/home/share/temp/rbm49/rbm49.iso fixate && exit 0 exit 2 Many regards, Richard Mahoney -- +----------------------- Richard Mahoney -----------------------+ | 78 Jeffreys Rd +64-3-351-5831 | | Christchurch New Zealand | +--------------[mailto:rbm49@it.canterbury.ac.nz]---------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message