You are not logged in.

#1 2010-11-07 14:22:18

Ferk
Member
Registered: 2010-10-28
Posts: 1

cdrecord/brasero burn the ISO file as data file instead of as image

Following the wiki, I was able to burn a Cd witht he command:

$ sudo cdrecord -v driveropts=burnfree dev=/dev/cdrom -dao "isofile.iso"

Things seemed to go fine and I got this output:

TOC Type: 1 = CD-ROM
scsidev: '/dev/sr0'
devname: '/dev/sr0'
scsibus: -2 target: -2 lun: -2
Linux sg driver version: 3.5.27
Wodim version: 1.1.10
Driveropts: 'burnfree'
SCSI buffer size: 64512
Device type    : Removable CD-ROM
Version        : 5
Response Format: 2
Capabilities   : 
Vendor_info    : 'Optiarc '
Identification : 'DVD RW AD-7540A '
Revision       : '1.01'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
Current: 0x000A (CD-RW)
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) 
Profile: 0x0013 (DVD-RW restricted overwrite) 
Profile: 0x0012 (DVD-RAM) 
Profile: 0x0011 (DVD-R sequential recording) 
Profile: 0x0010 (DVD-ROM) 
Profile: 0x000A (CD-RW) (current)
Profile: 0x0009 (CD-R) 
Profile: 0x0008 (CD-ROM) (current)
Profile: 0x0002 (Removable disk) 
Using generic SCSI-3/mmc   CD-R/CD-RW driver (mmc_cdr).
Driver flags   : MMC-3 SWABAUDIO BURNFREE 
Supported modes: TAO PACKET SAO SAO/R96R RAW/R96R
Drive buf size : 890880 = 870 KB
Beginning DMA speed test. Set CDR_NODMATEST environment variable if device
communication breaks or freezes immediately after that.
FIFO size      : 4194304 = 4096 KB
Track 01: data   100 MB        
Total size:      115 MB (11:24.94) = 51371 sectors
Lout start:      115 MB (11:26/71) = 51371 sectors
Current Secsize: 2048
ATIP info from disk:
  Indicated writing power: 3
  Reference speed: 6
  Is not unrestricted
  Is erasable
  Disk sub type: High speed Rewritable (CAV) media (1)
  ATIP start of lead in:  -11240 (97:32/10)
  ATIP start of lead out: 359849 (79:59/74)
  1T speed low:  4 1T speed high: 10
  2T speed low:  4 2T speed high:  0 (reserved val  6)
  power mult factor: 1 5
  recommended erase/write power: 5
  A1 values: 24 1A D8
  A2 values: 26 B2 4A
Disk type:    Phase change
Manuf. index: 27
Manufacturer: Prodisc Technology Inc.
Blocks total: 359849 Blocks current: 359849 Blocks remaining: 308478
Speed set to 1764 KB/s
Starting to write CD/DVD at speed  10.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...
Writing pregap for track 1 at -150
Starting new track at sector: 0
Track 01:  100 of  100 MB written (fifo 100%) [buf 100%]  10.6x.
Track 01: Total bytes read/written: 105207808/105207808 (51371 sectors).
Writing  time:  110.338s
Average write speed   7.0x.
Min drive buffer fill was 100%
Fixating...
Fixating time:   19.578s
BURN-Free was never needed.
wodim: fifo had 1658 puts and 1658 gets.
wodim: fifo was 0 times empty and 1585 times full, min fill was 89%.

But then when I mount the cdrom back, instead of the contents of the ISO image, I find the "isofile.iso" file!!
I tried installing brasero and using it instead, but the same thing happened, what could the problem be?

Last edited by Ferk (2010-11-07 14:24:46)

Offline

#2 2010-11-07 14:35:38

lagagnon
Member
From: an Island in the Pacific...
Registered: 2009-12-10
Posts: 1,087
Website

Re: cdrecord/brasero burn the ISO file as data file instead of as image

You should not be using the "-dao" switch and get rid of the burnfree thing as that is now deprecated and will be used anyways if your drive supports it, so:

sudo cdrecord -v dev=/dev/cdrom isofile.iso


Philosophy is looking for a black cat in a dark room. Metaphysics is looking for a black cat in a dark room that isn't there. Religion is looking for a black cat in a dark room that isn't there and shouting "I found it!". Science is looking for a black cat in a dark room with a flashlight.

Offline

Board footer

Powered by FluxBB