View Single Post

  #2 (permalink)  
Old 01-22-2008, 05:41 AM
linuxidiot linuxidiot is offline
Junior Member
User
 
Join Date: Jan 2008
My distro: SuSE
Posts: 4
Rep Power: 0
linuxidiot is on a distinguished road
Smile

convert .bin to .iso and then mount it to a folder

how to convert .bin to iso -- > Refer

How to convert .bin to iso image, whithout having .cue file. Linux Lab

then mount the .iso

mkdir -p /mnt/iso
mount -o loop -t iso9660 /image.iso /mnt/iso

thats it
Reply With Quote