Re: How to burn DVD to multiple drives?
Matt Chapman <Matt@ChapmanMedia.com> wrote:
> Can anyone tell me how to burn a single DVD ISO to multiple DVD-burners
> on my system at the same time? This would result in multiple identical
> discs.
> I'm thinking that if there isn't a way built into growisofs or
> something like it, perhaps there is a way to make the standard output
> multiple devices for use with mkisofs options?
> Thanks!
mkisofs -o some_file .....
cdrecord dev=1,2,0 -dao -v some_file &
cdrecord dev=1,3,0 -dao -v some_file &
cdrecord dev=2,0,0 -dao -v some_file &
Jörg
--
EMail:joerg@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
js@cs.tu-berlin.de (uni) If you don't have iso-8859-1
schilling@fokus.fraunhofer.de (work) chars I am J"org Schilling
URL: http://www.fokus.fraunhofer.de/usr/schilling ftp://ftp.berlios.de/pub/schily
Reply to: