Comment 67 for bug 780117

Revision history for this message
Thomas Schmitt (scdbackup) wrote :

Hi,

Austin Dempewolff wrote:
> I'm not sure if my problem was exactly the same bug (Brasero was producing coasters
> without any errors,

That seems to be the much more often occuring problem, although it is
not the original cause of this bug report thread.

> but I was burning ISOs, not data CDs),

Does that mean you burned an ISO image file from hard disk onto CD ?
(Not composing the CD content from various files on hard disk.)

I still wonder how Brasero could talk libburn into the reported
behavior. Other libburn applications like xfburn, cdrskin, or xorriso
seem to have no such problems.

Could you try for confirmation with any ISO 9660 image file:

  cdrskin -tao padsize=300k -v dev=/dev/sr0 blank=as_needed -eject image.iso

(With "/dev/sr0" being the drive address and "image.iso" being
 the ISO 9660 image file.)

If this shows the same outcome as Brasero, try again with option -sao:

  cdrskin -sao -v dev=/dev/sr0 blank=as_needed -eject image.iso

(Option padsize=300k is not necessary then)

For composing a ISO 9660 CD from disk files, you could try

  xorriso -outdev /dev/sr0 -blank as_needed -add /usr/local/bin -- -commit_eject

(Again "/dev/sr0" stands for the drive, "/usr/local/bin" stands
 for a suitably sized directory which should go onto CD.)

Have a nice day :)

Thomas