Announcement

Collapse
No announcement yet.

ISO files extraction

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    ISO files extraction

    Hi,
    I have a DVD with an ISO9660 image burned on it. I would like to extract some graphical files included in that ISO image. I tried to do so with ISOmaster. But the lower area is empty (gray). It does not work? What else can I do?
    Regards, Sigurd

    #2
    Have you tried to rip it with K3b?

    Comment


      #3
      Hi,
      I just tried to to rip the iso file with K3b. I found a menu with "Rip Audio CD", "Rip Video CD" and "Rip Video DVD". But there was no way to rip an iso image file to extract some jp2 graphics files. What else can I do?
      Regards, Sigurd

      Comment


        #4
        See MountIso
        Windows no longer obstructs my view.
        Using Kubuntu Linux since March 23, 2007.
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment


          #5
          Hi,
          I am sorry but the DVD is mounted. And I cannot extract the jp2 graphical files with K3b. I can see them. But how can I extract them?
          Regards, Sigurd

          Comment


            #6
            You can copy the ISO image to your hard disk and mount it with AcetoneISO or a similar tool and then copy the file you want to another folder.
            Ark can extract iso files too. Have you tried right click and extract?

            Comment


              #7
              If you use K3b and tell it you want to "copy" the data DVD, it will copy the ISO image into /tmp, and then tell you to insert the blank/target DVD (which you don't need to do). At that point, you (as a user) can copy the image from /tmp to your home folder.

              Next, make a mount point for the image file:

              Code:
              sudo mkdir -p /mnt/MYISO
              next, mount the image file that you copied to your home folder:

              Code:
              sudo mount -o loop /home/Sigurd/filethatIcopied.iso /mnt/MYISO
              Now, using Dolphin, you should be able to copy whatever you want from /mnt/MYISO to wherever you want it. (Assuming files have not been corrupted somehow.)
              Last edited by dibl; Apr 07, 2012, 01:03 PM.

              Comment


                #8
                Hi,
                I installed "Simple Mount ISO" in Dolphin. But the right-click oon the DVD did not show the option "Mount it".
                Using K3b I tried "Copy Medium". I got the attached message. It does not work. Are these files lost?
                Regards, Sigurd
                Attached Files

                Comment


                  #9
                  If it is possible, you should try it on different optical drives. Sometimes a borderline CD or DVD is readable (error free) on some drives but not other drives. If you can't read it on any drive that is available to you, then I'm afraid you have a coaster there.

                  Comment


                    #10
                    I don't get it. You have a dvd containing an iso file? Or you used an iso image to create a dvd?

                    Comment


                      #11
                      Hi,
                      yes, I just thought I might have a corrupted DVD. I installed GNOME commander. I was able to see all the files. But when I started to copy one file I got an I/O error. Perhaps these graphics are lost.
                      Thank you for your help,
                      Sigurd

                      Comment


                        #12
                        hmm.. can't you extract the files/images with peazip? I was able to extract a icon image from a .iso with peazip (maybe I didn't understand the question )
                        ASUS M4A87TD | AMD Ph II x6 | 12 GB ram | MSI GeForce GTX 560 Ti (448 Cuda cores)
                        Kubuntu 12.04 KDE 4.9.x (x86_64) - Debian "Squeeze" KDE 4.(5x) (x86_64)
                        Acer TimelineX 4820 TG | intel i3 | 4 GB ram| ATI Radeon HD 5600
                        Kubuntu 12.10 KDE 4.10 (x86_64) - OpenSUSE 12.3 KDE 4.10 (x86_64)
                        - Officially free from windoze since 11 dec 2009
                        >>>>>>>>>>>> Support KFN <<<<<<<<<<<<<

                        Comment


                          #13
                          The K3b error on post #9, plus the I/O error with gnome commander, both indicate the same problem -- reading the media.

                          Comment

                          Working...
                          X