|
2011-04-02
, 14:46
|
Posts: 130 |
Thanked: 24 times |
Joined on Jan 2011
|
#12
|
So i guess your file system is severely corrupt beyond a point of repair for fsck.
There are two, perhaps three, methods to go on from here:
1. If your data is still on your computer and easily to restore on the phone, you could formate the emmc freshly and recopy all your stuff to it.2. You could try to get your data back from the device if you have no backup available with testdisk from recovery-tools packageCode:mkfs.vfat -n MyDocs /dev/mmcblk0p13. This a dangerous option: You could rewrite the file systems backup header to the partition. This could really do some magic, but could also destroy it beyond recovery if something goes weird.Code:apt-get install recovery-tools testdisk /dev/mmcblk0You could find more on this slightly dangerous command here http://talk.maemo.org/showpost.php?p...8&postcount=31Code:dd if=/dev/mmcblk0p1 of=/dev/mmcblk0p1 bs=512 count=1 skip=6
|
2011-04-02
, 14:49
|
Posts: 130 |
Thanked: 24 times |
Joined on Jan 2011
|
#13
|
I bet the problem you have is the sd card not making contact with the pins, take it out press the middle of the slider inwards so to bow it very slightly then reinsert making sure you get the little tabs under the lips when you push the slider in place.
I had this problem and also seen it on other devices too and it was the sd card itself not making proper contact, try it it will cost you nothing.
Incidently the mesage given was the same as you have, memory card corrupted.
|
2011-04-02
, 16:39
|
Posts: 130 |
Thanked: 24 times |
Joined on Jan 2011
|
#14
|
So i guess your file system is severely corrupt beyond a point of repair for fsck.
There are two, perhaps three, methods to go on from here:
1. If your data is still on your computer and easily to restore on the phone, you could formate the emmc freshly and recopy all your stuff to it.2. You could try to get your data back from the device if you have no backup available with testdisk from recovery-tools packageCode:mkfs.vfat -n MyDocs /dev/mmcblk0p13. This a dangerous option: You could rewrite the file systems backup header to the partition. This could really do some magic, but could also destroy it beyond recovery if something goes weird.Code:apt-get install recovery-tools testdisk /dev/mmcblk0You could find more on this slightly dangerous command here http://talk.maemo.org/showpost.php?p...8&postcount=31Code:dd if=/dev/mmcblk0p1 of=/dev/mmcblk0p1 bs=512 count=1 skip=6
|
2011-04-22
, 01:47
|
Posts: 1 |
Thanked: 0 times |
Joined on Apr 2011
|
#15
|
|
2011-08-11
, 22:44
|
Posts: 85 |
Thanked: 25 times |
Joined on May 2010
@ Bilbao, Spain
|
#16
|
Still not clear what the error for the file system is
TryCode:dosfsck -a -t -w -v /dev/mmcblk0p1
|
2011-08-12
, 01:54
|
|
Posts: 69 |
Thanked: 45 times |
Joined on Jul 2011
@ Joseon
|
#17
|
|
2011-08-12
, 01:57
|
|
Posts: 69 |
Thanked: 45 times |
Joined on Jul 2011
@ Joseon
|
#18
|
|
2011-08-12
, 02:38
|
|
Posts: 69 |
Thanked: 45 times |
Joined on Jul 2011
@ Joseon
|
#19
|
I had this problem and also seen it on other devices too and it was the sd card itself not making proper contact, try it it will cost you nothing.
Incidently the mesage given was the same as you have, memory card corrupted.