maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   Device memory corrupt! (https://talk.maemo.org/showthread.php?t=47525)

bonerp 2010-03-16 15:09

Device memory corrupt!
 
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 2010-03-16 15:15

Re: Device memory corrupt!
 
As root in terminal:
Code:

fsck.vfat -a /dev/mmcblk0p1
Should check and fix the MyDocs area

bonerp 2010-03-16 15:26

Re: Device memory corrupt!
 
Thanks but it says both FATS are corrupt. Giving up.

MohammadAG 2010-03-16 15:29

Re: Device memory corrupt!
 
Both? There's only one MyDocs partition...
oh and try rebooting after doing the command.

Rob1n 2010-03-16 15:44

Re: Device memory corrupt!
 
Quote:

Originally Posted by MohammadAG (Post 569337)
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


bonerp 2010-03-16 15:49

Re: Device memory corrupt!
 
is this one command or 3 separate ones?

Rob1n 2010-03-16 15:55

Re: Device memory corrupt!
 
Quote:

Originally Posted by bonerp (Post 569369)
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 2010-03-16 16:03

Re: Device memory corrupt!
 
This will format the drive into VFAT, meaning you'll lose all data.

TA-t3 2010-03-16 16:42

Re: Device memory corrupt!
 
Quote:

Originally Posted by MohammadAG (Post 569404)
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.

Rob1n 2010-03-16 16:44

Re: Device memory corrupt!
 
Quote:

Originally Posted by TA-t3 (Post 569459)
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.


All times are GMT. The time now is 12:27.

vBulletin® Version 3.8.8