On Wed, 2007-06-06 at 11:04 -0700, Kai Ponte wrote:
> Is there any way to mount an iso file as a user - sort of like
> mounting a usb drive?
> 
> I looked and cannot find any right-click option in Konqueror to mount
> an iso file. Is this not possible?
> 
> I found this  http://www.kde-apps.org/content/show.php?content=11577
> but it has to be run as root.
> 
> -- 
> k
umount -d /mnt/mountiso
mount -o loop $1.iso /mnt/mountiso

  I have this script, Kai, it works rather well for me.

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

Reply via email to