Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2004 07:10:53 -0800
From:      "Kirby Kuehl" <kkuehl@cisco.com>
To:        <doc@FreeBSD.org>
Subject:   Question about CDRECORD documentation
Message-ID:  <000101c3d9e7$7074c740$3af3200a@amer.cisco.com>

next in thread | raw e-mail | index | archive | help
URL:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.ht=
ml#
CDRECORD

Shouldn=92t the dev for the below example be 0,4,0 ???

-Kirby

<snip>
The tricky part of using cdrecord is finding the dev to use. To find the
proper setting, use the -scanbus flag of cdrecord, which might produce
results like this:

# cdrecord -scanbus
Cdrecord 1.9 (i386-unknown-freebsd4.2) Copyright (C) 1995-2000 J=F6rg
Schilling
Using libscg version 'schily-0.1'
scsibus0:
        0,0,0     0) 'SEAGATE ' 'ST39236LW       ' '0004' Disk
        0,1,0     1) 'SEAGATE ' 'ST39173W        ' '5958' Disk
        0,2,0     2) *
        0,3,0     3) 'iomega  ' 'jaz 1GB         ' 'J.86' Removable Disk
        0,4,0     4) 'NEC     ' 'CD-ROM DRIVE:466' '1.26' Removable =
CD-ROM
        0,5,0     5) *
        0,6,0     6) *
        0,7,0     7) *
scsibus1:
        1,0,0   100) *
        1,1,0   101) *
        1,2,0   102) *
        1,3,0   103) *
        1,4,0   104) *
        1,5,0   105) 'YAMAHA  ' 'CRW4260         ' '1.0q' Removable =
CD-ROM
        1,6,0   106) 'ARTEC   ' 'AM12S           ' '1.06' Scanner
        1,7,0   107) *
This lists the appropriate dev value for the devices on the list. Locate
your CD burner, and use the three numbers separated by commas as the =
value
for dev. In this case, the CRW device is 1,5,0, so the appropriate input
would be dev=3D1,5,0. There are easier ways to specify this value; see
cdrecord(1) for details. That is also the place to look for information =
on
writing audio tracks, controlling the speed, and other things.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000101c3d9e7$7074c740$3af3200a>