Hi!

I've a strange problem with N800 FIASKO images:

I extract the rootfs from RX-34_2007SE_4.2007.38-2_PR_COMBINED_MR0_ARM.bin, 
then I mount it with this procedure (from 
http://maemo.org/community/wiki/ModifyingRootImage ):

      mknod /tmp/mtdblock b 31 0     
      modprobe loop
      losetup /dev/loop0 rootfs.jffs2
      modprobe mtdblock
      modprobe block2mtd
      echo "/dev/loop0" > /sys/module/block2mtd/parameters/block2mtd
      modprobe jffs2
      mount -t jffs2 /tmp/mtdblock /mnt

This completes without error. Now when I try to archive the contents of the 
filesystem tar claims that some files are shortened and the missing blocks 
are filled with 0.

I tried to extract the contents of the rootfs with 0xffff on the device, too, 
but all created files have 0 size.

Do you have any idea what I do wrong?

Nik
_______________________________________________
0xffff mailing list
0xffff@lists.nopcode.org
https://lists.nopcode.org/mailman/listinfo/0xffff

Reply via email to