> Is there something I'm missing here? Yes
> cdrecord checks out okay with smaller > iso images, however the larger one it gets stuck on track 2. Nothing to do with image size. In fact cdrecord can handle GB of DVDs. > # cdrecord -v -data 4.5-install.iso /dev/scd0 dev=0,0,0 > Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 J�rg Schilling That's stoneage, or? > Starting new track at sector: 0 > Track 01: 475 of 623 MB written (fifo 100%).... > Track 01: 623 of 623 MB written (fifo 100%). > Track 01: Total bytes read/written: 654016512/654016512 (319344 sectors). > Starting new track at sector: 319496 > Track 02: 0 MB written.cdrecord: Input/output error. read error on You have ordered cdrecord to write file XX.iso as track 1, and file /dev/scd0 as track 2. As computers are very obedient you got what you asked for. :) The CD should be useable anyway (you didn't want track 2). If you have problems, fixate it. Volker -- Volker Kuhlmann is possibly list0570 with the domain in header http://volker.orcon.net.nz/ Please do not CC list postings to me.
