View Single Post
Posts: 151 | Thanked: 14 times | Joined on Dec 2007
#11
Originally Posted by tz1 View Post
1. What is the EXACT tar command line you are using?
2. Have you tried rsync (at least once)
3. What does diff -rq <jffs> <ext2> show?
I am doing it under x86 linux so what i use is

tar cf - -C /1 .| tar xvf - -C /2

/1 is where rootfs.jffs2 is mounted
/2 is where /dev/sdc2 (/dev/mmcblk0p2 on the tablet) is mounted

I will do the diff later on today and see the differences. I will perhaps try rsync ....