From owner-freebsd-stable Wed Feb 3 13:03:01 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21934 for freebsd-stable-outgoing; Wed, 3 Feb 1999 13:03:01 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from silver.sms.fi (silver.sms.fi [194.111.122.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21926; Wed, 3 Feb 1999 13:02:55 -0800 (PST) (envelope-from pete@silver.sms.fi) Received: (from pete@localhost) by silver.sms.fi (8.8.8/8.7.3) id XAA22957; Wed, 3 Feb 1999 23:02:41 +0200 (EET) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 3 Feb 1999 23:02:41 +0200 (EET) From: Petri Helenius To: "Kenneth D. Merry" Cc: freebsd-stable@FreeBSD.ORG, freebsd-scsi@FreeBSD.ORG Subject: Re: od driver In-Reply-To: <199902032037.NAA39697@panzer.plutotech.com> References: <14008.38325.211229.872688@silver.sms.fi> <199902032037.NAA39697@panzer.plutotech.com> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14008.47444.55701.124427@silver.sms.fi> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kenneth D. Merry writes: > 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. > DVD-RAM is a random access media, quite unlike CD-R which is written in sessions. Pete To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message