Results 1 to 4 of 4

Thread: need an cd/dvd to .iso creating application

  1. #1
    Join Date
    Oct 2004
    Beans
    456
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    need an cd/dvd to .iso creating application

    Hi all,

    What would be a good application for creating and iso file from a physical cd or dvd? This s for application cd's and dvd's, not movies or music.

    Thanks

    Heeter

  2. #2
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: need an cd/dvd to .iso creating application

    K3b has that option.

    I think you can actually do this with dd. If the DVD is mounted as /dev/sr0, try "dd if=/dev/sr0 of=/path/to/file.iso" and see if that works.
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

  3. #3
    Join Date
    Oct 2004
    Beans
    456
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: need an cd/dvd to .iso creating application

    Thanks, SeijiSensei

    Will be using k3b


    Thanks again

    Heeter

  4. #4
    Join Date
    Mar 2013
    Beans
    8

    Re: need an cd/dvd to .iso creating application

    dd does work and it does do what you are asking. The down side is that with it being a command line tool you have little to no feedback on how much longer the process had to go. If you just let it run you'll be fine, but make sure that you don't close that terminal window or you'll have to start the process all over again.

Bookmarks

Posting Permissions

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