LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 09-07-2004, 12:28 PM   #1
cvc505
LQ Newbie
 
Registered: May 2004
Distribution: Red Hat 9.0
Posts: 23

Rep: Reputation: 15
Wink Creating a CD duplicator using Linux


Does anyone have any information on building a cd duplicator using linux as the OS. I would like to create one that was "idiot" proof in that this box would only be used to duplicator CD's and would require the user to insert the master, and the blanks then press the start button and walk away. I am sure this could be done with an embedded controller and simple user interface. Anybody have a suggestion as to how to get started?
 
Old 09-07-2004, 08:21 PM   #2
karlan
Member
 
Registered: Aug 2003
Location: San Francisco, California
Distribution: Slackware
Posts: 158

Rep: Reputation: 30
research ioctls, This will be the most usefull. Also, search through the docs along with the linux kernel. I remember there being a nice file written by a cdrom coder for the kernel. Look through all the document related to cdroms in the kernel source, some documents may need to be converted to pdf, etc. Thats all the help I can give right now, sorry! Try source code for cdrecord also.
 
Old 09-08-2004, 03:58 AM   #3
r0b0
Member
 
Registered: Aug 2004
Location: Europe
Posts: 608

Rep: Reputation: 50
just a simple script from the top of my head

#!/bin/sh

cat /dev/cdrom > /tmp/cd.iso
echo "Finished reading the master, press any key"
read
while [true]; do
cdrecord --whatever-cdrecord-options-you-need /tmp/cd.iso
echo "Switch blanks or press ctrl+c to stop"
read
od
 
Old 09-08-2004, 08:51 AM   #4
cvc505
LQ Newbie
 
Registered: May 2004
Distribution: Red Hat 9.0
Posts: 23

Original Poster
Rep: Reputation: 15
Thanks guys, this gives me something to look for.
 
Old 09-08-2004, 12:50 PM   #5
SBing
Member
 
Registered: Mar 2004
Posts: 519

Rep: Reputation: 35
Out of interest and when you're finished, do you think you'll be posting your finished script? I'm sure others may want it in the future :)

Steve
 
  


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
creating my own Linux distribution+please help alex_smith Linux From Scratch 40 03-04-2005 06:34 PM
Creating a linux cluster effect on a single linux machine? sidra Programming 0 10-28-2004 09:32 AM
Creating LINUX Progmaker Linux From Scratch 2 09-27-2004 11:21 AM
Software Replicator/Duplicator... CRCool75 Linux - Software 1 09-18-2004 02:44 AM
creating a script in linux in RH 7.3 mustang05 Linux - Software 1 04-23-2004 07:25 PM

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

All times are GMT -5. The time now is 07:23 PM.

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