[Résolu]Graver en ligne de commande avec script = erreur

Salut,
la commande suivante : growisofs -Z /dev/hdc -R -J /home/chris/Save/
Me renvoie cette erreur : Executing 'genisoimage -R -J /home/chris/Save/ | builtin_dd of=/dev/hdc obs=32k seek=0' :-[ READ TRACK INFORMATION failed with SK=3h/ASC=57h/ACQ=00h]: Input/output error I: -input-charset not specified, using utf-8 (detected in locale settings) genisoimage: Unexpected joliet directory length 226 expected: 230 '' 1.37% done, estimate finish Sun Dec 9 17:39:51 2007 :-[ READ TRACK INFORMATION failed with SK=3h/ASC=57h/ACQ=00h]: Input/output error
Quelqu’un peut expliquer ? sous gnomebaker je n’ai pas de problèmes ,ni pour effacer ni pour graver des DVDRW ou DVD, mais comme je veux me faire un script, je me met à la ligne de commande !

Merci

Tu as un nom de répertoire qui pose problème:
«Unexpected joliet directory length 226 expected: 230»

[quote=“fran.b”]Tu as un nom de répertoire qui pose problème:
«Unexpected joliet directory length 226 expected: 230»[/quote]

avec /home/chris comme paramètres j’ai le même problème !

Saloute

En faisant un wodim dev=ATA -scanbus

Tu devrais obtenir l’adresse SCSI de ton graveur, à partir de là, tu fais un petit script, voici le mien pour un graveur en IDE:

#!/bin/sh taille=`mkisofs -R -q -print-size /media/sda5/GRAVURE` mkisofs -R /media/sda5/GRAVURE 2>/dev/null | wodim -v -dao speed=4 dev=0,0,0 tsize=${taille}s -

Donc à la limite tu peux prendre celui-ci, et changer les chemins ainsi que l’adresse SCSI (0,0,0).

Résultat de la commande :

scsibus0: 0,0,0 0) * 0,1,0 1) * 0,2,0 2) 'LITE-ON ' 'DVDRW SHW-16H5S ' 'LS0R' Removable CD-ROM 0,3,0 3) * 0,4,0 4) * 0,5,0 5) * 0,6,0 6) * 0,7,0 7) *

Au passage, merci pour le srcipt :wink: :smiley:

#!/bin/sh taille=`mkisofs -R -q -print-size /home/chris/Save` mkisofs -R /home/chris/Save 2>/dev/null | wodim -v -dao speed=4 dev=0,2,0 tsize=${taille}s -

Résultats :

