using two dvd burners simultaneously

Just a query, is it possible to use two dvd burners simultaneously to
burn an image ? Reason i ask,i have two dvd burners & wish to utilize
both at the same time,so i can burn multiple dvd’s for the school i work
at.If it’s possible, how & what software do i use ?

Hi there,

as far as i know there is no GUI which can do that, but when using
a burning software from command line it should be no problem
starting it more than once

cdrecord target=cdrom1
cdrecord target=cdrom2

you could start via an script or so

Greetz Joerg

On 2010-07-18, johes <j@johest.de> wrote:
> as far as i know there is no GUI which can do that, but when using
> a burning software from command line it should be no problem
> starting it more than once
>
> cdrecord target=cdrom1
> cdrecord target=cdrom2
> …
>
> you could start via an script or so

I seem to remember running 2 copie of k3b,at one time. Isn’t that possible
anymore ?


When in doubt, use brute force.
– Ken Thompson