Can't get cdrecord program to find scsi device

Asked by Janice

Want to know how to burn CD's. Tried to use cdrecord, but no luck. cdrecord -scanbus gives error. /dev/scd0 doesn't exist.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Luca Falavigna (dktrkranz) said :
#1

Try passing dev option to cdrecord.
By passing dev=help, it shows a list of possible values.

Revision history for this message
Alexandre Vassalotti (avassalotti) said :
#2

Do you really have a SCSI cd recorder? If not, you need to use /dev/cdrom

This is how I usually call cdrecord:
$ cdrecord -v speed=24 dev=/dev/cdrom driveropts=burnfree image.iso

In English, that means write image.iso on the cdrom located at /dev/cdrom with the buffer underrun protection, and be verbose (-v).

Revision history for this message
Janice (janice-bannister) said :
#3

Thanks for the suggestion. I was thrown off by the cdrecord -scanbus command
which I used on other older distros to check operation of cdrecord. I guess
the new 2.6 kernel doesn't require scsi simulation to use ide cd burners. We
used to have to specify (eg. dev=0,0,0). On this distro, that isn't
required. I guess cdrecord detects /dev/hdc and uses it.

Many thanks!

On 9/15/06, Luca Falavigna <email address hidden> wrote:
>
> Support request #1802 on Ubuntu changed:
> https://launchpad.net/distros/ubuntu/+ticket/1802
>
> Comment:
> Try passing dev option to cdrecord.
> By passing dev=help, it shows a list of possible values.
>

Revision history for this message
Janice (janice-bannister) said :
#4

Thanks for the suggestion. I was thrown off by the cdrecord -scanbus command
which I used on other older distros to check operation of cdrecord. I guess
the new 2.6 kernel doesn't require scsi simulation to use ide cd burners. We
used to have to specify (eg. dev=0,0,0). On this distro, that isn't
required. I guess cdrecord detects /dev/hdc and uses it.

Many thanks!

On 9/20/06, Alexandre Vassalotti <email address hidden> wrote:
>
> Support request #1802 on Ubuntu changed:
> https://launchpad.net/distros/ubuntu/+ticket/1802
>
> Comment:
> Do you really have a SCSI cd recorder? If not, you need to use /dev/cdrom
>
> This is how I usually call cdrecord:
> $ cdrecord -v speed=24 dev=/dev/cdrom driveropts=burnfree image.iso
>
> In English, that means write image.iso on the cdrom located at /dev/cdrom
> with the buffer underrun protection, and be verbose (-v).
>

Revision history for this message
Luca Falavigna (dktrkranz) said :
#5

When ready, please close this ticket. Thanks.

Can you help with this problem?

Provide an answer of your own, or ask Janice for more information if necessary.

To post a message you must log in.