CD Image creation -> Problems, errors & frustrations
Robert Parker
bposs at dodo.com.au
Fri Dec 10 14:36:09 UTC 2004
On Friday 10 December 2004 01:50, Mariano F.co BenÃtez Mulett wrote:
> Hi again guys.
> This time I'm here to ask for your wisdom.
> Only now I need to create an image of a CD and I sudently found out that
> I just cannot!
>
> As many of you, I installed k3b for managing the CD-DVD creation sessions.
> For creating an image it uses /usr/bin/readcd with the default command:
> /usr/bin/readcd -v dev=/dev/hdc f=/mnt/Data01/k3b_1.img -clone retries=128
> Then it says that the CD contains around 650Mb, which is correct, it
> starts copying it and, at a certain moment, it stops saying the process
> is done succesfully but only having copied an amount between 3 and 40 Mb.
> This is what happens if I click in the "Clone Copy" option, if I click
> the "Normal Copy" it says at 0% of process that there's an error because
> there is no data in the device...
Mount your cd.
df
The last line out from that command will be your cd.
It will give you a block count, divide that by 2 to get the number of 2048
byte sectors on the cd.
umount /dev/hdc
then:
readcd dev=dev/hdc f=your.iso sectors=0-no_of_sectors
There is an option in k3b to burn from an iso, or just use cdrecord directly.
If you still have trouble it's possible that you have a faulty cd.
Bob
More information about the ubuntu-users
mailing list