Re: [SLUG] Burning CD s

From: Glen (gurensan@tampabay.rr.com)
Date: Mon Sep 10 2001 - 20:38:32 EDT


Frank,

        the 'dev=' part of the line is probably different for you. If you do the
'cdrecord --scanbus' it should detect that you have the ide-scsi emulation
thing. If you've only got 1 drive on that (if you've got 1 burner, that's
probably all you have), the dev line in there should read like 'dev=0,0,0'
instead of 0,4,0.

Here's the output of my cdrecord --scanbus:

Cdrecord 1.9 (i586-mandrake-linux-gnu) Copyright (C) 1995-2000 Jörg Schilling
Linux sg driver version: 3.1.17
Using libscg version 'schily-0.1'
scsibus0:
        0,0,0 0) 'HP ' 'CD-Writer+ 8100 ' '1.0g' Removable CD-ROM
        0,1,0 1) *
        0,2,0 2) *
        0,3,0 3) *
        0,4,0 4) *
        0,5,0 5) *
        0,6,0 6) *
        0,7,0 7) *

The HP burns at 4x, so speed=4, and the LUN(?)/device number is 0,0,0.

For this ide burner, the line would look like

        cdrecord -v speed=4 dev=0,0,0 e-smith-4.2.0.iso

        Glen

On Monday 10 September 2001 18:58, you wrote:
> I have downloaded the iso image of e-Smith and I am not attempting to burn
> it to a CD.
>
> First tries were from X-CDRoasr.
> For a lot of reasons that did not work.
>
> Next I tried the using the command line.
>
> Yolinux gives the following example in its HOWTOs.
>
> EXAMPLES
> If you download an ISO CD image from the net (i.e. a Linux CD) or posses a
> CD you wish to copy:
> Copy a data CD: (fast)
> cat /dev/scd0 > RedHat-7.0-i386-powertools.iso
> Burn ISO image onto CD:
> cdrecord -v speed=2 dev=0,4,0 RedHat-7.0-i386-powertools.iso
>
> So I tried the following as ROOT.
> cdrecord -v speed=2 dev=0,4,0 e-smith-4.1.2.iso
>
> I received the following error messages:
>
> cdrecord: No such file or directory. Can not open SCSI device.
> cdrecord: For possible targets try cdrecord -scanbus. Make sure you are
> root.
>
> Hopefully somebody has a few positive suggestions.
>
> By the way when and where did you say that newbie class would be?
>
> Thanks
> Frank



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 19:04:03 EDT