cdrecord on fbsd-6.1-R amd64

Roland Smith rsmith at xs4all.nl
Sun Jul 15 17:35:47 UTC 2007


On Sun, Jul 15, 2007 at 02:07:17PM -0300, luizbcampos at gmail.com wrote:
>        How to write CDs on amd64? My cd driver is an IDE-ATAPI and needs
> scsi emulation. cdrecord says it needs some scsi transport emulation like
> "cam"...
> 
> 
> $ cdrecord -v  dev=cam:1,1,1  speed=4  something.iso
> 
> its output claims for scsi specifier transp

Try 'cdrecord -scanbus'. That tells you which devices are available.
Im my case it produces;

Cdrecord-ProDVD-Clone 2.01.01a11 (amd64-unknown-freebsd6.2) Copyright (C) 1995-2006 Jörg Schilling
Using libscg version 'schily-0.8'.
scsibus1:
	1,0,0	100) 'HL-DT-ST' 'DVD-ROM GDR8163B' '0L23' Removable CD-ROM
	1,1,0	101) 'PLEXTOR ' 'DVDR   PX-716A  ' '1.08' Removable CD-ROM
	1,2,0	102) *
	1,3,0	103) *
	1,4,0	104) *
	1,5,0	105) *
	1,6,0	106) *
	1,7,0	107) *

So I use 

cdrecord -dao -speed=52 driveropts=burnfree dev=1,1,0 -pad -data some.iso

HTH,

Roland
-- 
R.F.Smith                                   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20070715/13b3a4e6/attachment.pgp


More information about the freebsd-questions mailing list