Hello You can mount the iso image using following command in Linux and view its contents.
mount -t iso9660 <filename.iso> <directory-name> -o loop where <filename.iso> is the full path of the ISO image and <directory-name> is the mount point, create any directory under /mnt and specify it as the mount point. [/mnt/your-directory] Regards Udayraj ________________________________________________________________________ Yahoo! India Matrimony: Find your life partner online Go to: http://yahoo.shaadi.com/india-matrimony -- ______________________________________________________________________ Pune GNU/Linux Users Group Mailing List: ([email protected]) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
