LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 12-21-2004, 06:33 PM   #1
mcle
LQ Newbie
 
Registered: Dec 2004
Location: Leipzig, Saxony, Germany, Europe, Earth
Distribution: SUSE
Posts: 22

Rep: Reputation: 15
How to burn Simultaneous copies?


Hi there,

I'd like to set up a small (4 devices) copying machine for simultaneous copying CD-R and DVD-R mainly from image. Images will be self-created CDs and DVDs, so no matter about copy protection or something. I'd think about k3b because my users like KDE much... but I don't have the time to try around much (there's an order waiting...) and I couldn't find anything like "cdrdao can do this" or "use mkisofs". Just nothing... so if you please would be so kind to tell me if it is possible to have an array of 4 simultaneously burning burners burning DVDs or CDs with using Linux/KDE? How much effort would be the setup or is there even a standard way? If you say there's no smooth way and much trying around, I'll have to do it with Win2k for this order and maybe the machine will stay this way forever... you don't want to happen that, do you?

Best wishes & Thanx for reply,
//mc
 
Old 12-21-2004, 06:51 PM   #2
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
It'd be pretty simple to do and if it was just a burning machine I wouldn't even install X on it. Just write some shell scripts to make use of mkisofs and cdrecord and then call them remotely from your desktop. The multiple burners part is possible because it's just different devices, easy just specify which one you want to write to and go for gold.
 
Old 12-21-2004, 06:56 PM   #3
mcle
LQ Newbie
 
Registered: Dec 2004
Location: Leipzig, Saxony, Germany, Europe, Earth
Distribution: SUSE
Posts: 22

Original Poster
Rep: Reputation: 15
Thank you for your quick answer,
but I forgot to mention: A shell script would be *my* choice, but not the user's choice...
they are accustomed to clickety-click... you surely understand what I mean
So my question directly pointed to something with GUI like k3b... :-)

//mc
 
Old 12-21-2004, 09:26 PM   #4
capnpayne
Member
 
Registered: Nov 2004
Location: Florida
Distribution: Slack 10.1
Posts: 56

Rep: Reputation: 15
So make a shortcut.
 
Old 12-21-2004, 11:25 PM   #5
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
Quote:
Originally posted by capnpayne
So make a shortcut.
To extend on that, you could write the scripts and maybe chuck together a simple UI for them to use as a front end.
 
Old 12-26-2004, 11:45 AM   #6
mcle
LQ Newbie
 
Registered: Dec 2004
Location: Leipzig, Saxony, Germany, Europe, Earth
Distribution: SUSE
Posts: 22

Original Poster
Rep: Reputation: 15
Thank you again all for your suggestions, I think this will be the solution. Some scripts, wrapped together by a little web frontend. That's fitting the needs here perfectly.
The machine is now up and running, but I have some troubles with performance.
hdparm -t for the SATA drive reports around 55MB/s, but it's not possibe to burn 3 or 4 simultaneus copies of a 3GB DVD at Doublespeed, After a while the buffer of 2 burners drops slowly until less than 10% and cdrecord drops burning speed to Singlespeed.
These 2 burners are on the "longer" end of the IDE cables, which lets me suspect either there's a problem with cable lengths (somewhere deep in my mind I can remember reading something about it), or with the longer cable always and generally making trouble. If you could please share your observations on this with me/the community or point me to a site where the problem causing this effect is being discussed. The main question is - will (or is there at least a chance) a pair of new (shorter) 80pin IDE cables resolve the problem? The burners are set to UDMA66 which is the highest I could find (or is there an even better setting?) CPU is almost idle at burning, it's just the harddisk which is making lots of noise (and causing a system load of 4 ;-) ). Is there a report tool which displays harddisk usage per second or something? Just to ensure there is no harddisk bandwith shortage, but after studying the effects (2 burners on one IDE controller -> problem; 2 burners on different controllers -> no problem) I think this can almost be consideren proven...

Best wishes,
//mc
 
Old 12-26-2004, 11:49 AM   #7
Joey.Dale
Member
 
Registered: Jun 2003
Location: Tampa, Fl
Distribution: Gentoo, Slackware
Posts: 828

Rep: Reputation: 39
they are the slave drives, get a pci ide drive and use one drive per cable

-Joey

Last edited by Joey.Dale; 12-27-2004 at 05:33 PM.
 
Old 12-26-2004, 12:15 PM   #8
mcle
LQ Newbie
 
Registered: Dec 2004
Location: Leipzig, Saxony, Germany, Europe, Earth
Distribution: SUSE
Posts: 22

Original Poster
Rep: Reputation: 15
No, I have a SATA Harddisk and 4 IDE burners, so the burners are master and slave drives. For testing I connected a master and a slave on the "long" side, but it didn't have any effect.
The configuration I have is:

SATA1 - Harddisk (hde)
SATA2 - empty
IDE Prim. Master - Burner on long cable connection (hda)
IDE Prim. Slave - Burner on short cable connection (hdb)
IDE Sec. Master - Burner on short cable connection (hdc)
IDE Sec. Slave - Burner on long cable connection (hdd)

It shows up that hda and hdd are the slow ones I mentioned before.

//mc
 
Old 01-04-2005, 10:41 AM   #9
mcle
LQ Newbie
 
Registered: Dec 2004
Location: Leipzig, Saxony, Germany, Europe, Earth
Distribution: SUSE
Posts: 22

Original Poster
Rep: Reputation: 15
Just to make a quick notice (maybe it helps someone in future):

I solved it, using the experimental -immed parameter for cdrecord. The machine now burns 4 simultaneus copies of a DVD ISO image. So it turned out that the real problem was that the IDE bus was too busy.

Thanks to anyone,
//mc
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
c++ simultaneous funtions? Ha1f Programming 6 11-22-2005 06:04 PM
where can i get a free program to burn isos in winxp so i can burn a distro? Me61289 Linux - Newbie 5 08-17-2004 02:36 AM
k3b error with audio cd burn (no prob with iso burn) bluem Linux - Newbie 1 04-16-2004 08:05 AM
How to burn copies of Knoppix on Debian Linux Stimz Linux - Newbie 6 03-17-2004 03:41 AM
Simultaneous CD Burning onu Red Hat 9 01-26-2004 02:38 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 08:00 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration