View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#13
Try to get this commands working
Code:
sudo gainroot
dd if=/dev/mmcblk0p1 of=/dev/mmcblk0p1 bs=512 count=1 skip=6
fsck -af /dev/mmcblk0p1
This might recover the file system fastest. Well, if it works.

Testdisk is part of recovery-tools package
Code:
sudo gainroot
apt-get update
apt-get install recovery-tools
Testdisk itself does not need mounted devices, it has it s own heuristic to read patterns of file types on the device regardless of the file system. The usage is pretty straight as in the linked post http://talk.maemo.org/showpost.php?p...8&postcount=16