Запись ISO образов из консоли на CD-DVD

Материал из Rosalab Wiki
Перейти к: навигация, поиск

Иногда бывает, что программы записи дисков не работают, или работают не корректно.

В таких случаях, как обычно, нас выручает консоль.

Сначала определим какие приводы подключены и где находятся. Набираем в консоли:

wodim -prcap

Вывод будет примерно таким:

[live@localhost ~]$ wodim -prcap
wodim: Operation not permitted. Warning: Cannot raise RLIMIT_MEMLOCK limits.
Device was not specified. Trying to find an appropriate drive...
Detected CD-R drive: /dev/cdrw
Using /dev/cdrom of unknown capabilities
Device type    : Removable CD-ROM
Version        : 5
Response Format: 2
Capabilities   : 
Vendor_info    : 'ASUS    '
Identification : 'DRW-24B5ST      '
Revision       : '1.00'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.

Видим, что наш диск находится по /dev/cdrw

Теперь идем в папку где лежит ISO образ и начинаем записывать.

wodim dev=/dev/cdrw driveropts=burnfree fs=14M speed=6 -dao -eject -overburn -v ROSA-Server-2012-x86_64-DVD.iso

где speed - это скорость записи

dao - метод записи

eject - "выплюнуть" диск из привода после записи

Итак, смотрим как записывается...

[live@localhost ~]$ wodim dev=/dev/cdrw driveropts=burnfree fs=14M speed=6 -dao -eject -overburn -v ROSA-Server-2012-x86_64-DVD.isoTOC Type: 1 = CD-ROM
scsidev: '/dev/cdrw'
devname: '/dev/cdrw'
scsibus: -2 target: -2 lun: -2
Linux sg driver version: 3.5.27
Wodim version: 1.1.11
Driveropts: 'burnfree'
SCSI buffer size: 64512
Device type    : Removable CD-ROM
Version        : 5
Response Format: 2
Capabilities   : 
Vendor_info    : 'ASUS    '
Identification : 'DRW-24B5ST      '
Revision       : '1.00'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
Current: 0x001B (DVD+R)
Profile: 0x002B (DVD+R/DL) 
Profile: 0x001B (DVD+R) (current)
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) 
Profile: 0x0013 (DVD-RW restricted overwrite) 
Profile: 0x0012 (DVD-RAM) 
Profile: 0x0011 (DVD-R sequential recording) 
Profile: 0x0010 (DVD-ROM) 
Profile: 0x000A (CD-RW) 
Profile: 0x0009 (CD-R) 
Profile: 0x0008 (CD-ROM) 
Profile: 0x0002 (Removable disk) 
Using generic SCSI-3/mmc DVD-R(W) driver (mmc_mdvd).
Driver flags   : SWABAUDIO BURNFREE 
Supported modes: PACKET SAO
Drive buf size : 1048576 = 1024 KB
Beginning DMA speed test. Set CDR_NODMATEST environment variable if device
communication breaks or freezes immediately after that.
FIFO size      : 14680064 = 14336 KB
Track 01: data  3292 MB        
Total size:     3781 MB (374:37.33) = 1685800 sectors
Lout start:     3781 MB (374:39/25) = 1685800 sectors
Current Secsize: 2048
HINT: use dvd+rw-mediainfo from dvd+rw-tools for information extraction.
Blocks total: 2295104 Blocks current: 2295104 Blocks remaining: 609304
Speed set to 8310 KB/s
Starting to write CD/DVD at speed   6.0 in real SAO mode for single session.
Last chance to quit, starting real write in    0 seconds. Operation starts.
Waiting for reader process to fill input buffer ... input buffer ready.
Performing OPC...
Sending CUE sheet...
Starting new track at sector: 0
Track 01: 3292 of 3292 MB written (fifo 100%) [buf  99%]   6.2x.
Track 01: Total bytes read/written: 3452518400/3452518400 (1685800 sectors).
Writing  time:  459.280s
Average write speed   6.0x.
Min drive buffer fill was 96%
Fixating...
Fixating time:   14.523s
wodim: fifo had 54381 puts and 54381 gets.
wodim: fifo was 0 times empty and 20279 times full, min fill was 56%.
[live@localhost ~]

Когда диск выйдет из привода, значит мы записали образ.