cdrkit ist ein vom Debian-Projekt gestarteter Fork einer älteren Version der cdrtools. Dieser Fork wird jedoch nicht nur von Debian, sondern auch von anderen großen Linux-Distributionen anstelle der cdrtools verbreitet. Die einzelnen Programme wurden dabei umbenannt, so wurde zum Beispiel aus cdrecord » wodim.
wodim -eject -v -scanbus
TOC Type: 1 = CD-ROM
Linux sg driver version: 3.5.27
Wodim version: 1.1.6
Driveropts: 'burnfree'
SCSI buffer size: 64512
scsibus4:
4,0,0 400) 'FREECOM_' 'DVD+/-RW4B ' '1.31' Removable CD-ROM
4,1,0 401) *
4,2,0 402) *
4,3,0 403) *
4,4,0 404) *
4,5,0 405) *
4,6,0 406) *
4,7,0 407) *
wodim --devices
wodim: Overview of accessible drives (1 found) : ------------------------------------------------------------------------- 0 dev='/dev/scd0' rwrw-- : 'FREECOM_' 'DVD+/-RW4B' -------------------------------------------------------------------------
wodim -eject -v dev=4,0,0 meineDVD.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: '4,0,0' scsibus: 4 target: 0 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.
Wenn der Fehler Unable to open this SCSI ID. Trying to map to old ATA syntax.This workaround will disappear in the near future. Fix your configuration. kommt, ist folgendes zu tun. Er kennt nämlich nicht mehr die alte dev-Syntax.
Oben haben wir festgestellt, dass unser Laufwerk /dev/scd0 heißt.
Also los geht es mit
wodim -eject -v dev=/dev/scd0 meineDVD.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/scd0' devname: '/dev/scd0' 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 : 'FREECOM_' Identification : 'DVD+/-RW4B ' Revision : '1.31' Device seems to be: Generic mmc2 DVD-R/DVD-RW. Current: 0x001B (DVD+R) Profile: 0x001B (DVD+R) (current) Profile: 0x001A (DVD+RW) Profile: 0x0014 (DVD-RW sequential recording) Profile: 0x0013 (DVD-RW restricted overwrite) 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 : 1605632 = 1568 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 2515 MB Total size: 2889 MB (286:14.06) = 1288055 sectors Lout start: 2889 MB (286:16/05) = 1288055 sectors Current Secsize: 2048 HINT: use dvd+rw-mediainfo from dvd+rw-tools for information extraction. Blocks total: 2295104 Blocks current: 2295104 Blocks remaining: 1007049 Speed set to 2822 KB/s Starting to write CD/DVD at speed 2.0 in real unknown 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. ... Writing time: 800.919s Average write speed 2.5x. Min drive buffer fill was 92% Fixating... Fixating time: 12.003s wodim: fifo had 41551 puts and 41551 gets. wodim: fifo was 0 times empty and 31724 times full, min fill was 93%.