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

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...