Announcement

Collapse
No announcement yet.

Daemon Tools Equivalent???

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

    Daemon Tools Equivalent???

    Is there a program like Daemon Tools for linux? Or something just to mount an image as a virtual drive? Thanks.

    #2
    Re: Daemon Tools Equivalent

    http://kubuntuforums.net/forums/index.php?topic=12614.0
    kiso works OK

    iso images are easily mounted from the command line as well:
    sudo mount -o loop -t iso9660 something.iso /path/to/some/directory/you/created
    and
    sudo umount /path/to/some/directory/you/created
    to unmount

    Comment


      #3
      Re: Daemon Tools Equivalent

      I installed kiso. Now it is saying that I need to start it as root. How do I start it?

      Comment


        #4
        Re: Daemon Tools Equivalent

        Thanks for the info. I figured it out though. For the record.

        kdesu kiso

        Comment

        Working...
        X