Convert .cue/.bin to .iso format
Ok now i will explain how to convert a bin/cue file into an iso image.
install bchunkapt-get install bchunk
SO now to convert xxx.bin and xxx.cue to xxx.iso file typebchunk xxx.bin xxx.cue xxx.iso
Then to mount the .iso image type the following commnadmount -o loop -t iso9660 image.iso /mnt/image