Convert BIN to ISO
Open terminal,
su
yum install bchunk
bchunk imagename.bin imagename.cue imagename.iso
Mount the converted ISO
mount -o loop -t iso9660 imagename.iso /mnt/image
Where image.iso is the iso is the image that you want to mount and /mnt/image is the mount directory.
Done.
No comments:
Post a Comment