From owner-freebsd-questions Wed Dec 22 12:44:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from enterweb.enterit.com (enterweb.enterit.com [209.45.199.22]) by hub.freebsd.org (Postfix) with ESMTP id 8494E14F6A for ; Wed, 22 Dec 1999 12:44:23 -0800 (PST) (envelope-from jconner@enterit.com) Received: from KWAN [209.45.199.38] by enterweb.enterit.com (SMTPD32-5.04) id A85A50B010C; Wed, 22 Dec 1999 15:45:14 DT Message-ID: <001501bf4cbe$248c87b0$26c72dd1@KWAN> From: "Jim C" To: Subject: cdrecord issues Date: Wed, 22 Dec 1999 15:50:12 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0010_01BF4C94.3B670020" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.5600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.5600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0010_01BF4C94.3B670020 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hey all. Question about cdrecord. I created an iso raw image using mkisofs. Below is the debug info. I = could really use some assistance if possible. I appreciate it! Specs: FreeBSD 3.2-RELEASE (njkern) #8: Tue Oct 26 09:46:31 EDT 1999 Cdrecord release 1.8a21 Copyright (C) 1995-1999 J=F7rg Schilling and a Sony CD-R 920S on a P180MMX 128Mb. The worm is running on a bus running on an Adaptec AHA2940 controller. There is a Seagate = ST15230W Sun4.2G 0738 HDD. I had no problems making the image file :) (called backup.raw) but I am = having a really difficult time getting cdrecord to write that img file = to the cd. Below is the output from cdrecord. I have been all over the = man pages and am either missing something or am simply not understanding = (this can always be the case with me). command: cdrecord -v -speed=3D1 -multi -xa2 dev=3D1,6,0 -ignsize ./backup.raw=20 dddddddddddddddd Output: cdrecord: No such file or directory. WARNING: RR-scheduler not = available, disabling. Cdrecord release 1.8a21 Copyright (C) 1995-1999 J=F6rg Schilling TOC Type: 3 =3D CD-ROM XA mode 2 scsidev: '1,6,0' scsibus: 1 target: 6 lun: 0 atapi: 0 Device type : Removable WORM Version : 2 Response Format: 2 Capabilities : SYNC LINKED=20 Vendor_info : 'SONY ' Identifikation : 'CD-R CDU920S ' Revision : '2.0c' Device seems to be: Sony CDU-924S. Using driver for Sony CDU-924 (sony_cdu924). Driver flags : SWABAUDIO Drive buf size : 1048576 =3D 1024 KB FIFO size : 4194304 =3D 4096 KB cdrecord: Undefined error: 0. WARNING: RR-scheduler not available, = disabling. Track 01: data 68 MB =20 Total size: 79 MB (07:49.97) =3D 35248 sectors Lout start: 79 MB (07:51/73) =3D 35248 sectors Current Secsize: 2048 ATIP info from disk: Indicated writing power: 6 Is not unrestricted Disk application code: 0 ATIP start of lead in: -11231 (97:32/19) ATIP start of lead out: 335100 (74:30/00) Disk type: Phthalocyanine or similar Manuf. index: 27 Manufacturer: Prodisc Technology Inc. Blocks total: 335100 Blocks current: 335100 Blocks remaining: 299852 RBlocks total: 343921 RBlocks current: 343921 RBlocks remaining: 308673 Starting to write CD/DVD at speed 2 in write mode for multi session. Last chance to quit, starting real write in 9 = seconds.=08=08=08=08=08=08=08=08=08=088 = seconds.=08=08=08=08=08=08=08=08=08=087 = seconds.=08=08=08=08=08=08=08=08=08=086 = seconds.=08=08=08=08=08=08=08=08=08=085 = seconds.=08=08=08=08=08=08=08=08=08=084 = seconds.=08=08=08=08=08=08=08=08=08=083 = seconds.=08=08=08=08=08=08=08=08=08=082 = seconds.=08=08=08=08=08=08=08=08=08=081 seconds. Waiting for reader process to fill input-buffer ... cdrecord: = Input/output error. write_track: scsi sendcmd: retryable error status: 0x2 (CHECK CONDITION) input-buffer ready. CDB: F5 00 00 00 00 00 00 00 00 00 Sense Bytes: 70 00 05 00 00 00 00 12 00 00 00 00 C9 00 00 00 00 00 00 00 = 20 06 00 00 00 00 Sense Key: 0x5 Illegal Request, Segment 0 Sense Code: 0xC9 Qual 0x00 (illegal block length for write command) Fru = 0x0 Sense flags: Blk 0 (not valid)=20 cmd finished after 0.018s timeout 40s Writing time: 0.187s Fixating... cdrecord: Input/output error. finalize: scsi sendcmd: retryable error status: 0x2 (CHECK CONDITION) CDB: F1 00 00 00 00 00 00 00 01 00 Sense Bytes: 70 00 05 00 00 00 00 12 00 00 00 00 89 00 00 00 00 00 00 00 = 02 06 00 00 00 00 Sense Key: 0x5 Illegal Request, Segment 0 Sense Code: 0x89 Qual 0x00 (inappropriate command) Fru 0x0 Sense flags: Blk 0 (not valid)=20 cmd finished after 0.022s timeout 480s cdrecord: fifo had 64 puts and 0 gets. cdrecord: fifo was 0 times empty and 0 times full, min fill was 100%. Fixating time: 0.023s ------=_NextPart_000_0010_01BF4C94.3B670020 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hey all.  Question about=20 cdrecord.
I created an iso raw image using = mkisofs. =20 Below is the debug info. I could really use some assistance if = possible. I=20 appreciate it!
 
Specs:
FreeBSD 3.2-RELEASE (njkern) #8: Tue = Oct 26=20 09:46:31 EDT 1999
Cdrecord release 1.8a21 Copyright (C) = 1995-1999=20 J=F7rg Schilling
and a Sony CD-R 920S on a P180MMX = 128Mb.  The=20 worm is running on
a bus running on an Adaptec AHA2940=20 controller.  There is a Seagate ST15230W Sun4.2G 0738 = HDD.
 
I had no problems making the image file = :) =20 (called backup.raw) but I am having a really difficult time getting = cdrecord=20 to write that img file to the cd.  Below is the output from=20 cdrecord.  I have been all over the man pages and am either missing = something or am simply not understanding (this can always be the case = with=20 me).
 
command:
cdrecord -v -speed=3D1 -multi -xa2 = dev=3D1,6,0 -ignsize=20 ./backup.raw
dddddddddddddddd
Output:
cdrecord: No such file or directory. = WARNING:=20 RR-scheduler not available, disabling.
Cdrecord release 1.8a21 = Copyright (C)=20 1995-1999 J=F6rg Schilling
TOC Type: 3 =3D CD-ROM XA mode = 2
scsidev:=20 '1,6,0'
scsibus: 1 target: 6 lun: 0
atapi: 0
Device=20 type    : Removable=20 WORM
Version        : = 2
Response=20 Format: 2
Capabilities   : SYNC LINKED=20
Vendor_info    : 'SONY    = '
Identifikation=20 : 'CD-R   CDU920S =20 '
Revision       : '2.0c'
Device = seems to=20 be: Sony CDU-924S.
Using driver for Sony CDU-924 = (sony_cdu924).
Driver=20 flags   : SWABAUDIO
Drive buf size : 1048576 =3D 1024 = KB
FIFO=20 size      : 4194304 =3D 4096 KB
cdrecord: = Undefined=20 error: 0. WARNING: RR-scheduler not available, disabling.
Track 01:=20 data   68 MB        =
Total=20 size:      79 MB (07:49.97) =3D 35248 = sectors
Lout=20 start:      79 MB (07:51/73) =3D 35248 = sectors
Current=20 Secsize: 2048
ATIP info from disk:
  Indicated writing power: = 6
  Is not unrestricted
  Disk application code: = 0
 =20 ATIP start of lead in:  -11231 (97:32/19)
  ATIP start of = lead out:=20 335100 (74:30/00)
Disk type: Phthalocyanine or similar
Manuf. = index:=20 27
Manufacturer: Prodisc Technology Inc.
Blocks total: 335100 = Blocks=20 current: 335100 Blocks remaining: 299852
RBlocks total: 343921 = RBlocks=20 current: 343921 RBlocks remaining: 308673
Starting to write CD/DVD at = speed 2=20 in write mode for multi session.
Last chance to quit, starting real = write in=20 9 seconds.=08=08=08=08=08=08=08=08=08=088 = seconds.=08=08=08=08=08=08=08=08=08=087 = seconds.=08=08=08=08=08=08=08=08=08=086=20 seconds.=08=08=08=08=08=08=08=08=08=085 = seconds.=08=08=08=08=08=08=08=08=08=084 = seconds.=08=08=08=08=08=08=08=08=08=083 = seconds.=08=08=08=08=08=08=08=08=08=082=20 seconds.=08=08=08=08=08=08=08=08=08=081 seconds.
Waiting for reader = process to fill input-buffer=20 ... cdrecord: Input/output error. write_track: scsi sendcmd: retryable=20 error
status: 0x2 (CHECK CONDITION)
input-buffer = ready.
CDB:  F5=20 00 00 00 00 00 00 00 00 00
Sense Bytes: 70 00 05 00 00 00 00 12 00 00 = 00 00=20 C9 00 00 00 00 00 00 00 20 06 00 00 00 00
Sense Key: 0x5 Illegal = Request,=20 Segment 0
Sense Code: 0xC9 Qual 0x00 (illegal block length for write = command)=20 Fru 0x0
Sense flags: Blk 0 (not valid)
cmd finished after 0.018s = timeout=20 40s
Writing  time:    = 0.187s
Fixating...
cdrecord:=20 Input/output error. finalize: scsi sendcmd: retryable error
status: = 0x2=20 (CHECK CONDITION)
CDB:  F1 00 00 00 00 00 00 00 01 00
Sense = Bytes: 70=20 00 05 00 00 00 00 12 00 00 00 00 89 00 00 00 00 00 00 00 02 06 00 00 00=20 00
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x89 Qual = 0x00=20 (inappropriate command) Fru 0x0
Sense flags: Blk 0 (not valid) =
cmd=20 finished after 0.022s timeout 480s
cdrecord: fifo had 64 puts and 0=20 gets.
cdrecord: fifo was 0 times empty and 0 times full, min fill was = 100%.
Fixating time:    = 0.023s
------=_NextPart_000_0010_01BF4C94.3B670020-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message