Quote Originally Posted by windscape View Post
Hi,

Perhaps that is not a CD image that bchunk can handle at all. Please post the output of the command
Code:
file rootfs.bin
That will hopefully tell us exactly what type of file rootfs.bin is.
Thak you ..here is output
Code:
root@fairbird:/home/raed# file rootfs.bin
rootfs.bin: HIT archive data
root@fairbird:/home/raed#

Quote Originally Posted by remarks999 View Post
Have you tried....

bchunk IMAGE.bin IMAGE.cue IMAGE.iso

That's assuming you have the cue file available.
Thank you...
Code:
root@fairbird:/home/raed# bchunk rootfs.bin root.cue root.iso
binchunker for Unix, version 1.2.0 by Heikki Hannikainen <hessu@hes.iki.fi>
    Created with the kind help of Bob Marietta <marietrg@SLU.EDU>,
    partly based on his Pascal (Delphi) implementation.
    Support for MODE2/2352 ISO tracks thanks to input from
    Godmar Back <gback@cs.utah.edu>, Colas Nahaboo <Colas@Nahaboo.com>
    and Matthew Green <mrg@eterna.com.au>.
    Released under the GNU GPL, version 2 or later (at your option).

Could not open CUE root.cue: No such file or directory
root@fairbird:/home/raed#