Announcement

Collapse
No announcement yet.

[SOLVED] Gmount-iso

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

    [SOLVED] Gmount-iso

    I just installed it but I have no clue about how to use it. I need to specify a mount point for the CD image. What should it be?

    P.S.: any other good replacements for daemon tools aside from this one?

    Thanks,
    ElWray

    EDIT: Nevermind, I solved it
    Core 2 Quad Q6600<br />4 GB RAM<br />GeForce 9800 GTX<br />Hitachi Deskstar 1TB<br />Seagate 250 GB<br /><br />Triple-booting Gentoo, Crunchbang &amp; Windows 7

    #2
    Re: [SOLVED] Gmount-iso

    Please tell us how you solved this. While we are glad that you did, not providing the information on how doesn't help anyone else who looks at this thread who may have the same problem.
    Using Kubuntu Linux since March 23, 2007
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: [SOLVED] Gmount-iso

      I've set the mount point in /cdrom (root)
      And it seems that I gotta restart the program everytime I swap the disc images
      Core 2 Quad Q6600<br />4 GB RAM<br />GeForce 9800 GTX<br />Hitachi Deskstar 1TB<br />Seagate 250 GB<br /><br />Triple-booting Gentoo, Crunchbang &amp; Windows 7

      Comment


        #4
        Re: [SOLVED] Gmount-iso

        what exactley are you trying to do...........just mount a .ISO to read/use it ?

        VINNY
        i7 4core HT 8MB L3 2.9GHz
        16GB RAM
        Nvidia GTX 860M 4GB RAM 1152 cuda cores

        Comment


          #5
          Re: [SOLVED] Gmount-iso

          Originally posted by ElWray
          I've set the mount point in /cdrom (root)
          And it seems that I gotta restart the program everytime I swap the disc images
          If I understand what you're trying to do, I would do it like this:
          Code:
          sudo mkdir -p /mnt/image1
          Code:
          sudo mkdir -p /mnt/image2
          Code:
          sudo mkdir -p /mnt/image3
          etc.

          Then

          Code:
          sudo mount -o loop iso#1.iso /mnt/image1
          Code:
          sudo mount -o loop iso#2.iso /mnt/image2
          Code:
          sudo mount -o loop iso#3.iso /mnt/image3
          etc.

          Comment


            #6
            Re: [SOLVED] Gmount-iso

            I'm actually trying to find a way to install a game with 2 CDs (it requests the 2nd CD) so that's how I ran into this problem
            Core 2 Quad Q6600<br />4 GB RAM<br />GeForce 9800 GTX<br />Hitachi Deskstar 1TB<br />Seagate 250 GB<br /><br />Triple-booting Gentoo, Crunchbang &amp; Windows 7

            Comment

            Working...
            X