To mount an ISO file in linux create a mount point say: /mnt/iso then run mount filename.iso /mnt/iso/ -t iso9660 -o ro,loop=/dev/loop0 Now you have free access to the contents of the iso file. Above the point is read only, so no changes are permitted. NOTE: When dealing with bin files use a program like bchunk to convert the .bin files to the .iso format