On Mon, Sep 07, 2009 at 02:45:33AM +0200, Jesus Sanchez wrote:
> on 4.5 stable.
> 
> I'm using a CD drive with no problem until I need to create an ISO file
> from a data CD-ROM for what I use this:
> 
> # dd if=/dev/rcd0c bs=32k > image.iso
> 
If you know the size in bytes of the iso file that was burned on to the
CD, you could do something like:
$ dd if=/dev/rcd0a bs=2k count=<size> of=/tmp/x.iso

Reply via email to