Results 1 to 5 of 5

Thread: Getting "Daemon Is Inhibited" error in Ubuntu

  1. #1
    Join Date
    Nov 2011
    Posts
    21

    Getting "Daemon Is Inhibited" error in Ubuntu

    i dontknow what is going on. i am everytime getting Daemon Is Inhibited error in Ubuntu. anyone know about this Daemon in Ubuntu? what is this? and what actually the meaning of this error message? anyone have any solution for this? please if anyone get any useful information for me than please provide me.

  2. #2
    Join Date
    Nov 2010
    Posts
    442

    Re: Getting "Daemon Is Inhibited" error in Ubuntu

    i think its because no change in the bios that the functioning of the disks instead of ahci to ide.

  3. #3
    Join Date
    Dec 2010
    Posts
    334

    Re: Getting "Daemon Is Inhibited" error in Ubuntu

    Daemon tools is the popular Windows program used to mount the images. Iso file as virtual disks. For linux there is an alternative, just create a mount point and mount then the empty image. So we must create the mount pointfor that

    Code:
    sudo mkdir /media/iso
    then load the module in the kernel loop

    Code:
    sudo modprobe loop
    and finally mount the iso image

    Code:
    sudo mount Nomedellimmagine.iso /media/iso/ -t iso9660 -o loop
    and should appear in the 'icon of a new drive to desktop. To remove the image just to make

    Code:
    sudo umount /media/iso

  4. #4
    Join Date
    Mar 2011
    Posts
    490

    Re: Getting "Daemon Is Inhibited" error in Ubuntu

    if you nrg an image and do not want to install Ubuntu! There is also the solution to this problem and its called Nrg2iso installed with the usual

    Code:
    sudo apt-get install
    and usable with

    Code:
    nrg2iso [immagine nrg] [immagine iso]
    it lacks the graphical interface. Also here is the solution and its called gmount2iso

    Code:
    sudo apt-get install gmountiso
    and in practice it is a PyGTK interface that does the work just explained.

  5. #5
    Join Date
    May 2011
    Posts
    398

    Re: Getting "Daemon Is Inhibited" error in Ubuntu

    This is same thing happend with me too. i am trying to talk to Micro SD. Disk Utility lists the drive as Fat32. but the time when i am going to mount it, its giving me same error message. i really not understand hoe to solve this. i even go through some solution and i also see the post posted over me, but still my error is same.

Similar Threads

  1. Replies: 3
    Last Post: 03-01-2014, 10:34 AM
  2. Replies: 3
    Last Post: 07-06-2012, 03:33 PM
  3. Replies: 1
    Last Post: 06-06-2012, 07:03 PM
  4. Replies: 4
    Last Post: 05-06-2012, 10:27 AM
  5. Replies: 10
    Last Post: 09-09-2011, 10:12 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,713,531,653.04638 seconds with 16 queries