PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : problem beim brennen aus konsole



jph83
06.10.04, 14:31
hy, ich würde gerne mein backup per konsole brennen. das ganze scheitert aber schon daran, dass ich wenn ich (als root) cdrecord -scanbus eingebe diese meldung bekomme:
Cdrecord-Clone-dvd 2.01a27 (i686-suse-linux) 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://www.suse.de/feedback
Note: The author of cdrecord should not be bothered with problems in this version.
cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.


was ist da falsch?

drcux
06.10.04, 14:39
cdrecord -scanbus -dev=ATAPI

Berthold
06.10.04, 15:08
Falls Du LILO verwendest, trage bei append ein
hdX=ide-scsi

Wobei hdX Dein device für den Brenner ist.

Falls Du GRUB verwendest, weiß ich nicht, wo es eintragen.

Gruß
Berthold

jph83
06.10.04, 15:25
also wenn ich
cdrecord -scanbus -dev=ATAPI eingeben bekomme ich:

Cdrecord-Clone-dvd 2.01a27 (i686-suse-linux) 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://www.suse.de/feedback
Note: The author of cdrecord should not be bothered with problems in this version.
scsidev: 'ATAPI'
devname: 'ATAPI'
scsibus: -2 target: -2 lun: -2
Use of ATA is preferred over ATAPI.
Warning: Using ATA Packet interface.
Warning: The related libscg interface code is in pre alpha.
Warning: There may be fatal problems.
Using libscg version 'schily-0.8'.
scsibus0:
0,0,0 0) 'QSI ' 'CDRW/DVD SBW-242' 'UX08' 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) *


dann müsste doch 0,0,0 richtig sein oder? also habe ich
cdrecord -v -eject -dao dev=0,0,0 speed=24 /backup/backup_${DATUM}.iso
gemacht (ISO-Datei existiert). Was ist falsch?? ich bekomme diese meldung:

Cdrecord-Clone-dvd 2.01a27 (i686-suse-linux) 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://www.suse.de/feedback
Note: The author of cdrecord should not be bothered with problems in this version.
TOC Type: 1 = CD-ROM
scsidev: '0,0,0'
scsibus: 0 target: 0 lun: 0
cdrecord: No such device or address. Cannot open '/dev/pg0'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.

drcux
06.10.04, 15:46
hdX=ide-scsi


Nein, nicht bei SuSE 9.1...

drcux
06.10.04, 15:47
@jph83:

-dev=ATAPI:0,0,0

Berthold
07.10.04, 07:12
Nein, nicht bei SuSE 9.1...

Wieso?? Ist doch LILO ...
:confused:

Berthold

drcux
07.10.04, 07:55
Ab dem Kernel 2.6.x wird kein ide-scsi mehr benötigt...

Berthold
07.10.04, 11:25
Ab dem Kernel 2.6.x wird kein ide-scsi mehr benötigt...
Ja, weil es die SCSI-Emulation nicht mehr gibt.
Aber ich hatte die Fehlermeldung, wie oben
Cannot open '/dev/pg0'
Und als ich append=ide-scsi in die lilo.conf eingetragen hatte, wie bei Kernels der 2.4er Serie, lief es.
:confused:
Es war mein erster Brennversuch mit cdrecord, nach der Installation von
MDK 10.0 Community.
Ich hab den Brenner an /dev/hdc.
Was könnte denn dann verkehrt gelaufen sein?

Gruß
Berthold

drcux
07.10.04, 11:57
Was könnte denn dann verkehrt gelaufen sein?


Nichts, rein garnichts, überhaupt nichts... ;)

Mit cdrecord -scanbus sucht cdrecord halt nur nach SCSI-Geräten, da du keine hast, gibt er solche Fehlermeldungen aus. Also alle in Ordnung...

Willst du ATAPI-Geräte suchen, mußt du es cdrecord sagen: cdrecord -scanbus -dev=ATAPI

Berthold
07.10.04, 14:04
Nichts, rein garnichts, überhaupt nichts... ;)

Mit cdrecord -scanbus sucht cdrecord halt nur nach SCSI-Geräten, da du keine hast, gibt er solche Fehlermeldungen aus. Also alle in Ordnung...

Willst du ATAPI-Geräte suchen, mußt du es cdrecord sagen: cdrecord -scanbus -dev=ATAPI
Ahhhh ...bin ich blöd ...
:D
Berthold