Results 1 to 6 of 6

Thread: ISO creator

  1. #1

    ISO creator

    What is a good app for creating .iso's? I've tried right clicking on a disc-> clicking copy disc, and then then selecting copy disc to file image, but the file image that is created is unreadable. Any help would be appreciated.
    Last edited by jptelthorst; November 24th, 2008 at 06:57 PM.

  2. #2
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: ISO creator

    Open a Applications-->Accessories-->Termianl and type:

    Code:
    dd if=/dev/scd0 of=cdimage.iso
    where /dev/scd0 is your cdrom drive and cdimage.iso can be the name of you cd. This will create an exact duplicate of your cd/dvd.

    Jim

  3. #3

    Re: ISO creator

    How do I determine what path my cdrom is at? I entered the code as you posted, and I get the error:

    Code:
    dd if=/dev/scd0 of=cdimage.iso
    dd: reading `/dev/scd0': Input/output error
    0+0 records in
    0+0 records out
    0 bytes (0 B) copied, 0.00662263 s, 0.0 kB/s
    The location of my cdrom as listed in nautilus is: cdda://scd0/

  4. #4
    Join Date
    Jul 2005
    Location
    Richmond, VA, USA
    Beans
    Hidden!
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: ISO creator

    If you want a graphical app for this, try isomaster.

  5. #5

    Re: ISO creator

    I think that the reason I am having troubles is because it is an audio cd.

  6. #6
    Join Date
    Jul 2005
    Location
    Richmond, VA, USA
    Beans
    Hidden!
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: ISO creator

    I think you're right. If you are trying to copy an audio cd, you might use sound juicer to rip the tracks and brasero to burn them onto a blank disc.

Tags for this Thread

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
  •