vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I'm using <http://demosten.com/cdrfe/> to burn disc one of FC3 from win2k. However, my syntax is off. How would I change the command line to just make a (test/"dummy") boot disc, please? /////////////////results/////////////////////////// Command line: cdrecord dev=1,0,0 speed=56 -v -iso -dummy -tao -data "C:/Documents and Settings/Administrator/Desktop/New Folder (4)/FC3-i386-disc1.iso" Everything is ready To begin press 'Start' button cdrecord: Bad Option: -iso. Usage: cdrecord [options] track1...trackn Use cdrecord -help to get a list of valid options. Use cdrecord blank=help to get a list of valid blanking options. Use cdrecord dev=b,t,l driveropts=help -checkdrive to get a list of drive specific options. Use cdrecord dev=help to get a list of possible SCSI transport specifiers. ----- [09.01.2005 - 06:40:35], Finished in 0:00:00.110, Process exit code is 65535 ----- Command line: cdrecord dev=1,0,0 speed=56 -v -iso -dummy -tao -data "C:/Documents and Settings/Administrator/Desktop/New Folder (4)/FC3-i386-disc1.iso" Everything is ready To repeat process press 'Start' button again //////////////end results///////////////////////////// thanks, Thufir Hawat |
| |||
| would this be the correct syntax and outcome for a bootable disc? Command line: cdrecord dev=1,0,0 speed=56 -v "C:\Documents and Settings\Administrator\Desktop\New Folder (4)\FC3-i386-disc1.iso" Everything is ready To begin press 'Start' button cdrecord: No write mode specified. cdrecord: Asuming -tao mode. cdrecord: Future versions of cdrecord may have different drive dependent defaults. cdrecord: Continuing in 5 seconds... scsidev: '1,0,0' scsibus: 1 target: 0 lun: 0 SCSI buffer size: 64512 Cdrecord-Clone 2.01a32 (i686-pc-cygwin) Copyright (C) 1995-2004 Jörg Schilling TOC Type: 1 = CD-ROM Using libscg version 'schily-0.8'. atapi: -1 Device type : Removable CD-ROM Version : 0 Response Format: 2 Capabilities : Vendor_info : 'CD-RW ' Identifikation : 'CDR-6S52 ' Revision : '6SR2' Device seems to be: Generic mmc CD-RW. Current: 0x000A Profile: 0x000A (current) Profile: 0x0009 Profile: 0x0008 Profile: 0x0002 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/R16 RAW/R96P RAW/R96R Drive buf size : 1422080 = 1388 KB FIFO size : 4194304 = 4096 KB Track 01: data 617 MB Total size: 708 MB (70:12.18) = 315914 sectors Lout start: 708 MB (70:14/14) = 315914 sectors Current Secsize: 2048 ATIP info from disk: Indicated writing power: 5 Reference speed: 2 Is not unrestricted Is erasable ATIP start of lead in: -11239 (97:32/11) ATIP start of lead out: 359849 (79:59/74) 1T speed low: 0 (reserved val 0) 1T speed high: 4 2T speed low: 0 (reserved val 5) 2T speed high: 0 (reserved val 10) power mult factor: 4 5 recommended erase/write power: 3 A1 values: 02 4A B0 A2 values: 5A C8 06 Disk type: Phase change Manuf. index: 27 Manufacturer: Prodisc Technology Inc. Blocks total: 359849 Blocks current: 359849 Blocks remaining: 43935 Forcespeed is OFF. Starting to write CD/DVD at speed 4 in real TAO mode for single session. Last chance to quit, starting real write in 9 seconds. 8 seconds. 7 seconds. 6 seconds. 5 seconds. 4 seconds. 3 seconds. 2 seconds. 1 seconds. 0 seconds. Operation starts. Waiting for reader process to fill input buffer ... input buffer ready. BURN-Free is OFF. Performing OPC... Track 01: 30 of 617 MB written (fifo 100%) [buf 98%] 4.0x. Cancelled. Process terminated successfully. ----- [09.01.2005 - 07:03:20], Finished in 0:01:14.187, Process exit code is 259 ----- Command line: cdrecord dev=1,0,0 speed=56 -v "C:\Documents and Settings\Administrator\Desktop\New Folder (4)\FC3-i386-disc1.iso" Everything is ready To repeat process press 'Start' button again thanks, Thufir |
| |||
| <http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/getting-started-guide/s1-disks-cdrw.html> says to: cdrecord -v -eject speed=4 dev=0,3,0 backup.iso so I'll vary that with cdrecord dev=1,0,0 -v -dummy FC3disc1.iso and then take out the dummy. yes? thanks, Thufir Hawat |
| |||
| "thufir.hawat@mail.com" <thufir.hawat@mail.com> writes: >I'm using <http://demosten.com/cdrfe/> to burn disc one of FC3 from >win2k. However, my syntax is off. How would I change the command >line to just make a (test/"dummy") boot disc, please? >/////////////////results/////////////////////////// >Command line: cdrecord dev=1,0,0 speed=56 -v -iso -dummy -tao -data >"C:/Documents and Settings/Administrator/Desktop/New Folder >(4)/FC3-i386-disc1.iso" What makes you think that -iso is an option that cdrecord recognizes? Especially since the only thing cdrecord will put on a data disk is an iso. get rid of that -iso option. Also get rid of the -tao and replace with -dao .. It makes no sense to record a data cd as track at once. There are not tracks. Finally, are you sure you have a scsi cd recorder? On most modern (2.6.x) systems it is the ATA interface that is used. dev=ATA:1,0,0 >cdrecord: Bad Option: -iso. >Usage: cdrecord [options] track1...trackn >Use cdrecord -help >to get a list of valid options. Did you do that? >Use cdrecord blank=help >to get a list of valid blanking options. |
| |||
| Bill Unruh wrote: [..] > >Command line: cdrecord dev=1,0,0 speed=56 -v -iso -dummy -tao -data > >"C:/Documents and Settings/Administrator/Desktop/New Folder > >(4)/FC3-i386-disc1.iso" > > What makes you think that -iso is an option that cdrecord recognizes? > Especially since the only thing cdrecord will put on a data disk is an iso. > get rid of that -iso option. Also get rid of the -tao and replace with -dao > . It makes no sense to record a data cd as track at once. There are not > tracks. > Finally, are you sure you have a scsi cd recorder? On most modern (2.6.x) > systems it is the ATA interface that is used. > dev=ATA:1,0,0 dev=ATA:1,0,0 is that related to the linux kernel or my hardware? > > > >cdrecord: Bad Option: -iso. > >Usage: cdrecord [options] track1...trackn > > >Use cdrecord -help > >to get a list of valid options. > Did you do that? no cygwin hence no man or info, or help. I looked at the cdrecord web page (Joerg Schilling), but couldn't navigate it easily...got fed up and took a nap using this gui front-end for cdrecord, then, the command to burn a boot disc from iso is probably: cdrecord dev=ATA:1,0,0 -r -dao -dummy foo.iso I'll give it a whirl with -dummy first. thanks, Thufir Hawat |
| |||
| not sure if this clarifices what dev= should be... Command line: cdrecord -scanbus Everything is ready To begin press 'Start' button Cdrecord-Clone 2.01a32 (i686-pc-cygwin) Copyright (C) 1995-2004 Jörg Schilling Using libscg version 'schily-0.8'. scsibus0: 0,0,0 0) 'Maxtor 2' 'F030L0 ' 'VAM5' 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) HOST ADAPTOR scsibus1: 1,0,0 100) 'CD-RW ' 'CDR-6S52 ' '6SR2' 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) HOST ADAPTOR ----- [09.01.2005 - 09:52:51], Finished in 0:00:00.711, Process exit code is 0 ----- Command line: cdrecord -scanbus Everything is ready To repeat process press 'Start' button again |
| |||
| I don't understand this error: Command line: cdrecord dev=1,0,0 -v -dao -dummy "C:\Documents and Settings\Administrator\Desktop\New Folder (4)\FC3-i386-disc1.iso" Everything is ready To begin press 'Start' button scsidev: '1,0,0' scsibus: 1 target: 0 lun: 0 SCSI buffer size: 64512 Cdrecord-Clone 2.01a32 (i686-pc-cygwin) Copyright (C) 1995-2004 Jörg Schilling TOC Type: 1 = CD-ROM Using libscg version 'schily-0.8'. atapi: -1 Device type : Removable CD-ROM Version : 0 Response Format: 2 Capabilities : Vendor_info : 'CD-RW ' Identifikation : 'CDR-6S52 ' Revision : '6SR2' Device seems to be: Generic mmc CD-RW. Current: 0x000A Profile: 0x000A (current) Profile: 0x0009 Profile: 0x0008 Profile: 0x0002 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/R16 RAW/R96P RAW/R96R Drive buf size : 1422080 = 1388 KB FIFO size : 4194304 = 4096 KB Track 01: data 617 MB Total size: 708 MB (70:12.16) = 315912 sectors Lout start: 708 MB (70:14/12) = 315912 sectors Current Secsize: 2048 ATIP info from disk: Indicated writing power: 5 Reference speed: 2 Is not unrestricted Is erasable ATIP start of lead in: -11239 (97:32/11) ATIP start of lead out: 359849 (79:59/74) 1T speed low: 0 (reserved val 0) 1T speed high: 4 2T speed low: 0 (reserved val 5) 2T speed high: 0 (reserved val 10) power mult factor: 4 5 recommended erase/write power: 3 A1 values: 02 4A B0 A2 values: 5A C8 06 Disk type: Phase change Manuf. index: 27 Manufacturer: Prodisc Technology Inc. Blocks total: 359849 Blocks current: 343577 Blocks remaining: 27665 Forcespeed is OFF. Starting to write CD/DVD at speed 4 in dummy SAO mode for single session. Last chance to quit, starting dummy write in 9 seconds. 8 seconds. 7 seconds. 6 seconds. 5 seconds. 4 seconds. 3 seconds. 2 seconds. 1 seconds. 0 seconds. Operation starts. Waiting for reader process to fill input buffer ... input buffer ready. BURN-Free is OFF. Sending CUE sheet... cdrecord: CUE sheet not accepted. Retrying with minimum pregapsize = 1. cdrecord: I/O error. send_cue_sheet: scsi sendcmd: no error CDB: 5D 00 00 00 00 00 00 00 20 00 status: 0x2 (CHECK CONDITION) Sense Bytes: 70 00 05 00 00 00 00 0A 00 00 00 00 2C 03 00 00 00 00 Sense Key: 0x5 Illegal Request, Segment 0 Sense Code: 0x2C Qual 0x03 (current program area is not empty) Fru 0x0 Sense flags: Blk 0 (not valid) cmd finished after 0.000s timeout 200s cdrecord: CUE sheet still not accepted. Please try to write in RAW (-raw96r) mode. cdrecord: Cannot send CUE sheet. cdrecord: Could not write Lead-in. Writing time: 0.024s cdrecord: fifo had 64 puts and 0 gets. cdrecord: fifo was 0 times empty and 0 times full, min fill was 100%. ----- [09.01.2005 - 10:02:58], Finished in 0:00:10.094, Process exit code is 65535 ----- Command line: cdrecord dev=1,0,0 -v -dao -dummy "C:\Documents and Settings\Administrator\Desktop\New Folder (4)\FC3-i386-disc1.iso" Everything is ready To repeat process press 'Start' button again thanks, Thufir Hawat |
| |||
| "thufir.hawat@mail.com" <thufir.hawat@mail.com> writes: >not sure if this clarifices what dev=3D should be... >Command line: cdrecord -scanbus >Everything is ready >To begin press 'Start' button What in the world is this line all about. I have kept seeing it in your posts, and it has nothing to do with any cdrecord I have ever seen. >Cdrecord-Clone 2.01a32 (i686-pc-cygwin) Copyright (C) 1995-2004 J=F6rg >Schilling >Using libscg version 'schily-0.8'. >scsibus0: >0,0,0 0) 'Maxtor 2' 'F030L0 ' 'VAM5' Disk OK, it looks like you DO have a scsi bus (whether real scsi or ide-scsi) So your dev= was right. |
| |||
| "thufir.hawat@mail.com" <thufir.hawat@mail.com> writes: >I don't understand this error: Sounds like you put in a disk which was already written on. .... >cdrecord: CUE sheet still not accepted. Please try to write in RAW >(-raw96r) mode. >cdrecord: Cannot send CUE sheet. >cdrecord: Could not write Lead-in. >Writing time: 0.024s >cdrecord: fifo had 64 puts and 0 gets. >cdrecord: fifo was 0 times empty and 0 times full, min fill was 100%. >----- [09.01.2005 - 10:02:58], Finished in 0:00:10.094, Process exit >code is 65535 ----- >Command line: cdrecord dev=3D1,0,0 -v -dao -dummy "C:\Documents and >Settings\Administrator\Desktop\New Folder (4)\FC3-i386-disc1.iso" >Everything is ready >To repeat process press 'Start' button again >thanks, >Thufir Hawat |
| ||||
| thufir.hawat@mail.com wrote: > Command line: cdrecord dev=1,0,0 speed=56 -v -iso -dummy -tao -data > "C:/Documents and Settings/Administrator/Desktop/New Folder > (4)/FC3-i386-disc1.iso" > > Everything is ready > To begin press 'Start' button > > cdrecord: Bad Option: -iso. .... that's waaaaaay overkill. wanna burn an ISO? [shell] cdrecord -v -eject speed=xx dev=/dev/[blah] [ISO filename] example: [shell] cdrecord -v -eject speed=4 dev=/dev/hdd SUSE-Linux-9.2-LiveCD-KDE.iso -- << http://michaeljtobler.homelinux.com/ >> $100 invested at 7% interest for 100 years will become $100,000, at which time it will be worth absolutely nothing. -- Lazarus Long, "Time Enough for Love" |