TOC Type: 1 = CD-ROM scsidev: '0,2,0' scsibus: 0 target: 2 lun: 0 WARNING: the deprecated pseudo SCSI syntax found as device specification. Support for that may cease in the future versions of wodim. For now, the device will be mapped to a block device file where possible. Run "wodim --devices" for details. 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)... giving up. WARNING: /dev/hda seems to be mounted! WARNING: /dev/hda seems to be mounted! WARNING: /dev/hda seems to be mounted! Error trying to open /dev/hdb exclusively (Device or resource busy)... retrying in 1 second. Error trying to open /dev/hdb exclusively (Device or resource busy)... retrying in 1 second. Error trying to open /dev/hdb exclusively (Device or resource busy)... retrying in 1 second. Error trying to open /dev/hdb exclusively (Device or resource busy)... retrying in 1 second. Error trying to open /dev/hdb exclusively (Device or resource busy)... giving up. WARNING: /dev/hdb seems to be mounted! Linux sg driver version: 3.5.27 Unable to open this SCSI ID. Trying to map to old ATA syntax.This workaround will disappear in the near future. Fix your configuration.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)... giving up. WARNING: /dev/hda seems to be mounted! WARNING: /dev/hda seems to be mounted! WARNING: /dev/hda seems to be mounted! Error trying to open /dev/hdb exclusively (Device or resource busy)... retrying in 1 second. Error trying to open /dev/hdb exclusively (Device or resource busy)... retrying in 1 second. Error trying to open /dev/hdb exclusively (Device or resource busy)... retrying in 1 second. Error trying to open /dev/hdb exclusively (Device or resource busy)... retrying in 1 second. Error trying to open /dev/hdb exclusively (Device or resource busy)... giving up. WARNING: /dev/hdb seems to be mounted! Wodim version: 1.1.6 SCSI buffer size: 64512 Device type : Removable CD-ROM Version : 0 Response Format: 2 Capabilities : Vendor_info : 'LITE-ON ' Identification : 'DVDRW SHW-16H5S ' Revision : 'LS0R' Device seems to be: Generic mmc2 DVD-R/DVD-RW. Current: 0x0013 (DVD-RW restricted overwrite) Profile: 0x002B (DVD+R/DL) Profile: 0x001B (DVD+R) Profile: 0x001A (DVD+RW) Profile: 0x0016 (DVD-R/DL layer jump recording) Profile: 0x0015 (DVD-R/DL sequential recording) Profile: 0x0014 (DVD-RW sequential recording) (current) Profile: 0x0013 (DVD-RW restricted overwrite) (current) Profile: 0x0011 (DVD-R sequential recording) Profile: 0x0010 (DVD-ROM) Profile: 0x000A (CD-RW) Profile: 0x0009 (CD-R) Profile: 0x0008 (CD-ROM) Using generic SCSI-3/mmc DVD-R(W) driver (mmc_mdvd). Driver flags : SWABAUDIO BURNFREE Supported modes: PACKET SAO Drive buf size : 1182464 = 1154 KB Beginning DMA speed test. Set CDR_NODMATEST environment variable if device communication breaks or freezes immediately after that. FIFO size : 12582912 = 12288 KB Track 01: data 1366 MB Total size: 1569 MB (155:28.65) = 699649 sectors Lout start: 1569 MB (155:30/49) = 699649 sectors Current Secsize: 2048 HINT: use dvd+rw-mediainfo from dvd+rw-tools for information extraction. Blocks total: 2297888 Blocks current: 2297888 Blocks remaining: 1598239 Speed set to 2770 KB/s Starting to write CD/DVD at speed 2.0 in real SAO mode for single session. Last chance to quit, starting real write i 0 seconds. Operation starts. Waiting for reader process to fill input buffer ... input buffer ready. Errno: 0 (Success), reserve track scsi sendcmd: no error CDB: 53 00 00 00 00 00 0A AD 01 00 status: 0x2 (CHECK CONDITION) Sense Bytes: 70 00 05 00 00 00 00 0A 00 00 00 00 2C 00 00 00 Sense Key: 0x5 Illegal Request, Segment 0 Sense Code: 0x2C Qual 0x00 (command sequence error) Fru 0x0 Sense flags: Blk 0 (not valid) cmd finished after 0.004s timeout 200s wodim: Cannot open new session. Writing time: 0.042s wodim: fifo had 192 puts and 0 gets. wodim: fifo was 0 times empty and 0 times full, min fill was 100%. debian:/home/chris/Documents# sh grav_save.sh TOC Type: 1 = CD-ROM scsidev: '0,2,0' scsibus: 0 target: 2 lun: 0 WARNING: the deprecated pseudo SCSI syntax found as device specification. Support for that may cease in the future versions of wodim. For now, the device will be mapped to a block device file where possible. Run "wodim --devices" for details. 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)... giving up. WARNING: /dev/hda seems to be mounted! WARNING: /dev/hda seems to be mounted! WARNING: /dev/hda seems to be mounted! Error trying to open /dev/hdb exclusively (Device or resource busy)... retrying in 1 second. Error trying to open /dev/hdb exclusively (Device or resource busy)... retrying in 1 second. Error trying to open /dev/hdb exclusively (Device or resource busy)... retrying in 1 second. Error trying to open /dev/hdb exclusively (Device or resource busy)... retrying in 1 second. Error trying to open /dev/hdb exclusively (Device or resource busy)... giving up. WARNING: /dev/hdb seems to be mounted! Linux sg driver version: 3.5.27 Unable to open this SCSI ID. Trying to map to old ATA syntax.This workaround will disappear in the near future. Fix your configuration.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)... giving up. WARNING: /dev/hda seems to be mounted! WARNING: /dev/hda seems to be mounted! WARNING: /dev/hda seems to be mounted! Error trying to open /dev/hdb exclusively (Device or resource busy)... retrying in 1 second. Error trying to open /dev/hdb exclusively (Device or resource busy)... retrying in 1 second. Error trying to open /dev/hdb exclusively (Device or resource busy)... retrying in 1 second. Error trying to open /dev/hdb exclusively (Device or resource busy)... retrying in 1 second. Error trying to open /dev/hdb exclusively (Device or resource busy)... giving up. WARNING: /dev/hdb seems to be mounted! Wodim version: 1.1.6 SCSI buffer size: 64512 Device type : Removable CD-ROM Version : 0 Response Format: 2 Capabilities : Vendor_info : 'LITE-ON ' Identification : 'DVDRW SHW-16H5S ' Revision : 'LS0R' Device seems to be: Generic mmc2 DVD-R/DVD-RW. Current: 0x0013 (DVD-RW restricted overwrite) Profile: 0x002B (DVD+R/DL) Profile: 0x001B (DVD+R) Profile: 0x001A (DVD+RW) Profile: 0x0016 (DVD-R/DL layer jump recording) Profile: 0x0015 (DVD-R/DL sequential recording) Profile: 0x0014 (DVD-RW sequential recording) (current) Profile: 0x0013 (DVD-RW restricted overwrite) (current) Profile: 0x0011 (DVD-R sequential recording) Profile: 0x0010 (DVD-ROM) Profile: 0x000A (CD-RW) Profile: 0x0009 (CD-R) Profile: 0x0008 (CD-ROM) Using generic SCSI-3/mmc DVD-R(W) driver (mmc_mdvd). Driver flags : SWABAUDIO BURNFREE Supported modes: PACKET SAO Drive buf size : 1182464 = 1154 KB Beginning DMA speed test. Set CDR_NODMATEST environment variable if device communication breaks or freezes immediately after that. FIFO size : 12582912 = 12288 KB Track 01: data 1366 MB Total size: 1569 MB (155:28.65) = 699649 sectors Lout start: 1569 MB (155:30/49) = 699649 sectors Current Secsize: 2048 HINT: use dvd+rw-mediainfo from dvd+rw-tools for information extraction. Blocks total: 2297888 Blocks current: 2297888 Blocks remaining: 1598239 Speed set to 2770 KB/s Starting to write CD/DVD at speed 2.0 in real SAO mode for single session. Last chance to quit, starting real write i 0 seconds. Operation starts. Waiting for reader process to fill input buffer ... input buffer ready. Errno: 0 (Success), reserve track scsi sendcmd: no error CDB: 53 00 00 00 00 00 0A AD 01 00 status: 0x2 (CHECK CONDITION) Sense Bytes: 70 00 05 00 00 00 00 0A 00 00 00 00 2C 00 00 00 Sense Key: 0x5 Illegal Request, Segment 0 Sense Code: 0x2C Qual 0x00 (command sequence error) Fru 0x0 Sense flags: Blk 0 (not valid) cmd finished after 0.004s timeout 200s wodim: Cannot open new session. Writing time: 0.046s wodim: fifo had 192 puts and 0 gets. wodim: fifo was 0 times empty and 0 times full, min fill was 100%.
Rien ne se passe en fait (enfin si, ca a marché une seule fois…), je récise être en SID .

