Bonjour à tous,
Je rencontre le problème suivant :
Lorsque je souhaite effacer mes DVD+RW en console avec cdrecord, avec cette commande : [quote ]cdrecord -v blank=fast dev=0,0,0[/quote]
Voilà ce qu'il me répond :
[lunix@ordi ~]$ sudo cdrecord -v blank=fast dev=0,0,0
Password:
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: '0,1,0'
scsibus: 0 target: 1 lun: 0
cdrecord: No such file or directory. Cannot open '/dev/pg1'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
Je pense avoir pourtant bien spécifié mon graveur DVD, car lorsque je fais :
[lunix@ordi ~]$ cdrecord -scanbus
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.
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.83-RH '@(#)scsi-linux-sg.c 1.83 04/05/20 Copyright 1997 J. Schilling').
scsibus0:
0,0,0 0) 'HL-DT-ST' 'DVDRAM GSA-4167B' 'DL11' Removable CD-ROM
0,1,0 1) 'TSSTcorp' 'DVD-ROM SH-D162C' 'TS02' Removable CD-ROM
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
Les coordonnés sont bien 0,0,0 !
Voilà si vous pouviez m'aider,
Merci d'avance !
Lunix
# Et comme ceci ?
Posté par Ouinhin . Évalué à 2.
ou encore
cdrecord blank=fast dev=/dev/hdb (ou nom du périphérique)
# Oui impecable mais....
Posté par lunix . Évalué à 1.
[lunix@ordi ~]$ sudo cdrecord dev=ATA:0,0,0 blank=fast
Password:
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.
scsidev: 'ATA:0,0,0'
devname: 'ATA'
scsibus: 0 target: 0 lun: 0
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.83-RH '@(#)scsi-linux-sg.c 1.83 04/05/20 Copyright 1997 J. Schilling').
Device type : Removable CD-ROM
Version : 0
Response Format: 2
Capabilities :
Vendor_info : 'HL-DT-ST'
Identifikation : 'DVDRAM GSA-4167B'
Revision : 'DL11'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
cdrecord: Found DVD media: using cdr_mdvd.
Using generic SCSI-3/mmc DVD-R(W) driver (mmc_mdvd).
Driver flags : SWABAUDIO BURNFREE
Supported modes: PACKET SAO
scsi_set_streaming
Speed set to 5540 KB/s
Starting to write CD/DVD at speed 4.0 in real BLANK mode for single session.
Last chance to quit, starting real write 0 seconds. Operation starts.
Error: this media does not support blanking, ignoring.
This drive or media does not support the 'BLANK media' command
cdrecord: Cannot blank disk, aborting.
cdrecord: Some drives do not support all blank types.
cdrecord: Try again with cdrecord blank=all.
[lunix@ordi ~]$
Même en essayant blank=full il dit que mon media ne supporte pas l'option BLANK.
Pourtant, j'arrive à effacer ce même média sur Windows avec un software quelconque.
Merci de ton aide !
[^] # Re: Oui impecable mais....
Posté par Ouinhin . Évalué à 1.
-----------------
A DVD+RW works similar to a DVD-RAM. Exceptions are:
- You need to format it before first usage (this is done
automatically by cdrecord)
- You cannot blank it (Exception are current Ricoh based drives).
----------------
Sinon tu peux toujours utiliser growisofs comme ceci :
growisofs -Z /dev/hda (ou nom du périphérique)
NB : Pour information, j'ai le même graveur que le tien et cela fonctionne parfaitement.
Suivre le flux des commentaires
Note : les commentaires appartiennent à celles et ceux qui les ont postés. Nous n’en sommes pas responsables.