Results 1 to 2 of 2

Thread: How to Install Daemon Tool on Linux

  1. #1
    Join Date
    Apr 2008
    Posts
    598

    How to Install Daemon Tool on Linux

    DAEMON Tools is a peripheral emulator for Windows Virtual CD-DVD unable to mount disk images to DVD, CD, HD DVD or Blu-ray on a virtual device. In practice, it creates CD / DVD / HD DVD / Blu-ray add to our PC as if they were present at the hardware level so as to read an image file CD / DVD / HD DVD / Blu-ray (of usual. iso or. mdf) as if they were actually inserted the CD that correspond to this image.

    Like the other emulators, Daemon Tools is developed for the user who does not want to directly access the data saved on a CD to prevent it from wear and loss of information. Provide cost-effective use when you want, for example, use different software on a laptop while on the go: the user simply emulate the images saved on the hard disk drive that interest them rather than carry around, physically, all CD.

    They can also be loaded many images simultaneously on different virtual devices. The software companies that develop video games are trying to combat the spread of Daemon Tools because, by emulating the CD images, the user is easy to copy and use copyrighted software. For this reason, many producers put in their control programs on emulated devices, if among these is that of Daemon Tools, the program will refuse to leave or would try uninstalling the emulation program.

  2. #2
    Join Date
    Apr 2008
    Posts
    598

    Re: How to Install Daemon Tool on Linux

    Daemon tool is the very good Windows program which is basically used to edit pictures. For Linux there is a choice which can do, for which we have to first generate a new mount point which would be blank and then we have to mount the image. So we must create the mount point

    Code:
    sudo mkdir /media/iso
    After you have created that you need to load the loop module in the kernel

    Code:
    sudo modprobe loop
    And after this is done you need to mount the ISO image

    Code:
    sudo mount xyz.iso /media/iso/ -t iso9660 -o loop
    As you do this you will be able to see the new drive which is created on my desktop. Now if you need to remove the image you need to make

    Code:
    sudo umount /media/iso
    But an image nrg and if you do nto want to install UBuntu. I would provide you with the solution to this query and for doing this you need to install Nrg2iso by using this code

    Code:
    sudo apt-get install
    this would work with the below code

    Code:
    nrg2iso [immagine nrg] [immagine iso]
    But if your GUI starts lagging then you need to use gmountiso

    Code:
    sudo apt-get install gmountiso
    And in practice is a pygtk interface that does the job just explained.

Similar Threads

  1. How to mount .dsk file on the Daemon tool?
    By FarhaS in forum Windows Software
    Replies: 4
    Last Post: 30-05-2011, 09:46 AM
  2. Daemon tool is unable to install on vista
    By DaaruWala in forum Windows Software
    Replies: 3
    Last Post: 15-12-2010, 07:28 PM
  3. Daemon tool fails to startup error under windows 7
    By VivRichards in forum Windows Software
    Replies: 5
    Last Post: 30-11-2010, 07:58 AM
  4. Can i convert videos using daemon tool to mpeg
    By Harmony60 in forum Windows Software
    Replies: 6
    Last Post: 26-03-2010, 07:09 PM
  5. Any software like Daemon Tool for Windows 7
    By The_D in forum Windows Software
    Replies: 4
    Last Post: 18-03-2009, 09:51 PM

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
  •  
Page generated in 1,711,702,286.03676 seconds with 17 queries