Monday, December 29, 2008

Extract *.bin images on Linux.

No need of MagicISO because Linux could do it in minutes...ok in seconds.

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: