From owner-freebsd-scsi Wed Feb 3 12:37:47 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA18357 for freebsd-scsi-outgoing; Wed, 3 Feb 1999 12:37:47 -0800 (PST) (envelope-from owner-freebsd-scsi@FreeBSD.ORG) Received: from panzer.plutotech.com (panzer.plutotech.com [206.168.67.125]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA18344; Wed, 3 Feb 1999 12:37:43 -0800 (PST) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.9.2/8.8.5) id NAA39697; Wed, 3 Feb 1999 13:37:23 -0700 (MST) From: "Kenneth D. Merry" Message-Id: <199902032037.NAA39697@panzer.plutotech.com> Subject: Re: od driver In-Reply-To: <14008.38325.211229.872688@silver.sms.fi> from Petri Helenius at "Feb 3, 1999 8:32:18 pm" To: pete@sms.fi (Petri Helenius) Date: Wed, 3 Feb 1999 13:37:23 -0700 (MST) Cc: freebsd-stable@FreeBSD.ORG, freebsd-scsi@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Petri Helenius wrote... > > How do I force the system to use od0 instead of cd0 driver for a > device? I've a SCSI DVD-RAM which I would like try to write to but > since the cd0 driver does not support that (at least at the moment?) > I tried to wire the drive to use od0 but was not successful. > > How does one accomplish this? Umm, you can't. Writing to CD-R or DVD drives is very different than writing to MO drives. Even if you change the probe routine in the od driver to recognize your DVD drive, writing to the drive probably won't work properly. I suggest that you try cdrecord, and see if you can write a DVD that way. You can probably stick a cd9660 filesystem on the DVD. Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message