How to create .iso file image of cdrom (atapi)?

W. Sierke ws at au.dyndns.ws
Sun Jan 4 08:21:18 PST 2004


"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



More information about the freebsd-questions mailing list