| mounting
an iso image file example
mount
-t iso9660 -o ro,loop=/dev/loop0 /path_to_iso /path_to_mountpoint
One
warning about mounting iso images. If you mount the image in the directory
containing the image file. The image file will become invisible, until
you unmount the image.
That's it

|