Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 04/09/2006, à 11:33

Maxouille

Effacer un cd -rw

salut smile
j'esseye deffacer mon cd rw avec k3b, je sais ou il faut allé ect  mais il me signale cette erreur lors du démarage

System
-----------------------
K3b Version: 0.12.14

KDE Version: 3.5.2
QT Version:  3.3.6
Kernel:      2.6.15-26-686
Devices
-----------------------
TSSTcorp CD/DVDW SH-W162C TS10 (/dev/hda, ) at  [CD-R; CD-RW; CD-ROM; DVD-ROM; DVD-R; DVD-RW; DVD-R DL; DVD+R; DVD+RW; DVD+R DL] [DVD-ROM; DVD-R séquentiel; DVD-R double couche séquentiel; DVD RW à réinscription limitée; DVD-RW séquentiel; DVD+RW; DVD+R; DVD+R double couche; CD-ROM; CD-R; CD-RW] [SAO; TAO; RAW; SAO/R96P; SAO/R96R; RAW/R16; RAW/R96P; RAW/R96R; Réinscription restreinte]

TOSHIBA DVD-ROM SDM2012C TU01 (/dev/hdb, ) at /media/cdrom0 [CD-ROM; DVD-ROM] [DVD-ROM; CD-ROM] [Aucune]
Used versions
-----------------------
cdrecord: 2.1.1a01

cdrecord command:
-----------------------
/usr/bin/X11/cdrecord.mmap -v gracetime=2 dev=/dev/hda speed=4 -tao driveropts=burnfree -eject -overburn blank=fast -force 

cdrecord
-----------------------
/usr/bin/X11/cdrecord: Warning: Running on Linux-2.6.15-26-686

/usr/bin/X11/cdrecord: There are unsettled issues with Linux-2.5 and newer.
/usr/bin/X11/cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
scsidev: '/dev/hda'
devname: '/dev/hda'
scsibus: -2 target: -2 lun: -2
Warning: Open by 'devname' is unintentional and not supported.
Error trying to open /dev/hda exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hda exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hda exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hda exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hda exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hda exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hda exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hda exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hda exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hda exclusively (Device or resource busy)... retrying in 1 second.
Cdrecord-Clone 2.01.01a01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Joerg Schilling
NOTE: this version of cdrecord is an inofficial (modified) release of cdrecord
      and thus may have bugs that are not present in the original version.
      Please send bug reports and support requests to <cdrtools@packages.debian.org>.
      The original author should not be bothered with problems of this version.
TOC Type: 1 = CD-ROM
/usr/bin/X11/cdrecord: Device or resource busy. Cannot open '/dev/hda'. Cannot open SCSI driver.
/usr/bin/X11/cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
/usr/bin/X11/cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
/usr/bin/X11/cdrecord: 
/usr/bin/X11/cdrecord: For more information, install the cdrtools-doc
/usr/bin/X11/cdrecord: package and read /usr/share/doc/cdrecord/README.ATAPI.setup .

Merci pour votre aide :=)

Dernière modification par Maxouille (Le 04/09/2006, à 15:37)

Hors ligne

#2 Le 05/09/2006, à 06:50

Maxouille

Re : Effacer un cd -rw

svp neutral

Hors ligne

#3 Le 05/09/2006, à 09:13

eclipse

Re : Effacer un cd -rw

Maxouille a écrit :

salut smile
j'esseye deffacer mon cd rw avec k3b,

Utilize le terminal, tu gagneras du temps

$ umount /dev/hdc  
$ cdrecord -scanbus dev="ATA"

La 2e ligne sert à savoir ou se trouve le lecteur cdrom. Si c'est un graveur externe, il faut taper simplement :

$ cdrecord -scanbus

Tu obtiendras quelque choze comme ca :

        1,0,0   100) 'TDK     ' 'DVDRW1616N      ' '2.78' Removable CD-ROM
        1,1,0   101) *
        1,2,0   102) *
        1,3,0   103) *
        1,4,0   104) *
        1,5,0   105) *
        1,6,0   106) *
        1,7,0   107) *

Ensuite on tape :

cdrecord -v dev="ATA:1,0,0" blank=fast

Et hop te voilà avec un cd/rw tout neuf lol

Dernière modification par eclipse (Le 05/09/2006, à 09:14)

#4 Le 05/09/2006, à 16:46

Maxouille

Re : Effacer un cd -rw

bon je vais esseyer cela se soir et jte redis si j'ai un probleme smile

Hors ligne