Date: Tue, 19 May 1998 20:33:59 -0700 From: Andy Sparrow <spadger@best.com> To: Edwin Culp <eculp@ver1.telmex.net.mx> Cc: FreeBSD-Current@FreeBSD.ORG Subject: Re: cdrecord Message-ID: <35624F27.132CA586@best.com> References: <3561A45E.61FC7DB9@ver1.telmex.net.mx>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?35624F27.132CA586>