From owner-freebsd-questions@FreeBSD.ORG Mon Jan 26 00:46:22 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92558106564A for ; Mon, 26 Jan 2009 00:46:22 +0000 (UTC) (envelope-from kline@thought.org) Received: from aristotle.thought.org (ns1.thought.org [209.180.213.210]) by mx1.freebsd.org (Postfix) with ESMTP id 488A98FC17 for ; Mon, 26 Jan 2009 00:46:22 +0000 (UTC) (envelope-from kline@thought.org) Received: from thought.org (tao.thought.org [10.47.0.250]) (authenticated bits=0) by aristotle.thought.org (8.14.2/8.14.2) with ESMTP id n0Q0kibf069844; Sun, 25 Jan 2009 16:46:44 -0800 (PST) (envelope-from kline@thought.org) Received: by thought.org (nbSMTP-1.00) for uid 1002 kline@thought.org; Sun, 25 Jan 2009 16:45:59 -0800 (PST) Date: Sun, 25 Jan 2009 16:45:59 -0800 From: Gary Kline To: cpghost Message-ID: <20090126004559.GB38834@thought.org> References: <20090123011043.GA86638@thought.org> <497954FE.8050206@gmail.com> <497a08f0.M7aLYVzoum+g95mw%perryh@pluto.rain.com> <20090125020349.47c3eb68.freebsd@edvax.de> <20090125015632.GD31215@thought.org> <20090125023544.GD6405@phenom.cordula.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20090125023544.GD6405@phenom.cordula.ws> User-Agent: Mutt/1.4.2.3i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 22 years of service to the Unix community. X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on aristotle.thought.org Cc: freebsd-questions@freebsd.org Subject: Re: how to create a DVD backup filesystem? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2009 00:46:22 -0000 On Sun, Jan 25, 2009 at 03:35:44AM +0100, cpghost wrote: > On Sat, Jan 24, 2009 at 05:56:33PM -0800, Gary Kline wrote: > > Now that I have > > > > cdr.iso: ISO 9660 CD-ROM filesystem data 'CDROM > > 642848 -rw-r--r-- 1 kline wheel 657922048 Jan 24 15:34 cdr.iso > > > > what is the safest command to use to burn to 1. a CD, and 2. a > > DVD? Since `file' says that cdr.iso is a filesystem, I'm > > assuming that I don't need to grow or newfs anything on the disc. > > In addition to the cdrecord examples shown earlier, you can also > simply use burncd: > > # burncd -f /dev/acd0 -s max data cdr.iso fixate > > But remember one thing: don't try to mix and match accesses to > /dev/acd0 and /dev/cd0. IIRC, there are (were?) some issues with > using ATAPI and ATAPICAM drivers simultaneously. > > If you prefer to stick to ATAPICAM (recommended), use cdrecord > to write to the virtual device represending the burner. Use > cdrecord's -scanbus option (as root!) to find out: > > phenom# cdrecord -scanbus > Cdrecord-Clone 2.01 (amd64-unknown-freebsd7.1) Copyright (C) 1995-2004 > Jörg Schilling > Using libscg version 'schily-0.8'. > scsibus0: > 0,0,0 0) * > 0,1,0 1) 'Optiarc ' 'DVD RW AD-7203A ' '1.01' Removable CD-ROM > 0,2,0 2) * > 0,3,0 3) * > 0,4,0 4) * > 0,5,0 5) * > 0,6,0 6) * > 0,7,0 7) * > > This would then be on that machine: > > # cdrecord -v speed=8 dev=0,1,0 cdr.iso > > To burn to a DVD, use growisofs, using something like this: > > # growisofs -dvd-compat -speed=8 -Z /dev/cd0=cdr.iso > > Regards, > -cpghost. > > -- > Cordula's Web. http://www.cordula.ws/ Thanks for the clue. I remember "some sort of cmd" that told me that my second drive was (I thought) 1,1,0... but wasn't abs certain. Your ``cdrecord -scanbus'' did the trick:: Using libscg version 'schily-0.8'. scsibus1: 1,0,0 100) 'PIONEER ' 'DVD-RW DVR-112D' '1.21' Removable CD-ROM 1,1,0 101) 'LITE-ON ' 'DVDRW LH-20A1P ' 'KL0N' Removable CD-ROM 1,2,0 102) * 1,3,0 103) * 1,4,0 104) * 1,5,0 105) * 1,6,0 106) * 1,7,0 107) * Being new to this burning discs as backup, i didn't want to risk trying my second burner. (seeing smoke coming from the drive or whatever... ;) Now I'm set to try. gary -- Gary Kline kline@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 2.23a release of Jottings: http://jottings.thought.org/index.php