PDA

View Full Version : Best Daemon Tool for Ubuntu [Jaunty]



Gias Kay
June 9th, 2009, 09:32 PM
Hi,

Just wondering if I can get some names of the best daemon tools for Jaunty in here. So far I've heard of AcetoneISO 2, but I searched it and found some old posts claiming it's not working great under Gnome. So any ideas or suggestions?

LowSky
June 9th, 2009, 09:37 PM
gmount-iso is in the repos, works great

http://hacktivision.com/index.php/2008/02/24/how-to-mount-iso-images-in-ubuntu-the-ea?blog=2

bulletxt
June 10th, 2009, 12:17 AM
AcetoneISO works perfectly and has a lot of features.

This is the official website where you can get the latest release for Ubuntu:

http://www.acetoneteam.org/

cariboo
June 10th, 2009, 12:54 AM
mount -o loop <any>.iso /mnt

):P

Gias Kay
June 11th, 2009, 02:27 AM
Tried gmount-iso and worked great. AcetoneISO looks kinda like a bloatware, they advertize their program being able to "download videos from Pornotube!" What the heck would that have anything to do with a daemon tool?

swoll1980
June 11th, 2009, 03:15 AM
AcetoneISO works perfectly and has a lot of features.

This is the official website where you can get the latest release for Ubuntu:

http://www.acetoneteam.org/

+1 for AcetoneISO

swoll1980
June 11th, 2009, 03:23 AM
they advertize their program being able to "download videos from Pornotube!"

Where do you see that at?

LookTJ
June 11th, 2009, 03:25 AM
they advertize their program being able to "download videos from Pornotube!"They removed that feature according to the changelog.

binbash
June 11th, 2009, 11:05 AM
you do not need any except mount command

Mistrblank
June 11th, 2009, 01:53 PM
mount -o loop <any>.iso /mnt

):P

+1 vote for this.

praveesh
July 26th, 2009, 10:40 AM
Will these apps emulate an ISO image as a real cd drive (or they just mount the iso image)? . Daemon tools emulate a real cd drive.

AndyCee
July 26th, 2009, 11:02 AM
My vote goes for

sudo mount -o loop <isoname> /mnt

praveesh
July 26th, 2009, 06:16 PM
My vote goes for

sudo mount -o loop <isoname> /mnt

That will mount the iso . But the system will not treat it is a real cdrom. I have a number of iso images of Ubuntu in hard drive. But if I want to install softwares from them, using synaptic, I can't . I need to install real cd. That's the problem.

dicairo
July 26th, 2009, 06:29 PM
AcetoneISO works perfectly and has a lot of features.

This is the official website where you can get the latest release for Ubuntu:

http://www.acetoneteam.org/

i am totally agree with this AcetoneISO work nice for me:)

praveesh
July 26th, 2009, 07:21 PM
i am totally agree with this AcetoneISO work nice for me:)

Does the system treat the iso image mounted using acetoneiso as a real cd rom? If not, there is no need of it. Just right click and click on archive mounter. Done

Viva
July 26th, 2009, 07:48 PM
Does the system treat the iso image mounted using acetoneiso as a real cd rom? If not, there is no need of it. Just right click and click on archive mounter. Done

My system recognises it as a cd if I mount it as cdrom0

praveesh
July 26th, 2009, 08:30 PM
My system recognises it as a cd if I mount it as cdrom0

what tool did you use?

FuturePilot
July 26th, 2009, 08:38 PM
what tool did you use?

Just use the same command above but change the mount point.


sudo mount -o loop <isoname> /media/cdrom0

It will even show up on your desktop as if you had put in an actual CD.

praveesh
July 27th, 2009, 02:47 AM
Just use the same command above but change the mount point.


sudo mount -o loop <isoname> /media/cdrom0

It will even show up on your desktop as if you had put in an actual CD.

Yes. The system recognized it as a real cdrom. But, in synaptic, when I tried to add cd rom, after showing, "mounting cdrom :" it replied "E: Failed to mount the cdrom" . What can be the reason?

AndyCee
July 29th, 2009, 11:35 AM
I actually remember something like that happening when I tried a distro upgrade without burning a CD. Is this what you're trying to do?

praveesh
August 21st, 2009, 06:32 AM
Cdemu does the job very will (it's in the ppa. Go to launchpad.net and search for cdemu. ). It really emulates a real physical cd drive. Iam able to mount an Ubuntu iso image and the synaptic recognises it as a real cd and Iam able to install apps from the iso image. No other softwares or scripts or commands are able to do this. Others might be able to mount the cd (and may be in the /cdrom itself) but the synaptic doesn't recognise it as a real cd rom. More over, there is an applet for the Gnome panel which helps in mounting cds(much similar to the daemon tools). It is the perfect replacement of the daemon tools.

praveesh
August 21st, 2009, 07:22 AM
With cdemu, it is possible to upgrade distro without the need of burning a cd