Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Mar 2010 22:35:42 -0500 (EST)
From:      Chris Hill <chris@monochrome.org>
To:        Aiza <aiza21@comclark.com>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: how to use cdrecord
Message-ID:  <alpine.BSF.2.00.1003132231470.79286@tripel.monochrome.org>
In-Reply-To: <4B9C3DFB.7010307@comclark.com>
References:  <4B9C3DFB.7010307@comclark.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 14 Mar 2010, Aiza wrote:

[snip]
> tried cdrecord -v speed=2 dev=acd0 blank=fast
> gives this error "Open by devname not supported on this OS.
>
> What device am i to use?

cdrecord wants to see your ATA burner as a SCSI device, so you'd use
   cdrecord dev=1,0,0 ...
The numbers after dev= depend on where your burner is; find it using
   cdrecord -scanbus

HTH.

--
Chris Hill               chris@monochrome.org
**                     [ Busy Expunging <|> ]



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