Fedora 5 mag nicht brennen

Post Reply
Message
Author
feldsee
Posts: 100
Joined: 12. Feb 2001 15:50
Location: Mainz
Contact:

Fedora 5 mag nicht brennen

#1 Post by feldsee »

Nachdem ich mit FC3 ganz wohl gefühlt hatte, habe ich nun FC5 installiert. Leider kann ich nun keine CD mehr brennen.

Code: Select all

[root@william dev]# cdrecord -scanbus
Cdrecord-Clone 2.01.01a03-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2005 Jörg S chilling
NOTE: This version contains the OSS DVD extensions for cdrtools and thus may
      have bugs related to DVD issues that are not present in the original
      cdrtools. Please send bug reports or support requests to
      http://bugzilla.redhat.com/bugzilla The original cdrtools author should
      not be bothered with problems in this version.
scsidev: 'ATA'
devname: 'ATA'
scsibus: -2 target: -2 lun: -2
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.8'.
cdrecord: Warning: using inofficial libscg transport code version (schily - Red Hat-scsi-linux-sg.c-1.85-RH '@(#)scsi-linux-sg.c        1.85 05/05/16 Copyright 1997 J. Schilling').
scsibus1:
        1,0,0   100) 'IDE     ' 'DVD-ROM 16X     ' '2.40' Removable CD-ROM
        1,1,0   101) 'PHILIPS ' 'PCRW404         ' '1.3B' Removable CD-ROM
        1,2,0   102) *
        1,3,0   103) *
        1,4,0   104) *
        1,5,0   105) *
        1,6,0   106) *
        1,7,0   107) *
Wenn ich mit gnomebaker eine Daten-CD aus einem Verzeichnis brennen will, bekomme ich folgende Meldung:

Code: Select all

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...
Cdrecord-Clone 2.01.01a03-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2005 Jörg Schilling
NOTE: This version contains the OSS DVD extensions for cdrtools and thus may
      have bugs related to DVD issues that are not present in the original
      cdrtools. Please send bug reports or support requests to
      http://bugzilla.redhat.com/bugzilla The original cdrtools author should
      not be bothered with problems in this version.
TOC Type: 3 = CD-ROM XA mode 2
cdrecord: Resource temporarily unavailable. Cannot get mmap for 4198400 Bytes on /dev/zero.
Wenn ich eine Daten-CD kopieren will, kommt folgendes:

Code: Select all

Error trying to open /dev/hdc exclusively ... retrying in 1 second.
Error trying to open /dev/hdc exclusively ... retrying in 1 second.
Error trying to open /dev/hdc exclusively ... retrying in 1 second.
Error trying to open /dev/hdc exclusively ... retrying in 1 second.
Error trying to open /dev/hdc exclusively ... retrying in 1 second.
Error trying to open /dev/hdc exclusively ... retrying in 1 second.
Error trying to open /dev/hdc exclusively ... retrying in 1 second.
Error trying to open /dev/hdc exclusively ... retrying in 1 second.
Error trying to open /dev/hdc exclusively ... retrying in 1 second.
Error trying to open /dev/hdc exclusively ... retrying in 1 second.
readcd: Device or resource busy. Cannot open '/dev/hdc'. Cannot open SCSI driver.
readcd: For possible targets try 'readcd -scanbus'.
readcd: For possible transport specifiers try 'readcd dev=help'.
Wenn ich die in den letzten beiden Zeilen vorgeschlagenen Aktionen ausführe, erhalte ich das folgende:

Code: Select all

readcd -scanbus
readcd: No such file or directory. Cannot open SCSI driver.
und

Code: Select all

readcd dev=help
Supported SCSI transports for this platform:

Transport name:         sg
Transport descr.:       Generic transport independent SCSI
Transp. layer ind.:
Target specifier:       bus,target,lun
Target example:         1,2,0
SCSI Bus scanning:      supported
Open via UNIX device:   not supported

Transport name:         pg
Transport descr.:       SCSI transport for ATAPI over Parallel Port
Transp. layer ind.:
Target specifier:       bus,target,lun
Target example:         1,2,0
SCSI Bus scanning:      supported
Open via UNIX device:   not supported

Transport name:         ATA
Transport descr.:       ATA Packet specific SCSI transport
Transp. layer ind.:     ATAPI:
Target specifier:       bus,target,lun
Target example:         ATAPI:1,2,0
SCSI Bus scanning:      supported
Open via UNIX device:   not supported

Transport name:         ATA
Transport descr.:       ATA Packet specific SCSI transport using sg interface
Transp. layer ind.:     ATA:
Target specifier:       bus,target,lun
Target example:         1,2,0
SCSI Bus scanning:      supported
Open via UNIX device:   not supported

Transport name:         RSCSI
Transport descr.:       Remote SCSI
Transp. layer ind.:     REMOTE:
Target specifier:       rscsi@host:bus,target,lun
Target example:         REMOTE:rscsi@host:1,2,0
SCSI Bus scanning:      supported
Open via UNIX device:   not supported
An den Rechten kann es nicht liegen, denn als root geht es auch nicht. Aber es gibt doch sicher etwas, was ich tun kann?
Du hast keine Chance, aber nutze sie!

User avatar
Lateralus
prolinux-forum-admin
Posts: 1238
Joined: 05. May 2004 7:35

#2 Post by Lateralus »

Versuch vielleicht zunächst einmal, ein Isoimage zu brennen:

Code: Select all

dd if=/dev/zero of=~/testfile count=$[1024*100] bs=1024
mkisofs ~/testfile > ~/test.iso
cdrecord -vv -dev 1,1,0 ~/test.iso

feldsee
Posts: 100
Joined: 12. Feb 2001 15:50
Location: Mainz
Contact:

#3 Post by feldsee »

Lateralus wrote:Versuch vielleicht zunächst einmal, ein Isoimage zu brennen:

Code: Select all

dd if=/dev/zero of=~/testfile count=$[1024*100] bs=1024
mkisofs ~/testfile > ~/test.iso
cdrecord -vv -dev 1,1,0 ~/test.iso
cdrecord verweigert den Dienst komplett. Ich komme niemals über:

Code: Select all

cdrecord: Resource temporarily unavailable. Cannot get mmap for 4198400 Bytes on /dev/zero.
Hinaus. Ich warte jetzt auf fedora 6, und wenn die mich wieder so blamiert, wechsele ich das System.
Du hast keine Chance, aber nutze sie!

Post Reply