On Fri, 25 Feb 2005 12:49:31 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > On Fri, 25 Feb 2005 12:27:26 +0100 > Dick Hoogendijk <[EMAIL PROTECTED]> 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 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"