Jump to content

Backup Windows 2000 install cd


santner
 Share

Recommended Posts

I am concerned about my windows 2000 install cd getting damaged, and I was wondering what the process is to make a backup to protect from scratches, breaks, etc... :o

 

I have read that you need to create an image, and then burn the image to the disc. I have copied the files to a dir:

 

cp -pax /mnt/cdrom/ /Windows2000/

and I don't know what the next step is. I imagine that I need to create an image from that directory(using mkisofs?) and then burn the image using k3b? Has anyone done this or know how this is suppose to be done? :D

Link to comment
Share on other sites

actually, you might be better off using k3b to do a direct copy of the CD. There should be a "copy cd" choice.

 

The other option is to use dd to make an image of the cd:

dd if=/dev/cdrom of=/whereveryou/wantheimage/imagename.iso

just copying the files off of it won't work due to the way the cdrom is set up.

Link to comment
Share on other sites

k3b to do a direct copy of the CD. There should be a "copy cd" choice

 

Is this only if you have two cd drives and you copy from one drive to the other? Also,

 

The other option is to use dd to make an image of the cd:

 

Will this create the actual image, as opposed to using mkisofs?

Link to comment
Share on other sites

k3b to do a direct copy of the CD. There should be a "copy cd" choice

 

Is this only if you have two cd drives and you copy from one drive to the other?

I believe it should, but I'm not 100% sure.

 

The other option is to use dd to make an image of the cd:

 

Will this create the actual image, as opposed to using mkisofs?

this will create an exact image, including the boot sector of the cd. using mkisofs on the files you copied off of the cd will create an image of just those files. you can also use mkisofs to make an image of the cd. there was a thread somewhere that explained various ways to make a cd image....can't find it right now.

Link to comment
Share on other sites

Thank you for the answers.

 

So I think that using:

dd if=/dev/cdrom of=/whereveryou/wantheimage/imagename.iso

 

and then using k3b to burn the image should work. :P

Link to comment
Share on other sites

I have taken all of my CD's (lots!) and burned them to individual ISO files on my hard drive. Whenever I need one, I just mount it and use it. THe only exception is the window's boot of course.. although you could possible get away with that too..

Link to comment
Share on other sites

This worked:

 

actually, you might be better off using k3b to do a direct copy of the CD. There should be a "copy cd" choice

 

 

And this didn't:

 

dd if=/dev/cdrom of=/whereveryou/wantheimage/imagename.iso

 

Because /dev/cdrom is not a file. I tried /dev/cdrom/* but again, that is not a single file. Is there a way to make this happen for the entire contents of the cdrom? I would like to have an .iso file on my harddrive as backup, just in case.

:D

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...