[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Copy CD to disk + copy disk to CD + reuse



On Wed, Jul 19, 2006 at 08:14:34AM -0500, Hugo Vanwoerkom wrote:
> Hi,
> 
> I have only 10 CD-RW disks that I use for mondoarchive.
> 
> But I wanted to try Grml-0.7 on one of them. So I needed to save the 
> contents of one of them and use that.
> 
> So I found this site:
> http://www.yolinux.com/TUTORIALS/LinuxTutorialCDBurn.html
> 
> So I did:
>    1.  mount /cdrom
>    2. mkisofs -r -o 11.iso /cdrom
> 
> Then I copied the Grml-0.7 iso to that CD-RW, tried Grml, and copied the 
> mondo iso back on to it:
> 
> cdrecord -v blank=fast speed=4 dev=ATA:1,1,0 11.iso
> 
> Guess what? That CD-RW does not boot.
> 
> What's wrong with the scheme?
> Thanks!
> H

mkisofs is what you would use if the data was not already stored in iso
format. 

If you wanted to create an exact duplicate of the original CD-RW, all
you need is
	dd if=/dev/cdrom of=image.iso
Then use cdrecord to put it back later. (replace /dev/cdrom with whatever
device name you have for /cdrom in /etc/fstab).

Look at all the options to mkisofs and that will give you an idea of
all the things that could be different between the original and your
copy.

Regards,
DigbyT
-- 
Digby R. S. Tarvin                                          digbyt(at)digbyt.com
http://www.digbyt.com



Reply to: