Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jan 2004 02:51:12 +1030
From:      "W. Sierke" <ws@au.dyndns.ws>
To:        <freebsd-questions@FreeBSD.org>
Subject:   Re: How to create .iso file image of cdrom (atapi)?
Message-ID:  <02f501c3d2de$c5064140$8464a8c0@ovirt.dyndns.ws>

next in thread | raw e-mail | index | archive | help
"Scott Mitchell" wrote:
> You want to use /dev/acd0c - the 'c' partition covers the whole disk.
> Something like:
>
> dd if=/dev/acd0c of=foo.iso bs=64k

Ah! Thanks for that. The bs argument is crucial, I hadn't thought to try
anything further when without it I got:

dd: /dev/acd0c: Invalid argument

I let myself be led astray into thinking that there must be something amiss
with using that device. So if the 'c' partition is the whole disk, what's
the 'a' partition, out of curiosity?


Thanks,

Wayne



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?02f501c3d2de$c5064140$8464a8c0>