Attempting to do as you describe below, results in as shown:

Joel Hammer wrote:

Does knoppix have cdrecord  and mkisofs on it? If so, I can tell you how I do it.
Basically, like this:
cdrecord -scanbus
Cdrecord 1.8 (i686-pc-linux-gnu) Copyright (C) 1995-2000 Jörg Schilling
Using libscg version 'schily-0.1'
scsibus0:
       0,0,0     0) 'SONY    ' 'CD-RW  CRX215E1 ' 'SYS2' Removable CD-ROM

If you get this, then the following should work:

mkisofs -r -J -o /home/jlh/cdimage/TIFs /mnt/hdb/10/Prostate Where /mnt/hdb/10/Prostate is the directory with the stuff to burn and TIFs
is the name of the iso9660 file to be created.
Then, burn it with:
cdrecord -v speed=1 dev=0,0,0 -data /home/jlh/cdimage/TIFs


[EMAIL PROTECTED] root]# cdrecord -v speed=1 dev=0,0,0 -data /home/ahr1/burn
Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jörg Schilling
TOC Type: 1 = CD-ROM
scsidev: '0,0,0'
scsibus: 0 target: 0 lun: 0
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.5'
atapi: 1
Device type : Removable CD-ROM
Version : 2
Response Format: 2
Capabilities :
Vendor_info : 'IOMEGA '
Identifikation : 'CDRW6402EXT-B '
Revision : 'UOSA'
Device seems to be: Generic mmc CD-RW.
Using generic SCSI-3/mmc CD-R driver (mmc_cdr).
Driver flags : SWABAUDIO
Drive buf size : 1966272 = 1920 KB
FIFO size : 4194304 = 4096 KB
Track 01: data 267 MB
Total size: 306 MB (30:22.74) = 136706 sectors
Lout start: 306 MB (30:24/56) = 136706 sectors
Current Secsize: -1073734144
cdrecord: Input/output error. read disk info: scsi sendcmd: no error
CDB: 51 00 00 00 00 00 00 00 04 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 02 00 00 00 00 0A 00 00 00 00 04 01 00 00
Sense Key: 0x2 Not Ready, Segment 0
Sense Code: 0x04 Qual 0x01 (logical unit is in process of becoming ready) Fru 0x0
Sense flags: Blk 0 (not valid)
cmd finished after 0.318s timeout 240s
cdrecord: Cannot get disk type.
[EMAIL PROTECTED] root]#


I've been trying to get this @#$%^ CD-RW to work, so any help you can give would be much appreciated!
Thanks,
Al
[EMAIL PROTECTED]



_______________________________________________ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users

Reply via email to