################################################################# # Searchable Keywords: iso mount 9660 loop ( mount under redhat ) # # Mount a iso9660 image on the loopback # # I think this is for Linux OS only # Doesn't seem to work on Solaris # $SUDO mount -t iso9660 -o ro,loop=/dev/loop0 $IMGPATH $MNTPOINT or this worked on linux hosts as of 2/6/15 This works under red hat variants: sudo mount -o loop disk1.iso /mnt/disk See also Solaris notes on mkiso and losetup and burnCD_linux