cd copy

Simon Dick simon.dick at gmail.com
Fri Feb 25 11:54:13 GMT 2005


On Fri, 25 Feb 2005 12:49:31 +0100, albi at scii.nl <albi at scii.nl> wrote:
> On Fri, 25 Feb 2005 12:27:26 +0100
> Dick Hoogendijk <dick at nagual.st> wrote:
> 
> > What is the easiest way to copy a complete cdrom with freebsd-4.11?
> > Normally I use burncd to burn an iso file to a new cdr, but I never
> > copied a complete cdrom to cdr under freebsd. My windows machines are
> > down and I need the copy soon. So please forgive me if I'm ignorant.
> > Hope the answer is easy ;-)
> 
> you could try :
> 
> dd if=/dev/acd0 of=~/my_cd_image
> and then use burncd to burn that onto cdrom

Try dd if=/dev/acd0 of=~/my_cd_image bs=2048 for data CDs, it helps :)

-- 
Simon Dick


More information about the freebsd-questions mailing list