Unix Technical Forum

SEO

vBulletin Search Engine Optimization


Go Back   Unix Technical Forum > Unix Operating Systems > Linux Operating System

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-18-2008, 06:16 AM
thufir.hawat@mail.com
 
Posts: n/a
Default cdrecord: Bad Option: -iso

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

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-18-2008, 06:16 AM
thufir.hawat@mail.com
 
Posts: n/a
Default Re: cdrecord: Bad Option: -iso

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

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-18-2008, 06:16 AM
thufir.hawat@mail.com
 
Posts: n/a
Default Re: cdrecord: Bad Option: -iso

<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

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-18-2008, 06:16 AM
Bill Unruh
 
Posts: n/a
Default Re: cdrecord: Bad Option: -iso

"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.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-18-2008, 06:16 AM
thufir.hawat@mail.com
 
Posts: n/a
Default Re: cdrecord: Bad Option: -iso


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

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-18-2008, 06:16 AM
thufir.hawat@mail.com
 
Posts: n/a
Default Re: cdrecord: Bad Option: -iso

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

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-18-2008, 06:16 AM
thufir.hawat@mail.com
 
Posts: n/a
Default Re: cdrecord: Bad Option: -iso

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

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 01-18-2008, 06:16 AM
Bill Unruh
 
Posts: n/a
Default Re: cdrecord: Bad Option: -iso

"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.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 01-18-2008, 06:16 AM
Bill Unruh
 
Posts: n/a
Default Re: cdrecord: Bad Option: -iso

"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


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 01-18-2008, 06:17 AM
mjt
 
Posts: n/a
Default Re: cdrecord: Bad Option: -iso

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"

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 09:29 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
UnixAdminTalk.com

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601