Can anyone tell me how to make an _identical_ backup of
a cd-rom?
Is something along the lines of
#dd if=/dev/scd1 of=/tmp/cdimage.raw bs=1024k count=1
#cdrecord -speed=4 dev=0,0,0 /tmp/cdimage.raw
going to get me anywhere?
Is something along the lines of
#dd if=/dev/scd1 of=/tmp/cdimage.raw bs=1024k count=1
#cdrecord -speed=4 dev=0,0,0 /tmp/cdimage.raw
going to get me anywhere?
The bs=2k is there because data sectors on a CD-ROM are supposed to be
2048 bytes in size. You can actually leave the "count=" off, but you'll
get I/O errors when dd tries to read past the end of the CD, and you may
have to manually Ctrl-C to stop dd. Either way, when dd is finished,
just do the cdrecord command with a blank CD-R(W) in the drive.
This will not work with audio CDs, naturally--use cdparanoia for that...
--
Matt G|There is no Darkness in eternity/But only Light too dim for us to see
If the chances are a million to one against something happening, the
odds are 50/50 that it will. Especially if that something is a bad
thing.
leave of the count=1, or you will only get one block, not the wholeQuote:>Can anyone tell me how to make an _identical_ backup of
>a cd-rom?
>Is something along the lines of
>#dd if=/dev/scd1 of=/tmp/cdimage.raw bs=1024k count=1
dd if=/dev/scd1 of=/tmp/cdimage.raw
Thats:Quote:>#cdrecord -speed=4 dev=0,0,0 /tmp/cdimage.raw
cdrecord -speed=4 dev=0,0,0 -data /tmp/cdimage.raw
Yes, you've got the idea.Quote:>going to get me anywhere?
Perry
1. (1 on 1 copy for CD) CD copy of PSX-CD's
I need to copy some PSX CD's.
But I can't use mkisofs nor dd, because there are some explicit errors
on the CD. Is there a tool that makes a 1 on 1 images from a CD so that
I can burn that?
Raymond
3. Problem- Video CD- CD to CD copying- Does not play in hardware player
4. ksh strange behaviour HELP PLEASE
5. CD to CD copying using cdrecord- trashed two CD's
6. HELP! linux is not reading resolv.conf!
7. Copying Copy Protected CD-ROMs
9. Can dd copy copy-protected CD's?
10. Can Linux be used to copy copy-protected CDs?
11. CD to Cd copy
12. cdrecord question: CD to CD copy
13. CD to CD copy