Peux-tu poster ton fstab ? Apparemment wodim n’arrive pas à le gérer tel qu’il est, enfin je sais pas trop, tu as essayé wodim --devices aussi ? Ca donne quoi ?

Quel est le modèle complet de ton graveur ?

mon /etc/fstab :

[code]# /etc/fstab: static file system information.

proc /proc proc defaults 0 0
/dev/hda3 / ext3 defaults,errors=remount-ro 0 1
/dev/hda2 /boot ext3 defaults 0 2
/dev/hdb1 /home ext3 defaults 0 2
/dev/hda1 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0[/code]

Un wodim --devices:

0 dev='/dev/hdc' rwrw-- : 'LITE-ON' 'DVDRW SHW-16H5S'

:smiling_imp:

Ce que je n’arrive pas à comprendre, c’est pourquoi il cherche à ouvrir hdb.

C’est pas la seule chose que j’ai du mal à piger en fait :laughing:

Sinon peux-tu essayer en root ? Ca fonctionne ?

Puis que donne

#!/bin/sh taille=`mkisofs -R -q -print-size /home/chris/Save` mkisofs -R /home/chris/Save 2>/dev/null | wodim -v -dao speed=4 dev=ATAPI:/dev/hdc tsize=${taille}s -

J’ai du mal à faire le lien entre ce qu’il veut faire et ce qu’il devrait faire là :confused:
Ou Avec dev=ATA:/ au lieu de dev=ATAPI:/

