Re: Kernel msg creating a ISO file from CD-ROM

2009-09-07 Thread Jesus Sanchez
sorry for the late, but I've been busy. After burning some CDs and doing some test I have learned this: *short version If the CD-ROM was burned with DAO option (Disk At Once) then dd or any other program (cdio, readcd, etc) will not report any problem. If TAO mode was used, then you will have

Kernel msg creating a ISO file from CD-ROM

2009-09-06 Thread Jesus Sanchez
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 then, at the end of the process, most times I got the kernel msg: Check Condition (error 0x70) on opcode 0x28 and dd reports an

Re: Kernel msg creating a ISO file from CD-ROM

2009-09-06 Thread Josh Grosse
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 A CD or DVD block is 2k, not 32k. You may find the readcd(1)

Re: Kernel msg creating a ISO file from CD-ROM

2009-09-06 Thread Jesus Sanchez
Josh Grosse escribis: 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 A CD or DVD block is 2k, not 32k.

Re: Kernel msg creating a ISO file from CD-ROM

2009-09-06 Thread Jeremy Evans
On Sun, Sep 6, 2009 at 5:45 PM, Jesus Sanchezzexe...@gmail.com 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 You could try cdio(1): # man cdio # cdio cdrip

Re: Kernel msg creating a ISO file from CD-ROM

2009-09-06 Thread Robert
On Mon, 07 Sep 2009 04:07:35 +0200 Jesus Sanchez zexe...@gmail.com wrote: Josh Grosse escribis: 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

Re: Kernel msg creating a ISO file from CD-ROM

2009-09-06 Thread Jesus Sanchez
Robert escribis: On Mon, 07 Sep 2009 04:07:35 +0200 Jesus Sanchez zexe...@gmail.com wrote: Josh Grosse escribis: 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

Re: Kernel msg creating a ISO file from CD-ROM

2009-09-06 Thread Alvaro Mantilla Gimenez
I saw your post on the spanish list about this. There are some information missing on this post for people here. The image that you want to create is from a Wii dvd disk...right?. If you are trying to create a copy of a Wii disc then you need to create the .wod/.wii image (which is the raw image

Re: Kernel msg creating a ISO file from CD-ROM

2009-09-06 Thread Josh Grosse
On Mon, Sep 07, 2009 at 05:09:17AM +0200, Jesus Sanchez wrote: I will try on another PC but I only have problems doing ISOs, so I discarded the hardware issue, maybe I was wrong. You could always use a different OS, but ... why not just use readcd, as I recommended?

Re: Kernel msg creating a ISO file from CD-ROM

2009-09-06 Thread Aaron Stellman
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