Date: Fri, 25 Feb 2005 11:54:12 +0000 From: Simon Dick <simon.dick@gmail.com> To: "albi@scii.nl" <albi@scii.nl>, FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: cd copy Message-ID: <23552156050225035446374a69@mail.gmail.com> In-Reply-To: <20050225124931.5450e701.albi@scii.nl> References: <20050225112726.GA23817@lothlorien.nagual.st> <20050225124931.5450e701.albi@scii.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 25 Feb 2005 12:49:31 +0100, albi@scii.nl <albi@scii.nl> wrote: > On Fri, 25 Feb 2005 12:27:26 +0100 > Dick Hoogendijk <dick@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?23552156050225035446374a69>