hansaka
|
2011-02-02
, 08:57
|
Posts: 21 |
Thanked: 4 times |
Joined on Aug 2010
|
#41
|
|
2011-02-05
, 19:39
|
Posts: 21 |
Thanked: 3 times |
Joined on Jun 2010
@ Blanes (Girona) - Spain
|
#42
|
|
2011-02-05
, 20:51
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#43
|
The Following User Says Thank You to michaaa62 For This Useful Post: | ||
|
2011-02-05
, 20:59
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#44
|
If things are saved, or you still have the files already copied before, this would write a copy of the superblock of a FAT32 filesystem only backNote: If that is failing [check with the above fsck code] there is no way back but to rewrite the image your before took, or to knowingly wipe the partition and format it.Code:dd if=/dev/mmcblk0p1 of=/dev/mmcblk0p1 bs=512 count=1 skip=6
|
2011-02-21
, 21:54
|
Posts: 1 |
Thanked: 0 times |
Joined on Feb 2011
|
#45
|
My guess is that you have lost your data on this partition. Now, only formatting it |:/
Unless michaaaa62 has a better idea, I would try now
this should wipe out everything that was in the 27gb part of your phone and make it work |:/Code:mkfs.vfat /dev/mmcblk0p1
You could try other tools to try to recover the files that were on that, but you looked like they didn't matter after all...
and then, just like michaaa62 said:
|
2011-02-24
, 18:34
|
Posts: 9 |
Thanked: 2 times |
Joined on Jul 2010
@ Tartu, Estonia
|
#46
|
|
2011-04-05
, 10:10
|
Posts: 4 |
Thanked: 0 times |
Joined on Jan 2011
|
#47
|
You might try to get debugging info from within your device in X-Terminal. But for some of the commands to work you need rootsh from extras repository installed.
If you have questions regarding the output, feel free to ask, but attach or copy'n'paste the full output of all commands.Code:mount df -h ls -al /home sudo gainroot sfdisk -l
|
2011-04-05
, 10:18
|
Posts: 1,746 |
Thanked: 1,832 times |
Joined on Dec 2010
|
#48
|
|
2011-04-05
, 10:23
|
|
Posts: 1,411 |
Thanked: 1,330 times |
Joined on Jan 2010
@ Tatooine
|
#49
|
|
2011-04-05
, 10:26
|
Posts: 1,746 |
Thanked: 1,832 times |
Joined on Dec 2010
|
#50
|