PDA

View Full Version : Looking for Right-click mount ISO



Nathanael
May 1st 2010, 01:55 AM
I'd like to be able to right-click on ISO files and have a Mount option that will mount them as virtual drives. I understand Dolphin is supposed to have the ability built-in, via Open with... > Archive mounter, but it doesn't seem to do anything on my system.

I've also tried a couple of scripts, such as Furius ISO mount, but they mount the files as folders, not virtual drives.

--Nathanael

P.S. What an annoying registration process. Any reason why registrants are forced to answer a Captcha *and* FIVE! verification questions? And how many average registrants would know that the capital of India is New Delhi (as opposed to just Delhi, which is what I tried four times before having to google it)?

Snowhog
May 1st 2010, 01:58 AM
P.S. What an annoying registration process. Any reason why registrants are forced to answer a Captcha *and* FIVE! verification questions? And how many average registrants would know that the capital of India is New Delhi (as opposed to just Delhi, which is what I tried four times before having to google it)?


Because KFN had a problem with Bots getting accounts. We tried several approaches before the current method, and they only worked for a short time before the 'bad guys' found ways around our 'defenses.' Since the implementation of our current registration method, we have had zero bot accounts created.

doctordruidphd
May 1st 2010, 01:59 AM
The gmountiso package may be what you want.
Alternatively, you could create a mount script, and set that as the default option in SystemSettings > Advanced > File Associations.

Snowhog
May 1st 2010, 02:01 AM
"This is a frontend to the 'mount -o loop -t iso9660 foo.iso /mountpoint' command"

For the CLI folks. ;)

Nathanael
May 1st 2010, 12:43 PM
a Captcha *and* FIVE! verification questions?

Because KFN had a problem with Bots getting accounts.

I run several sites myself, so I hear you on the spambots. May I suggest an alternate approach? I've noticed spambot registrations always follow a pattern: first name and last name are the same. A month ago I dropped two lines of PHP code into my registration form to do a simple compare (plus a counter to track spambot attempts), and I literally haven't had a successful bot registration since. All without captcha or verification questions.

--Nathanael

Nathanael
May 1st 2010, 01:48 PM
"This is a frontend to the 'mount -o loop -t iso9660 foo.iso /mountpoint' command"


Furiusmount and, presumably, others are as well. But the mount command simply mounts the ISO file as a subdirectory of the filesystem. I want the ISO to appear as if it's a cdrom drive, a la VirtualCD (http://"http://www.virtualcd-online.com/") or other Windows utils of that ilk.

--Nathanael

Nathanael
May 3rd 2010, 10:07 PM
*BUMP*