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
- Kernel msg creating a ISO file from CD-ROM Jesus Sanchez
- Re: Kernel msg creating a ISO file from CD-RO... Josh Grosse
- Re: Kernel msg creating a ISO file from C... Jesus Sanchez
- Re: Kernel msg creating a ISO file fr... Robert
- Re: Kernel msg creating a ISO fil... Jesus Sanchez
- Re: Kernel msg creating a IS... Alvaro Mantilla Gimenez
- Re: Kernel msg creating a IS... Josh Grosse
- Re: Kernel msg creating a ISO file from CD-RO... Jeremy Evans
- Re: Kernel msg creating a ISO file from CD-RO... Aaron Stellman
- Re: Kernel msg creating a ISO file from CD-RO... Jesus Sanchez