[quote=“chris38”][quote=“fran.b”]Tu as un nom de répertoire qui pose problème:
«Unexpected joliet directory length 226 expected: 230»[/quote]

avec /home/chris comme paramètres j’ai le même problème ![/quote]
Oui mais tu as des sous répertoires dedans? Regardes du coté des fichiers cachés (.quelque chose notamment sous .mozilla)

[quote=“ymer”]

J’ai du mal à faire le lien entre ce qu’il veut faire et ce qu’il devrait faire là :confused:
Ou Avec dev=ATA:/ au lieu de dev=ATAPI:/[/quote]

Dans mon répertoire Save, il y à des sauvegardes hebdo de /boot,/root,/etc notement, et des rep et fichiers de mon /home dont des fichiers cachés aussi.Tout ceci compréssé en *.gzip dans 2 Rep distinc, ce sont ces 2 rep que cherche à save sur un DVD.Ils ont pour nom : save_11_12_2007_08_26 par exemple et mozilla_11_12_2007_18_00.
Avec gnomebaker y’a pas de problèmes…

Essaye avec mkisofs pour voir si c’est un souci pour la fabrication de l’image ISO (ce que je soupçonne). Je te suggère de donn er une optiuon -v pour avoir plus de messages:

$ mkisofs -o /dev/null -v -R -J /home/chris/Save/

[quote=“fran.b”]Essaye avec mkisofs pour voir si c’est un souci pour la fabrication de l’image ISO (ce que je soupçonne). Je te suggère de donn er une optiuon -v pour avoir plus de messages:

$ mkisofs -o /dev/null -v -R -J /home/chris/Save/[/quote]

Le fichier “dev/null” est créer mais il n’y à rien à l’intérieur, résultat de la commande :

debian:/home/chris# mkisofs -o /dev/null -v -R -J /home/chris/Save I: -input-charset not specified, using utf-8 (detected in locale settings) genisoimage 1.1.6 (Linux) Scanning /home/chris/Save Scanning /home/chris/Save/mozilla Scanning /home/chris/Save/save Writing: Initial Padblock Start Block 0 Done with: Initial Padblock Block(s) 16 Writing: Primary Volume Descriptor Start Block 16 Done with: Primary Volume Descriptor Block(s) 1 Writing: Joliet Volume Descriptor Start Block 17 Done with: Joliet Volume Descriptor Block(s) 1 Writing: End Volume Descriptor Start Block 18 Done with: End Volume Descriptor Block(s) 1 Writing: Version block Start Block 19 Done with: Version block Block(s) 1 Writing: Path table Start Block 20 Done with: Path table Block(s) 4 Writing: Joliet path table Start Block 24 Done with: Joliet path table Block(s) 4 Writing: Directory tree Start Block 28 Done with: Directory tree Block(s) 3 Writing: Joliet directory tree Start Block 31 genisoimage: Unexpected joliet directory length 158 expected: 162 '' Done with: Joliet directory tree Block(s) 3 Writing: Directory tree cleanup Start Block 34 Done with: Directory tree cleanup Block(s) 0 Writing: Extension record Start Block 34 Done with: Extension record Block(s) 1 Writing: The File(s) Start Block 35 1.29% done, estimate finish Thu Dec 13 09:47:48 2007 genisoimage: No space left on device. cannot fwrite 32768*1

Je m’attendais à tout sauf à ça, /dev/null est un puit sans fond donc sans problème d’espace. En général c’est du à une partition FAT32 et une limitation à 4G mais là… Essayes à tout hasard en mettant -o <cheminverspartitionext2ou3avec10Gdelibre>/bidon.iso
sinon je n’ai pas d’explication excepté peut être un pbm de système de fichiers:

  • essayes sans l’option -R puis…
  • (je pense que ça marchera alors) sans l’option -J (dans ce cas, il faudra vraiment regarder l’arborescence que tu sauves).

[quote=“fran.b”][quote=“chris38”]
Writing: The File(s) Start Block 35
1.29% done, estimate finish Thu Dec 13 09:47:48 2007
genisoimage: No space left on device. cannot fwrite 32768*1
[/quote]
Je m’attendais à tout sauf à ça, /dev/null est un puit sans fond donc sans problème d’espace. En général c’est du à une partition FAT32 et une limitation à 4G mais là… Essayes à tout hasard en mettant -o <cheminverspartitionext2ou3avec10Gdelibre>/bidon.iso
sinon je n’ai pas d’explication excepté peut être un pbm de système de fichiers:

  • essayes sans l’option -R puis…
  • (je pense que ça marchera alors) sans l’option -J (dans ce cas, il faudra vraiment regarder l’arborescence que tu sauves).[/quote]
    Bon, avec -o <sur mon DD /home> (mon / est sur un autre DD ) ca fonctionne un peux :smiley: car la suite de la commande ne passe pas :

