Re: [Bashburn-info] Copy Data CD to CD Issues
Brought to you by:
bashburn
From: Steven W. O. <st...@sy...> - 2008-10-02 21:09:48
|
On Thursday, Oct 2nd 2008 at 15:53 -0000, quoth Nick Warne: =>> OK, this breaks real bad. Nothing happens now at all. =>> =>> Output below. =>> =>> Nick =>> =>> ====== =>> =>> |-(Data Menu) =>> | 0) Burn Data =>> | 1) Copy Data CD (CD to CD) =>> | 2) Burn Data DVD =>> | 3) Format CDRW =>> | 4) Format DVD =>> | 5) Back =>> | =>> Your Choice? [0-5] |> 1 =>> Warning: creating filesystem that does not conform to ISO-9660. =>> Setting input-charset to 'ISO-8859-1' from locale. =>> Cdrecord-ProDVD-ProBD-Clone 2.01.01a38 (i686-pc-linux-gnu) Copyright =>> (C) 1995-2008 J?rg Schilling TOC Type: 1 = CD-ROM =>> scsidev: '/dev/cdrom' =>> devname: '/dev/cdrom' =>> scsibus: -2 target: -2 lun: -2 =>> Warning: Open by 'devname' is unintentional and not supported. =>> Linux sg driver version: 3.5.27 =>> Using libscg version 'schily-0.9'. =>> SCSI buffer size: 64512 =>> atapi: 1 =>> Device type : Removable CD-ROM =>> Version : 0 =>> Response Format: 2 =>> Capabilities : =>> Vendor_info : 'TSSTcorp' =>> Identifikation : 'CDDVDW SH-S202J ' =>> Revision : 'SB00' =>> Device seems to be: Generic mmc2 DVD-R/DVD-RW/DVD-RAM. =>> Current: CD-R =>> Profile: DVD-R/DL sequential recording =>> Profile: DVD-R/DL layer jump recording =>> Profile: DVD+R/DL =>> Profile: DVD+R =>> Profile: DVD+RW =>> Profile: DVD-RW sequential recording =>> Profile: DVD-RW restricted overwrite =>> Profile: DVD-RAM =>> 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 Drive buf size : 1962752 = 1916 KB =>> CD copied! =>> rm: cannot remove `/home/nick/burn/BashBurn.iso': No such file or =>> directory => =>Steve, I reverted some of this. As my svn log says, I rather have a =>working version... => =>It is working again now. I think I found the problem. mkisofs writes to stdout if there's no -o option. That works fine. But cdrecord reads from its command line arg. If its commandline arg is - (a dash) then it reads from stdin. This should fix it. Also, in the elseif that deals with only a single reader/writer, it was only deleting the BashBurn.iso file if the burn succeeded. That is now fixed as well. -- Time flies like the wind. Fruit flies like a banana. Stranger things have .0. happened but none stranger than this. Does your driver's license say Organ ..0 Donor?Black holes are where God divided by zero. Listen to me! We are all- 000 individuals! What if this weren't a hypothetical question? steveo at syslang.net |