Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Aug 2003 00:46:52 +0200 (CEST)
From:      Olaf Hoyer <ohoyer@gaff.hhhr.ision.net>
To:        Rick Hoekman <rick@paranoia.nl>
Cc:        freebsd-newbies@freebsd.org
Subject:   Re: CD-Writer (ATA) and cdrecord
Message-ID:  <20030804004420.W89444-100000@gaff.hhhr.ision.net>
In-Reply-To: <5812096533.20030803224733@paranoia.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 3 Aug 2003, Rick Hoekman wrote:

> Hello freebsd-newbies,
>
> I want to use my cd-rw, it mounts perfectly but CDRECORD is not finding
> the drive. This is in my /etc/fstab
>
> /dev/acd0a              /cdrom          cd9660  ro,noauto       0       0
> proc                    /proc           procfs  rw              0       0
>
> cdrecord -scanbus is giving me this:
>
> Cdrecord 2.00.3 (i386-unknown-freebsd4.8) Copyright (C) 1995-2002 J=F6rg =
Schilling
> cdrecord: No such file or directory. Cannot open SCSI driver.
> cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are=
 root.
> cdrecord: For possible transport specifiers try 'cdrecord dev=3Dhelp'.
>
> Do I have to load a SCSI emulator or load a kernel module like you have
> to do in Linux?


Hi!

Well, cdrecord is SCSI-only.

if you only want to burn iso-images, give burncd a look (base system).


Otherwise you should compile a new kernel with the following line added:

device atapicam

to emulate ATAPI drives as SCSI ones.

HTH
Olaf


--=20
Olaf Hoyer        ohoyer@gaff.hhhr.ision.net
Fuerchterliche Erlebniss geben zu raten,
ob der, welcher sie erlebt, nicht etwas Fuerchterliches ist.
(Nietzsche, Jenseits von Gut und Boese)



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