From owner-freebsd-current Wed May 20 07:40:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA11720 for freebsd-current-outgoing; Wed, 20 May 1998 07:40:56 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ns.mexcom.net (ver2-71.uninet.net.mx [200.38.135.71]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA11712 for ; Wed, 20 May 1998 07:40:53 -0700 (PDT) (envelope-from eculp@ver1.telmex.net.mx) Received: from sunix (telmex@sunix.mexcom.net [206.103.64.3]) by ns.mexcom.net (8.8.8/8.8.7) with SMTP id JAA26838; Wed, 20 May 1998 09:37:07 -0500 (CDT) Message-ID: <3562EACF.77EC2460@ver1.telmex.net.mx> Date: Wed, 20 May 1998 09:38:07 -0500 From: Edwin Culp Organization: Mexico Communicates, S.C. X-Mailer: Mozilla 3.01Gold (X11; I; Linux 2.0.14 i586) MIME-Version: 1.0 To: Andy Sparrow CC: current@FreeBSD.ORG Subject: Re: cdrecord Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Somehow I must have done something very dumb to change the link from rcd0.ctl and scgx. Thanks. Ed I recommend anyone who is going to use or using cdrecord read your web page http://www.best.com/~spadger/CDR-cdrecord.html excellent. Edwin Culp wrote: > cdrecord has been working fine with current until Monday. I cvsuped and > made > world on sunday as usual. Everything looks good. I tried to run a > weekly > backup that I do every monday on cd and it appears that cdrecord can't > find > 0,3,0 because I can mount cd0c and read it with no problem. I must have > done > something stupid that doesn't let cdrecord find 0,3,0. Maybe a new > library? > > Suggestions would be appreciated. I've also tried cdrecord 1.6 release > no luck. Looks like it can't open the control device(s).cdrecord tries to open the 'su' device that corresponds to the bus, target, lunyou specify, e.g. /dev/su0-3-0 in your case. If this fails (and it will, because the 'su' device shouldn't be used and the minor numbers are incorrect in the "standard" cdrecord dist), it'll try to open /dev/scgx instead. This should be linked to the control device for the CDR, either /dev/wormX.ctl or /dev/cdX.ctl. I think that's your problem. See my web page for more hints (the author of cdrecord even links to it from the cdrecord page, so it must be useful :=): http://www.best.com/~spadger/CDR-cdrecord.html HTH. Regards, AS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message