I: -input-charset not specified, using utf-8 (detected in locale settings) genisoimage 1.1.6 (Linux) Scanning /home/chris/Save Scanning /home/chris/Save/mozilla Scanning /home/chris/Save/save Writing: Initial Padblock Start Block 0 Done with: Initial Padblock Block(s) 16 Writing: Primary Volume Descriptor Start Block 16 Done with: Primary Volume Descriptor Block(s) 1 Writing: Joliet Volume Descriptor Start Block 17 Done with: Joliet Volume Descriptor Block(s) 1 Writing: End Volume Descriptor Start Block 18 Done with: End Volume Descriptor Block(s) 1 Writing: Version block Start Block 19 Done with: Version block Block(s) 1 Writing: Path table Start Block 20 Done with: Path table Block(s) 4 Writing: Joliet path table Start Block 24 Done with: Joliet path table Block(s) 4 Writing: Directory tree Start Block 28 Done with: Directory tree Block(s) 3 Writing: Joliet directory tree Start Block 31 genisoimage: Unexpected joliet directory length 158 expected: 162 '' Done with: Joliet directory tree Block(s) 3 Writing: Directory tree cleanup Start Block 34 Done with: Directory tree cleanup Block(s) 0 Writing: Extension record Start Block 34 Done with: Extension record Block(s) 1 Writing: The File(s) Start Block 35 TOC Type: 1 = CD-ROM scsidev: '0,2,0' scsibus: 0 target: 2 lun: 0 WARNING: the deprecated pseudo SCSI syntax found as device specification. Support for that may cease in the future versions of wodim. For now, the device will be mapped to a block device file where possible. Run "wodim --devices" for details. 1.29% done, estimate finish Thu Dec 13 19:32:16 2007 2.58% done, estimate finish Thu Dec 13 19:32:54 2007 3.87% done, estimate finish Thu Dec 13 19:33:07 2007 5.15% done, estimate finish Thu Dec 13 19:33:14 2007 6.44% done, estimate finish Thu Dec 13 19:33:18 2007 7.73% done, estimate finish Thu Dec 13 19:33:20 2007 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. 9.02% done, estimate finish Thu Dec 13 19:33:22 2007 10.30% done, estimate finish Thu Dec 13 19:33:23 2007 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. 11.59% done, estimate finish Thu Dec 13 19:33:25 2007 Error trying to open /dev/hda exclusively (Device or resource busy)... giving up. 12.88% done, estimate finish Thu Dec 13 19:33:33 2007 WARNING: /dev/hda seems to be mounted! WARNING: /dev/hda seems to be mounted! WARNING: /dev/hda seems to be mounted! Error trying to open /dev/hdb exclusively (Device or resource busy)... retrying in 1 second. 14.17% done, estimate finish Thu Dec 13 19:33:26 2007 15.45% done, estimate finish Thu Dec 13 19:33:27 2007 Error trying to open /dev/hdb exclusively (Device or resource busy)... retrying in 1 second. 16.74% done, estimate finish Thu Dec 13 19:33:27 2007 Error trying to open /dev/hdb exclusively (Device or resource busy)... retrying in 1 second. 18.03% done, estimate finish Thu Dec 13 19:33:22 2007 Error trying to open /dev/hdb exclusively (Device or resource busy)... retrying in 1 second. 19.32% done, estimate finish Thu Dec 13 19:33:23 2007 Error trying to open /dev/hdb exclusively (Device or resource busy)... giving up. 20.60% done, estimate finish Thu Dec 13 19:33:28 2007 WARNING: /dev/hdb seems to be mounted! Error trying to open /dev/hdc exclusively (Device or resource busy)... retrying in 1 second. 21.89% done, estimate finish Thu Dec 13 19:33:29 2007 Error trying to open /dev/hdc exclusively (Device or resource busy)... retrying in 1 second. 23.18% done, estimate finish Thu Dec 13 19:33:29 2007 Error trying to open /dev/hdc exclusively (Device or resource busy)... retrying in 1 second. 24.47% done, estimate finish Thu Dec 13 19:33:29 2007 Error trying to open /dev/hdc exclusively (Device or resource busy)... retrying in 1 second. 25.75% done, estimate finish Thu Dec 13 19:33:29 2007 Error trying to open /dev/hdc exclusively (Device or resource busy)... giving up. 27.04% done, estimate finish Thu Dec 13 19:33:29 2007 WARNING: /dev/hdc seems to be mounted! Unable to open this SCSI ID. Trying to map to old ATA syntax.This workaround will disappear in the near future. Fix your configuration.Error trying to open /dev/hda exclusively (Device or resource busy)... retrying in 1 second. 28.33% done, estimate finish Thu Dec 13 19:33:26 2007 Error trying to open /dev/hda exclusively (Device or resource busy)... retrying in 1 second. 29.62% done, estimate finish Thu Dec 13 19:33:26 2007 30.90% done, estimate finish Thu Dec 13 19:33:27 2007 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. 32.19% done, estimate finish Thu Dec 13 19:33:27 2007 Error trying to open /dev/hda exclusively (Device or resource busy)... giving up. 33.48% done, estimate finish Thu Dec 13 19:33:27 2007 WARNING: /dev/hda seems to be mounted! WARNING: /dev/hda seems to be mounted! WARNING: /dev/hda seems to be mounted! Error trying to open /dev/hdb exclusively (Device or resource busy)... retrying in 1 second. 34.77% done, estimate finish Thu Dec 13 19:33:27 2007 Error trying to open /dev/hdb exclusively (Device or resource busy)... retrying in 1 second. 36.05% done, estimate finish Thu Dec 13 19:33:30 2007 Error trying to open /dev/hdb exclusively (Device or resource busy)... retrying in 1 second. 37.34% done, estimate finish Thu Dec 13 19:33:30 2007 Error trying to open /dev/hdb exclusively (Device or resource busy)... retrying in 1 second. 38.63% done, estimate finish Thu Dec 13 19:33:28 2007 Error trying to open /dev/hdb exclusively (Device or resource busy)... giving up. 39.92% done, estimate finish Thu Dec 13 19:33:31 2007 WARNING: /dev/hdb seems to be mounted! Error trying to open /dev/hdc exclusively (Device or resource busy)... retrying in 1 second. Error trying to open /dev/hdc exclusively (Device or resource busy)... retrying in 1 second. 41.20% done, estimate finish Thu Dec 13 19:33:33 2007 Error trying to open /dev/hdc exclusively (Device or resource busy)... retrying in 1 second. 42.49% done, estimate finish Thu Dec 13 19:33:33 2007 Error trying to open /dev/hdc exclusively (Device or resource busy)... retrying in 1 second. 43.78% done, estimate finish Thu Dec 13 19:33:33 2007 Error trying to open /dev/hdc exclusively (Device or resource busy)... giving up. 45.07% done, estimate finish Thu Dec 13 19:33:31 2007 46.35% done, estimate finish Thu Dec 13 19:33:31 2007
Je comprend pas pourquoi il demande hdb ou hda puis ce que c’est /dev/hdc …Mais il y à une amélioration !!! :wink:

Ne mélanges pas, que donnes juste

$ mkisofs -o /home/Bigtruc.iso -v -R -J /home/chris/Save/

comme messages d’erreurs, puis idem sans le -J

[quote=“fran.b”]Ne mélanges pas, que donnes juste

$ mkisofs -o /home/Bigtruc.iso -v -R -J /home/chris/Save/

comme messages d’erreurs, puis idem sans le -J[/quote]

Aucuns messages d’erreurs :smiley:

Ah, donc c’est un pbm de ton graveur, je ne sais pas si c’est une bonne nouvelle.

Reessaye la ligne wodim avec dev=/dev/hdc (sans le ATAPI devant, c’est obsolète et ça l’oblige à passer par du pseudo SCSI)

[quote=“fran.b”]Ah, donc c’est un pbm de ton graveur, je ne sais pas si c’est une bonne nouvelle.

Reessaye la ligne wodim avec dev=/dev/hdc (sans le ATAPI devant, c’est obsolète et ça l’oblige à passer par du pseudo SCSI)[/quote]
comme ceci ?

En fait je simplifierais même:

(met speed=1 au début pour bétonner…), laisse wodim prendre les options par défaut.

Il me demande une taille …

[quote]I: -input-charset not specified, using utf-8 (detected in locale settings)
genisoimage 1.1.6 (Linux)
genisoimage: No such file or directory. Invalid node - ‘/home/chris/save.iso’.
wodim: No write mode specified.
wodim: Asuming -tao mode.
wodim: Future versions of wodim may have different drive dependent defaults.
TOC Type: 1 = CD-ROM
scsidev: '/dev/hdc’
devname: '/dev/hdc’
scsibus: -2 target: -2 lun: -2
Linux sg driver version: 3.5.27
Wodim version: 1.1.6
SCSI buffer size: 64512
Device type : Removable CD-ROM
Version : 0
Response Format: 2
Capabilities :
Vendor_info : 'LITE-ON '
Identification : 'DVDRW SHW-16H5S '
Revision : 'LS0R’
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
Current: 0x0013 (DVD-RW restricted overwrite)
Profile: 0x002B (DVD+R/DL)
Profile: 0x001B (DVD+R)
Profile: 0x001A (DVD+RW)
Profile: 0x0016 (DVD-R/DL layer jump recording)
Profile: 0x0015 (DVD-R/DL sequential recording)
Profile: 0x0014 (DVD-RW sequential recording) (current)
Profile: 0x0013 (DVD-RW restricted overwrite) (current)
Profile: 0x0011 (DVD-R sequential recording)
Profile: 0x0010 (DVD-ROM)
Profile: 0x000A (CD-RW)
Profile: 0x0009 (CD-R)
Profile: 0x0008 (CD-ROM)
Using generic SCSI-3/mmc DVD-R(W) driver (mmc_mdvd).
Driver flags : SWABAUDIO BURNFREE
Supported modes: PACKET SAO
Drive buf size : 1182464 = 1154 KB
Beginning DMA speed test. Set CDR_NODMATEST environment variable if device
communication breaks or freezes immediately after that.
FIFO size : 12582912 = 12288 KB
Track 01: data unknown length
wodim: Track 1 has unknown length.
wodim: Use tsize= option in SAO mode to specify track size.[/quote]

