Quote |
Mount ISO image This script and servicemenu allow you to rightclick an ISO image and mount it to a directory. While mounting systems which are not included to fstab is allowed only to root, you have to enter root password once the script asks for it. Script will create a folder on the desktop, where the iso image will be mounted to. You can mount several ISO images at the same time. You need to enter root password for unmounting image. The corresponding folder will be deleted automatically. Mount ISO image servicemenu can be used in two various ways: using kdesu or sudo. During the installation you'll be offered to choose a variant to use. |
Code Sample |
mount -t iso9660 -o loop youriso.iso /mnt/wherever |