On Thu, Apr 1, 2010 at 10:02 AM, Joerg Schilling <joerg.schill...@fokus.fraunhofer.de> wrote: > Your media was either accepted after several tries by the drive for unknown > reasons and is now usable in general again or you are observing a problem > caused by "hald". Note that hald does not care about the CD/DVD/BD Writing > process and interrupts it. This is why hald may cause any strange result.
Would a HAL preprobe FDI like this prevent it from interfering with burning? <?xml version="1.0" encoding="UTF-8"?> <deviceinfo version="0.2"> <device> <match key="storage.drive_type" string="cdrom"> <merge key="info.ignore" type="bool">true</merge> </match> </device> </deviceinfo>