LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   cdrecord problems (https://www.linuxquestions.org/questions/linux-newbie-8/cdrecord-problems-198087/)

Rolby 06-26-2004 05:45 PM

cdrecord problems
 
Hi, I need some help figuring out this cdrecord stuff, I followed every step a tutorial (or howto) provided, but something went wrong, hope you guys can make something out of this (did this while in the dir of the iso):
Code:

cdrecord -v -pad speed=1 dev=0,0,0 misc1.iso
Cdrecord 2.01a16 (i686-pc-linux-gnu) Copyright (C) 1995-2003 Jörg Schilling
TOC Type: 1 = CD-ROM
scsidev: '0,0,0'
scsibus: 0 target: 0 lun: 0
Linux sg driver version: 3.1.25
Using libscg version 'schily-0.7'
atapi: 1
Device type    : Removable CD-ROM
Version        : 0
Response Format: 1
Vendor_info    : 'AOPEN  '
Identifikation : 'CD-RW CRW5232  '
Revision      : '1.03'
Device seems to be: Generic mmc CD-RW.
Current: 0x0009
Profile: 0x0008
Profile: 0x0009 (current)
Profile: 0x000A
Using generic SCSI-3/mmc  CD-R/CD-RW driver (mmc_cdr).
Driver flags  : MMC-3 SWABAUDIO BURNFREE FORCESPEED
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R96R
Drive buf size : 1359872 = 1328 KB
FIFO size      : 4194304 = 4096 KB
Track 01: data  177 MB        padsize:  30 KB
Total size:      203 MB (20:08.60) = 90645 sectors
Lout start:      203 MB (20:10/45) = 90645 sectors
Current Secsize: 2048
ATIP info from disk:
  Indicated writing power: 5
  Is not unrestricted
  Is not erasable
  Disk sub type: Medium Type B, low Beta category (B-) (4)
  ATIP start of lead in:  -12488 (97:15/37)
  ATIP start of lead out: 359849 (79:59/74)
Disk type:    Short strategy type (Phthalocyanine or similar)
Manuf. index: 70
Manufacturer: NAN-YA Plastics Corporation
Manufacturer is guessed because of the orange forum embargo.
The orange forum likes to get money for recent information.
The information for this media may not be correct.
Blocks total: 359849 Blocks current: 359849 Blocks remaining: 269204
Forcespeed is OFF.
Starting to write CD/DVD at speed 52 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 ON.
Turning BURN-Free off
Performing OPC...
Starting new track at sector: 0
Track 01:  39 of  177 MB written (fifo  96%) [buf  6%]  34.9x.cdrecord.mmap: Input/output error. write_g1: scsi sendcmd: no error
CDB:  2A 00 00 00 4F AE 00 00 1F 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: F0 00 05 00 00 4F B2 0C 00 00 00 00 10 02 00 00
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x10 Qual 0x02 (id crc or ecc error) [No matching qualifier] Fru 0x0
Sense flags: Blk 20402 (valid)
cmd finished after 0.011s timeout 40s

write track data: error after 41775104 bytes
cdrecord.mmap: A write error occured.
cdrecord.mmap: Please properly read the error message above.
Writing  time:  21.880s
Average write speed  86.7x.
Min drive buffer fill was 6%
Fixating...
Fixating time:  16.740s
cdrecord.mmap: fifo had 722 puts and 659 gets.
cdrecord.mmap: fifo was 0 times empty and 257 times full, min fill was 95%.

TIA,
Rolby

dxdad 06-26-2004 09:40 PM

I would add a "-v driveropts=burnfree" and try again.

mascdman 06-26-2004 10:04 PM

Quote:

cdrecord.mmap: Input/output error. write_g1: scsi sendcmd: no error
CDB: 2A 00 00 00 4F AE 00 00 1F 00
Just a bad CD? I also agree with dxdad's burnfree suggestion.

--mascdman

Rolby 06-27-2004 05:25 AM

I'll try that then, hope it works. And I'm sure it can't be a bad cd, since I've been using these cd's for about a year now, thank god for cheap cd's in Germany (100 for 15 bucks).

TIA,
Rolby

Rolby 06-27-2004 05:37 AM

Great, it burnt the cd, but now I can't eject :(. It says it's mounted multiple times (don't know why) and when I use "umount /cdrom" it says the device is busy. Now is it me, or do the cd-rom-fairies not like me?

TIA,
Rp;by

mascdman 06-27-2004 03:23 PM

You can still get a bad CD in a great brand -- buy enough and the odds start working against you. :) I've got 13 spindles next to me, all the same brand and the latest spindle I bought had two coasters. Never had a problem with any other spindle.

Anyways, about the multiple mounting thing, if you have lsof installed, just run lsof /cdrom and it'll show every process that has an open file on the cdrom. Close the program (or just kill it) and try unmounting again. You could also try umount -f.

--mascdman


All times are GMT -5. The time now is 06:56 PM.