[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to burn DVD to multiple drives?



Volker Kuhlmann <hidden@paradise.net.nz> wrote:

> > 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 &
>
> That's the obvious, but has the downside that each burning process reads
> the file, potentially wasting a lot of I/O bandwidth.

On a decently designed OS, there is no waste of IO bandwidth as
the OS will cache the data that has already been read.

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: