Copy CD from CLI
Yann Simon
yann.simon.fr at gmail.com
Tue Jan 2 16:53:31 UTC 2007
2007/1/2, Derek Broughton <news at pointerstop.ca>:
> Amichai Rotman wrote:
>
> > Hi All,
> >
> > What would I write at the CLI to copy a CD?
> >
> > I need to duplicate driver CDs for our customers and I'd like an
> > unattended solution:
> >
> > run am alias or a script that will cause the CD-R tray to open. I put the
> > source (driver) CD. After it finishes reading it it opens the tray, I
> > insert the blank CD and close the tray and then it writes the CD and spits
> > it out.
> >
> > I'm sure there's a CLI tool (cdrecord?) I can execute with the appropriate
> > switches from within a script....
> >
To make an iso:
cat /dev/cdrom > file.iso
More information about the ubuntu-users
mailing list