Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jul 2007 19:35:45 +0200
From:      Roland Smith <rsmith@xs4all.nl>
To:        luizbcampos@gmail.com
Cc:        freebsd-questions@freebsd.org
Subject:   Re: cdrecord on fbsd-6.1-R amd64
Message-ID:  <20070715173545.GB47965@slackbox.xs4all.nl>
In-Reply-To: <d534d2fe0707151007n4aaffa0ak443607b1924e6287@mail.gmail.com>
References:  <d534d2fe0707151007n4aaffa0ak443607b1924e6287@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
On Sun, Jul 15, 2007 at 02:07:17PM -0300, luizbcampos@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)

[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4 (FreeBSD)

iD8DBQFGmlrxEnfvsMMhpyURAuw0AJ9rFcxzsd8eB5aMI9ZuO01lVvmOVwCgrxfc
ozHEdzubhfahEIXycIRksdI=
=VKNy
-----END PGP SIGNATURE-----

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070715173545.GB47965>