Hi,

Running opensuse 10.2.

I'm looking for a way to let a user mount RandomISOName at ~/RandomISOName.
Preferably with the autofs system (if possible) so that no root password is 
required and that the mounting is done automatically after clicking an 
RandomISOName file in konqueror.

But the problem with the autofs system is that it needs a fixed mount point 
(as I understood it). It is not possible to generate a mount point with 
autofs dynamically. Also the file name cannot be RandomISOName but has to be 
a fixed (always the same, like /dev/cdrom) name for autofs to work.

I know I could use sudo and then 
mount -o loop -t iso9660 RandomISOName /mount/somewhere
But this is not what I want.

The idea is to click on the RandomISOName file, a script runs and the image is 
mounted and opened in konqueror automatically.

Anyone have any ideas ? Or other options to make it work ?

Regards,
Marco.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to