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 02-13-2003, 12:10 PM   #1
gbrad
Member
 
Registered: Sep 2002
Location: St. Louis, MO
Distribution: Red Hat 8
Posts: 89

Rep: Reputation: 15
Multiple CDR/RW Burners


How would I go about installing several (3-4) cd burners and using them simutaneously. Could I just write a scirpt to make cdrecord start each at the same time. Has anyone tried this? Are there any problems that might arise? Thanks in advance.
 
Old 02-13-2003, 02:43 PM   #2
rnturn
Senior Member
 
Registered: Jan 2003
Location: Illinois (SW Chicago 'burbs)
Distribution: openSUSE, Raspbian, Slackware. Previous: MacOS, Red Hat, Coherent, Consensys SVR4.2, Tru64, Solaris
Posts: 2,803

Rep: Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550
Re: Multiple CDR/RW Burners

Quote:
Originally posted by gbrad
How would I go about installing several (3-4) cd burners and using them simutaneously. Could I just write a scirpt to make cdrecord start each at the same time.
Well, with cdrecord you need to specify what the target device is to be (that ID you get from scanning the bus) so firing off multiple cdrecord processes to write simultaneously shouldn't be that hard.
Quote:
Has anyone tried this? Are there any problems that might arise?
No, never tried it. Problems? You mean other than with the RIAA? ;-) Well, if all these CD/RW devices are on a shared bus, you could easily wind up with a bunch of coasters if you can't keep the data flowing to the burners fast enough. If you have a means of measuring how the bus that feeds the burners is performing you should be able to make an educated prediction on how many burners you can be running simultaneously before you can expect problems. I'd say that you would have more luck doing this with SCSI than IDE.

Good luck,

Rick
 
Old 02-13-2003, 03:42 PM   #3
gbrad
Member
 
Registered: Sep 2002
Location: St. Louis, MO
Distribution: Red Hat 8
Posts: 89

Original Poster
Rep: Reputation: 15
Okay, that all sounds good. Assuming I go with SCSI, is there a limit to how many SCSI controllers I can through in my computer? besides the number of card slots that is. I've never used it before. And, just to clarify, this is for medium-scale software distribution, of my own software, so there isn't any copyright infringement going on.
 
Old 02-13-2003, 04:30 PM   #4
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
You are also limited by the number of IRQ's you have left. How many burners do you want to use at once? The Adaptec 29160 is a dual channel card with 15 channels each. In theory thats 30 drives on one card. However the SCSI bus (per channel) total length is limited to somewhere on the order of 6 meters. For your needs you proabaly would want a SCSI chassis.

There are also standalone CD duplicators you might be able to use.
 
Old 02-13-2003, 04:39 PM   #5
rnturn
Senior Member
 
Registered: Jan 2003
Location: Illinois (SW Chicago 'burbs)
Distribution: openSUSE, Raspbian, Slackware. Previous: MacOS, Red Hat, Coherent, Consensys SVR4.2, Tru64, Solaris
Posts: 2,803

Rep: Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550
Quote:
Originally posted by gbrad
Okay, that all sounds good. Assuming I go with SCSI, is there a limit to how many SCSI controllers I can through in my computer? besides the number of card slots that is. I've never used it before.
It depends on the controller and the driver. I have used some older NCR controllers don't want to coexist with one another in a PC while you can run several of them in an Alpha without any trouble. If you look at the README.drivername files in /usr/src/linux-XXX/drivers/scsi (should be the correct place, I'm going from memory) there are sometimes notes on how to run a second (or third) controller of the same type. Or, if you have some money available I have to believe that a pair of Ultra160 controllers would be more than able to keep enough data flowing to four CD/RW drives. But at a few hundred bucks apiece you've got to really want and need to do this. And take into account that SCSI burners are getting more difficult to find; at least at a reasonable price. An older UltraSCSI controller could probably handle a pair of older burners at less cost. (Again, if you can find them.)
Quote:

And, just to clarify, this is for medium-scale software distribution, of my own software, so there isn't any copyright infringement going on.
So when's gbradux coming out? Is it a Red Hat derivative?

:-)
 
Old 02-13-2003, 07:40 PM   #6
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Here's a suggestion that will probably not work, but be worth trying once . When specifying cdrecord, maybe specify multiple devices:
cdrecord -scanbus

Let's say it brings up 0,1,0 0,3,1 0,4,5 as your burners. So then:
cdrecord dev=0,1,0 dev=0,3,1 dev=0,4,5 speed=x

Might be worth a shot, I'd try it with CDRW's at first to make sure MasterC doesn't cost you several CDR's

Cool
 
Old 02-13-2003, 07:48 PM   #7
rnturn
Senior Member
 
Registered: Jan 2003
Location: Illinois (SW Chicago 'burbs)
Distribution: openSUSE, Raspbian, Slackware. Previous: MacOS, Red Hat, Coherent, Consensys SVR4.2, Tru64, Solaris
Posts: 2,803

Rep: Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550
Quote:
Originally posted by MasterC

cdrecord dev=0,1,0 dev=0,3,1 dev=0,4,5 speed=x
CD/R RAID?

(hee hee)
 
Old 02-13-2003, 08:18 PM   #8
gbrad
Member
 
Registered: Sep 2002
Location: St. Louis, MO
Distribution: Red Hat 8
Posts: 89

Original Poster
Rep: Reputation: 15
Actually this is for some informational, activism software. But I am on a small (24 person) team working on a suite of apps that will eventually be a Ximian-like change of Gnome--which includes an Aqua-like dock with SVG support. We'll be making our first release in a few months. I'll post more info then.
 
  


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
CloneCD Burners o0black0o Linux - Newbie 0 12-02-2003 09:34 PM
Any DVD burners compatible? xemophora Linux - Hardware 4 08-17-2003 04:07 PM
DVD Burners Stephanie Linux - General 3 02-27-2003 03:38 PM
Linux compatible burners? AMDPwred Linux - General 1 01-20-2002 12:27 AM
CD Burners sancho5 Linux - General 1 09-16-2001 04:30 AM

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

All times are GMT -5. The time now is 06:01 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