i will explain how to convert a bin/cue file into an iso image.
install bchunk
apt-get install bchunk
SO now to convert movie.bin and movie.cue to movie.iso file type
bchunk movie.bin movie.cuemovie.iso
Then to mount the .iso image type the following commnad
mount -o loop -t iso9660 image.iso /mnt/image
Possibly Related Posts:
- Linux local privilege escalation via SUID
- How to uninstall Vmware workstation v 8.0.0.471780.bundle
- Linux : Flash fullscreen doesn’t work on Ubuntu 10.10
- VCP Home LAB : Part -3
- VCP Home LAB – part-2
