Subject: Re: Partions Mappings, self done live cd, burning under Netbsd, Bash
To: Frank Kartest <localfun66@hotmail.com>
From: Jared D. McNeill <jmcneill@invisible.yi.org>
List: port-i386
Date: 03/12/2001 18:23:08
On Sun, 11 Mar 2001, Frank Kartest wrote:
> Hello NetBSD i386 Fans i=B4m new in NetBSD an i have got some questions:

Hi!

> 3.) How i can burn CD=B4s under NetBSD i have compiled cdrecord and the t=
ools
> but cdrecord -scanbus tells me that there is no scsi-bus avaible (also i
> don=B4t have a scsi-bus but is it possible to use ide-burner (scsi-ide
> emulation))

You can explicitly tell cdrecord what device to use. My IDE CD writer is
attached as 'cd1', and I use the following command to write an ISO:

 cdrecord -v speed=3D8 dev=3D/dev/rcd1d filename.iso

Hope this helps,
Jared