I have several ISO images. Whenever I desire to use these I used to create a Virtual Drive [CD/DVD drive], mount these image files, execute them in M$ Windows.
Linux/Unix has always been able to do this, thankfully, and it’s part of
the distribution out of the box. All you need are privileges and a
mountpoint. For example, /mnt is a common mountpoint, but I like
creating directories under there so, for your example:
mkdir /mnt/iso
mount /path/to/your/iso/file /mnt/iso
Now just browse /mnt/iso and you will see your ISO contents.
Good luck.
tvks wrote:
> Hi,
>
> I am a newbie in Linux.
>
> I have several ISO images. Whenever I desire to use these I used to
> create a Virtual Drive [CD/DVD drive], mount these image files, execute
> them in M$ Windows.
>
> Is this same procedure possible in SUSE ?
>
> Thanx for any valuable guidance.
>
> Regards,
>
> tvks
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
mkdir /mnt/iso
mount -o loop /path/to/your/iso/file /mnt/iso
Good luck.
ab@novell.com wrote:
> Linux/Unix has always been able to do this, thankfully, and it’s part of
> the distribution out of the box. All you need are privileges and a
> mountpoint. For example, /mnt is a common mountpoint, but I like
> creating directories under there so, for your example:
>
> mkdir /mnt/iso
> mount /path/to/your/iso/file /mnt/iso
>
> Now just browse /mnt/iso and you will see your ISO contents.
>
> Good luck.
>
>
>
>
>
> tvks wrote:
>> Hi,
>
>> I am a newbie in Linux.
>
>> I have several ISO images. Whenever I desire to use these I used to
>> create a Virtual Drive [CD/DVD drive], mount these image files, execute
>> them in M$ Windows.
>
>> Is this same procedure possible in SUSE ?
>
>> Thanx for any valuable guidance.
>
>> Regards,
>
>> tvks
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org