You are not logged in.
Hello everyone, this is my first post. My problem is the following:
I want to burn an ISO file to a CD-R, blank, 700MB. The file is 544KB so the CD should be just fine. I tried with wodim and cdrecord. Same issue. The process is finished without any error output, but in the end, nothing is written, the cd remains blank. I tried with other .iso files, but it's just the same. By the way, I'm already inside the folder that contains the ISO, so I don't have to write the full path to file. First I scanned the drives:
[root@Narciso plpbt-5.0.15]# cdrecord -scanbus
Cdrecord-ProDVD-ProBD-Clone 3.02a09 (x86_64-unknown-linux-gnu) Copyright (C) 1995-2016 Joerg Schilling
Linux sg driver version: 3.5.36
Using libscg version 'schily-0.9'.
scsibus0:
0,0,0 0) 'ATA ' 'HGST HTS545050A7' 'AH10' Disk
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
scsibus1:
1,0,0 100) 'hp ' 'DVDRW GUB0N ' 'UB00' 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) *So I did:
[root@Narciso plpbt-5.0.15]# cdrecord -v -tao dev=1,0,0 plpbt.iso
Cdrecord-ProDVD-ProBD-Clone 3.02a09 (x86_64-unknown-linux-gnu) Copyright (C) 1995-2016 Joerg Schilling
TOC Type: 1 = CD-ROM
scsidev: '1,0,0'
scsibus: 1 target: 0 lun: 0
Linux sg driver version: 3.5.36
Using libscg version 'schily-0.9'.
SCSI buffer size: 64512
atapi: 1
Device type : Removable CD-ROM
Version : 5
Response Format: 2
Capabilities :
Vendor_info : 'hp '
Identifikation : 'DVDRW GUB0N '
Revision : 'UB00'
Device seems to be: Generic mmc2 DVD-R/DVD-RW/DVD-RAM.
Current: CD-R
Profile: DVD-RAM
Profile: DVD+R/DL
Profile: DVD+R
Profile: DVD+RW
Profile: DVD-R/DL layer jump recording
Profile: DVD-R/DL sequential recording
Profile: DVD-RW sequential recording
Profile: DVD-RW restricted overwrite
Profile: DVD-R sequential recording
Profile: DVD-ROM
Profile: CD-RW
Profile: CD-R (current)
Profile: CD-ROM
Profile: 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/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R LAYER_JUMP
Drive buf size : 262144 = 256 KB
cdrecord: Warning: Cannot read drive buffer.
cdrecord: Warning: The DMA speed test has been skipped.
FIFO size : 4194304 = 4096 KB
Track 01: data 0 MB padsize: 56 KB
Total size: 0 MB (00:04.02) = 302 sectors
Lout start: 1 MB (00:06/02) = 302 sectors
Current Secsize: 2048
ATIP info from disk:
Indicated writing power: 5
Disk Is not unrestricted
Disk Is not erasable
Disk sub type: Medium Type A, high Beta category (A+) (3)
ATIP start of lead in: -11634 (97:26/66)
ATIP start of lead out: 359846 (79:59/71)
Disk type: Short strategy type (Phthalocyanine or similar)
Manuf. index: 3
Manufacturer: CMC Magnetics Corporation
Capacity Blklen/Sparesz. Format-type Type
359846 2048 0x00 Unformated or Blank Media
Blocks total: 359846 Blocks current: 359846 Blocks remaining: 359544
Starting to write CD/DVD/BD at speed 10 in real TAO mode for single session.
Last chance to quit, starting real write 0 seconds. Operation starts.
Waiting for reader process to fill input buffer ... input buffer ready.
BURN-Free is OFF.
Performing OPC...
Starting new track at sector: 0
Track 01: 0 of 0 MB written.
Track 01: writing 56 KB of pad data.
Track 01: Total bytes read/written: 557056/614400 (300 sectors).
Writing time: 15.250s (00:00:15.250)
Average write speed 0,3x.
Fixating...
Fixating time: 25.514s (00:00:25.514)
cdrecord: fifo had 9 puts and 9 gets.
cdrecord: fifo was 0 times empty and 0 times full, min fill was 100%.And the CD is still blank. I tried with -sao, -tao, -dao, and nothing happens. What am I missing? What am I doing wrong? You can answer in your natural language, english, spanish, german, french, it's ok for me. I would really appreciate your help.
Last edited by damn (2020-12-31 01:58:17)
Offline
Please wrap shell IO in code tags.
Track 01: data 0 MB padsize: 56 KB
Total size: 0 MB (00:04.02) = 302 sectors
Lout start: 1 MB (00:06/02) = 302 sectors
…
Track 01: 0 of 0 MB written.
Track 01: writing 56 KB of pad data.
Track 01: Total bytes read/written: 557056/614400 (300 sectors).stat plpbt.iso
file plpbt.isoOffline