> Date: Thu, 25 Jul 2002 00:05:03 +0930 > From: Brian Astill <[EMAIL PROTECTED]> > Subject: Re: using burncd > > "man burncd" is very helpful and the procedure looks quite straightforward > for copying a file from HD to CD. > > But how do you prepare the ISO image form one CD in order to burn it to > another? >
something like $ dd if=/dev/acd0c of=copy_of_cd.iso bs=2048 will make an image of a CD, that can then be fed to burncd to create a copy of the CD. That assumes it is a data (ISO) CD. Music CDs require a different approach. > Believe it or not, there is no help in: > man burncd > FBSD Handbook 2000 (FBSD 4.1) > FBSD FAQ > Complete FreeBSD (3rd Edition) > Anelise Anderson's book. > > Where IS the info I need? In the mailing list archives somewhere, although that isn't always the most convenient place to find things. ;) I'm sure I've seen a tutorial on this somewhere, but I can't remember where. http://www.freebsddiary.org/ is one place you might look in the future. > ================================================= > - -- > Regards, > Brian - Bob To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message