+ Responder ao Tópico



  1. #1

    Padrão Gravar cd no Shell

    Ola, digito o seguinte comando e nao retorna a tela abaixo. Uso o Fedora Core 3. Conto com a ajuda dos colegas e obrigado. Resultado de cdrecord -scanbus: 1,0,0 100) 'IDE-CD ' 'R/RW 8x4x32 ' ' 1.1' Removable CD-ROM


    cdrecord -v dev=1,0,0 speed=4 /tmp/.webmin/burner.iso

    cdrecord: No write mode specified.
    cdrecord: Asuming -tao mode.
    cdrecord: Future versions of cdrecord may have different drive dependent defaults.
    cdrecord: Continuing in 5 seconds...
    scsidev: '1,0,0'
    scsibus: 1 target: 0 lun: 0
    cdrecord: Success. Cannot open SCSI driver.
    cdrecord: For possible targets try 'cdrecord -scanbus'.
    cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
    Cdrecord-Clone 2.01-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
    Note: This version is an unofficial (modified) version with DVD support
    Note: and therefore may have bugs that are not present in the original.
    Note: Please send bug reports or support requests to http://bugzilla.redhat.com/bugzilla
    Note: The author of cdrecord should not be bothered with problems in this version.
    TOC Type: 1 = CD-ROM
    scsidev: '1,0,0'
    scsibus: 1 target: 0 lun: 0
    cdrecord: Success. Cannot open SCSI driver.
    cdrecord: For possible targets try 'cdrecord -scanbus'.
    cdrecord: For possible transport specifiers try 'cdrecord dev=help'.

  2. #2

    Padrão Gravar cd no Shell

    Qual o device da sua gravadora de CD? hdb, hdc, hdd?

    Você já adicionou no /etc/lilo.conf, a linha:
    append="hdc ide-scsi" (caso hdc não seja o dev do seu cd-rw, troque hdc pelo device correto). ?

    Já? Tentou no cdrecord usar apenas:
    dev=0,0

    ?