View Single Post
Old 11-04-2012, 04:44 PM   #46
bartch
Junior Member
bartch began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Feb 2012
Device: Sony PRS-t1
Hi uboot, i got some progress finally. I have put back my image with original partitions and started over again, but this time with Acronis Disk Director Home (ADDH). It looks like Minitool does some bad things..i don't trust it anymore.
Every step of ADDH goes ok, but beware: The translated version of this tutorial in English contains al lot of bad code. The command lines synax gets screwed up by google.translate! So, for the right code, you have to see the Russian code.

Uboot, i am stuck on the last commands.
According to the tutorial ADDH i have to do this after the repartitioning:
#cd /tmp
#mkdir sys (i get the message it already exists!)
#mkdir sd (i get the message it already exists!)
#mount /dev/mmcblk2p4 sd (i get an error: mounting /dev/mmcblk2p4 on sd failed: Input/output error)
#mount /dev/mmcblk2p10 sys (works ok!)
cd sys
tar -xvf /tmp/sd/system.tar . (can't open '/tmp/sd/system.tar': No such file or directory)
cd /tmp

Do you have any idea what's going on?

Grtz
Bart
bartch is offline   Reply With Quote