> Anyway my partition table is now crashed thanks to suspend/resume issue.
> I go digging in mailing list, I think I saw ways to recover...   else
> I'll have to start from 0...

any linux distribution should offer tools to recover lost partitions and  
recreate partitiontables.
i think parted is one.

after recovery backup your bootsector by doing

dd if=/dev/mmcbl0 of=boot.backup bs=512 count=1

in case you loose it again, do

dd if=boot.backup of=/dev/mmcblk0

that's on your host! i don't know, if that works from fr, though.

_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to