Find the answer to your Linux question:
Results 1 to 4 of 4
Hello Everyone! I have various ISO (CDs) of different distros and since I have been using them for quite a while already, I noticed that it has started to acquire ...
  1. #1
    Linux Engineer nujinini's Avatar
    Join Date
    Apr 2009
    Location
    An Island in the Pacific!
    Posts
    1,197

    How to Make ISO Copies of Distros



    Hello Everyone!

    I have various ISO (CDs) of different distros and since I have been using them for quite a while already, I noticed that it has started to acquire scratches.

    All my files were deleted in an incident recently. I do not want to go through the hassles of downloading fresh ISO since it really takes time from where I am.

    May I please ask how can I make extra copies of ISO (CDs) from my existing ones. Or can I copy it after I have installed them in their respective partitions?

    Any which way, I thank you in advance for the help.

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    17,784
    You should be able to make disk to disk copies using your CD/DVD burning app.
    oz

    new users: read this first
    no private messages requesting computer support - post them on the forums!

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,308
    Just create disk to disk copies as suggested by ozar. If you want to create a bootable copy of installed and configured distro, use PartedMagic.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  4. #4
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    You can use the dd command to make an exact iso copy to your hard disk if that is what you would like to do as well.

    It would be something like this
    Code:
    dd if=/dev/cdrom of=linux_cd.iso

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •