View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#130
You need rootsh from extras repository installed to get this working.
If you want to retrieve the data on the phone, check and repair the file-system
Code:
sudo gainroot
fsck -af /dev/mmcblk0p1
mount /dev/mmcblk0p1 /home/user/MyDocs
This might be sufficient to get your data back, but depending of the actual corruption additional steps might be necessary.