Reply
Thread Tools
Posts: 308 | Thanked: 118 times | Joined on Dec 2009 @ UK Swindon
#1
I have just checked my memory after having a problem not being able to see the device memory and it says its corrupted!

The damn thing will go out of the window if it has. Whats the recovery steps?

How can I secure my contacts?
Thanks
 
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#2
As root in terminal:
Code:
fsck.vfat -a /dev/mmcblk0p1
Should check and fix the MyDocs area
 

The Following 2 Users Say Thank You to MohammadAG For This Useful Post:
Posts: 308 | Thanked: 118 times | Joined on Dec 2009 @ UK Swindon
#3
Thanks but it says both FATS are corrupt. Giving up.
 
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#4
Both? There's only one MyDocs partition...
oh and try rebooting after doing the command.
 
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#5
Originally Posted by MohammadAG View Post
Both? There's only one MyDocs partition...
Yes, but there's two FAT tables on the parition (main + backup). If that's showing as corrupt then you'll have to reformat it:
Code:
umount /dev/mmcblk0p1
mkfs.vfat /dev/mmcblk0p1
mount /dev/mmcblk0p1
 

The Following User Says Thank You to Rob1n For This Useful Post:
Posts: 308 | Thanked: 118 times | Joined on Dec 2009 @ UK Swindon
#6
is this one command or 3 separate ones?
 
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#7
Originally Posted by bonerp View Post
is this one command or 3 separate ones?
Three separate ones. You'll also need to be root to run them, so either "sudo gainroot" or "root" first.
 
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#8
This will format the drive into VFAT, meaning you'll lose all data.
 

The Following User Says Thank You to MohammadAG For This Useful Post:
Posts: 3,841 | Thanked: 1,079 times | Joined on Nov 2006
#9
Originally Posted by MohammadAG View Post
This will format the drive into VFAT, meaning you'll lose all data.
Just to repeat the above: YOU WILL LOSE YOUR DATA when you use those commands to format the device.
__________________
N800/OS2007|N900/Maemo5
-- Metalayer-crawler delenda est.
-- Current state: Fed up with everything MeeGo.
 
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#10
Originally Posted by TA-t3 View Post
Just to repeat the above: YOU WILL LOSE YOUR DATA when you use those commands to format the device.
Indeed, but with both FAT tables corrupt, I think he's already lost the data.
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 10:07.