View Single Post
Temporal's Avatar
Posts: 323 | Thanked: 189 times | Joined on Oct 2010 @ Brazil
#33
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

Code:
mkfs.vfat /dev/mmcblk0p1
this should wipe out everything that was in the 27gb part of your phone and make it work |:/

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:
Code:
fsck -af /dev/mmcblk0p1
checks the filesystem afterwards. It might be necessary to apply some more force to the fsck command that would be
Code:
fsck -r /dev/mmcblk0p1
After you receive no more errors from fsck, you could mount the partition
Code:
mount /dev/mmcblk0p1 /home/user/MyDocs
This will be the final moment of truth, if all went well.
__________________
Love and Goodness are not a property. Are not a franchising. They are present in each one of us, and must be cultivated with KNOWLEDGE.

Last edited by Temporal; 2011-02-01 at 15:39.
 

The Following 4 Users Say Thank You to Temporal For This Useful Post: