On Tue, Jun 13, 2006 at 06:05:09PM +1000, James Gray wrote:
> $ file ~/Desktop/fvs338-test.img
> ~/Desktop/fvs338-test.img: Linux Compressed ROM File System data, big endian 
> size 7278592 version #2 sorted_dirs CRC 0xd2f82710, edition 0, 3177 blocks, 
> 314 files
> 
> GREAT! Except my system (Pentium-class Centrino lappy) knows not of "big 
> endian" and refuses to mount the image.  Anyone know how (if) it is possible 
> to do the byte-reordering??  I guess I could hack some "C" and flip all the 

No need for C, dd should do the job:

        dd conv=swab < fvs338-test.img  > fvs338-test-bigendian.img


Matt

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to