Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2006 08:33:33 -0500
From:      David Kelly <dkelly@hiwaay.net>
To:        Mikhail Goriachev <mikhailg@webanoide.org>
Cc:        Jonathan Horne <jhorne@dfwlp.com>, freebsd-questions@freebsd.org
Subject:   Re: dd to create .iso of a cd
Message-ID:  <20060525133333.GA65381@Grumpy.DynDNS.org>
In-Reply-To: <44754221.202@webanoide.org>
References:  <55634.24.1.139.244.1148527998.squirrel@mail.dfwlp.com> <44754221.202@webanoide.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, May 25, 2006 at 03:35:29PM +1000, Mikhail Goriachev wrote:
> Jonathan Horne wrote:
> > 
> > can anyone recommend how to create a .iso image in freebsd that will
> > render a bootable .iso file?  i hate to have to keep a linux box around
> > the office just for the purpose of successfully creating a .iso file  :)
> 
> This is weird because it works for me. I do:
> 
> $dd if=/dev/acd0 of=file.iso bs=2048
> $burncd -f /dev/acd0 data file.iso fixate
> 
> My burnt copies boot boxen without problems. How do you burn your ISOs?

Some CD/DVD readers handle EOM differently than others. For "fun" use
the same dd command on the copied CD and compare it to the output of the
first dd from original.

I suggest Jonathan install sysutils/cdrtools from ports (if not already
installed) and use the readcd(1) utility which is part of that
collection. Its a bit of a hassle if your DVD/CD is ATAPI as the
atapicam(4) SCSI/ATAPI translation layer needs to be added to your
kernel. readcd(4) knows a bit more about what it is reading than dd so
it does a better job.

-- 
David Kelly N4HHE, dkelly@HiWAAY.net
========================================================================
Whom computers would destroy, they must first drive mad.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060525133333.GA65381>