Mais si je mets une taille type ( tsize=${taille}s ) :

[quote]I: -input-charset not specified, using utf-8 (detected in locale settings)
genisoimage 1.1.6 (Linux)
genisoimage: No such file or directory. Invalid node - ‘/home/chris/save.iso’.
wodim: No write mode specified.
wodim: Asuming -tao mode.
wodim: Future versions of wodim may have different drive dependent defaults.
TOC Type: 1 = CD-ROM
scsidev: '/dev/hdc’
devname: '/dev/hdc’
scsibus: -2 target: -2 lun: -2
Linux sg driver version: 3.5.27
Wodim version: 1.1.6
SCSI buffer size: 64512
Device type : Removable CD-ROM
Version : 0
Response Format: 2
Capabilities :
Vendor_info : 'LITE-ON '
Identification : 'DVDRW SHW-16H5S '
Revision : 'LS0R’
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
Current: 0x0013 (DVD-RW restricted overwrite)
Profile: 0x002B (DVD+R/DL)
Profile: 0x001B (DVD+R)
Profile: 0x001A (DVD+RW)
Profile: 0x0016 (DVD-R/DL layer jump recording)
Profile: 0x0015 (DVD-R/DL sequential recording)
Profile: 0x0014 (DVD-RW sequential recording) (current)
Profile: 0x0013 (DVD-RW restricted overwrite) (current)
Profile: 0x0011 (DVD-R sequential recording)
Profile: 0x0010 (DVD-ROM)
Profile: 0x000A (CD-RW)
Profile: 0x0009 (CD-R)
Profile: 0x0008 (CD-ROM)
Using generic SCSI-3/mmc DVD-R(W) driver (mmc_mdvd).
Driver flags : SWABAUDIO BURNFREE
Supported modes: PACKET SAO
Drive buf size : 1182464 = 1154 KB
Beginning DMA speed test. Set CDR_NODMATEST environment variable if device
communication breaks or freezes immediately after that.
FIFO size : 12582912 = 12288 KB
Track 01: data unknown length
wodim: Track 1 has unknown length.
wodim: Use tsize= option in SAO mode to specify track size.
[/quote]